Bruce Momjian
2ec5eedd4f
Update FAQ.
25 years ago
Bruce Momjian
9d634d3917
Update FAQ.
25 years ago
Bruce Momjian
5840db21fb
Add back incremental patch for BSD indent.
25 years ago
Bruce Momjian
7e13743299
pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.
...
" -F {c|t} specify backup file format\n"
25 years ago
Bruce Momjian
9b77572662
Add mention of bytea data type and escaping rules.
25 years ago
Tom Lane
b553cba15a
Clean up the lock state properly when aborting because of early deadlock
...
detection in ProcSleep(). Bug noted by Tomasz Zielonka --- how did this
escape detection for this long??
25 years ago
Peter Eisentraut
3c59a9e3b7
Bring references to ipcclean in sync with reality.
25 years ago
Peter Eisentraut
309401a7b6
Fix misscanning of """" (an identifier consisting of one double-quote).
25 years ago
Peter Eisentraut
ff5e8a26a2
Fix typo.
25 years ago
Bruce Momjian
e5390263ed
Add patch for 0LL for BSD indent/pgindent.
25 years ago
Bruce Momjian
34f80de0e6
Add items.
25 years ago
Bruce Momjian
2c1b5de4c0
Add two emails about TODO.detail PL/java discussion.
25 years ago
Peter Eisentraut
89a1ea4207
Put some kind of grammatical uniformity in the <refpurpose> lines.
25 years ago
Peter Eisentraut
69c52c8e5b
Put pgstat internal files into $PGDATA/global.
25 years ago
Peter Eisentraut
daac2d0ce3
Parse the arguments of \connect as SQL identifiers, so that they expose
...
the expected behavior in mixed-case situations.
bug report from James Pattie, 2001-08-31
25 years ago
Peter Eisentraut
60ce9e9279
New blood and fresh air for tutorial
25 years ago
Tatsuo Ishii
5608f13028
The actual execution results are different from examples.
25 years ago
Tatsuo Ishii
a32624b45c
Actual results are different from examples
25 years ago
Tatsuo Ishii
933fd7e2de
Add ; to the create operator.
25 years ago
Tatsuo Ishii
94427b1914
Since 7.1 the data type size of TIME has been increased.
25 years ago
Peter Eisentraut
68e5360018
Convert some fprintf's to elog's.
25 years ago
Peter Eisentraut
11193c8a20
For INSERTs, one can now tab complete DEFAULT VALUES.
...
from Liam Stewart
25 years ago
Tatsuo Ishii
7ecff3f39c
Fix typo.
25 years ago
Peter Eisentraut
b1a38a4380
Install the SQL command man pages into a section appropriate for each
...
system. Some systems did not understand the 'l' section, and in general
it wasn't entirely appropriate.
On SCO OpenServer, the man pages won't be installed at all until someone
figures out their man system.
25 years ago
Peter Eisentraut
2c6b599c04
Remove useless xreflabel.
25 years ago
Peter Eisentraut
f45b7270b6
Whoops, wrong logic.
25 years ago
Peter Eisentraut
dd225655b9
Change the conditionals so the mips + gcc code here doesn't apply for Irix.
...
The code in s_lock.h should get used.
report from Bruno Mattarollo <bruno@web1.greenpeace.org>
25 years ago
Peter Eisentraut
5298eb47dc
Fix the readline test to find dependent libraries on NetBSD and OpenBSD.
...
Not pretty, but it doesn't look like the OS will get fixed sometime soon.
25 years ago
Peter Eisentraut
f5944af8ba
Include directory rearrangement
...
Client headers are no longer in a subdirectory, since they have been made
namespace-clean.
Internal libpq headers are in a private subdirectory.
Server headers are in a private subdirectory. pg_config has a new option
to point there.
25 years ago
Hiroshi Inoue
3fcea502c4
Fix a wrong error handling.
25 years ago
Tom Lane
9d4a45e25c
Avoid #ifdef inside printf() ... that loses on platforms where printf()
...
is a macro.
25 years ago
Tom Lane
a1e28d3505
Fix some typos.
25 years ago
Tom Lane
7d66bf261c
Add some minimal exercising of functional-index feature to regression
...
tests.
25 years ago
Tom Lane
c92b450891
Suppress definitions of 'true' and 'false' macros if __cplusplus.
...
Since we're assuming a C++ compiler knows what 'bool' is, seems we
should assume it knows 'true' and 'false' too. This prevents problems
on some systems, per report from Leandro Fanzone.
25 years ago
Tom Lane
814f40cf43
Use a cursor for fetching data in -d or -D mode, so that pg_dump doesn't
...
run out of memory with large tables in these modes. Patch from
Martijn van Oosterhout.
25 years ago
Tom Lane
545c6696a6
Fix confusion over static-ness of a subroutine.
25 years ago
Tom Lane
5163394659
Remove unneeded/unportable extern.
25 years ago
Tom Lane
d15a118a21
Quick-hack solution to regproc/oid issue was not the right solution.
25 years ago
Tom Lane
ceca2a7d14
Un-break pg_dump --- pg_class.indproc is now regproc not oid, which
...
for some reason displays a zero oid differently. Possibly we should
revert that schema change, but it's easy to make pg_dump accept both
spellings so I'll do that for now.
25 years ago
Peter Eisentraut
87c5e0fa56
Do not install the odbc header files, per discussion on odbc list.
25 years ago
Peter Eisentraut
42ae4f2940
Turn on plpython build by default if we have something that looks like a
...
shared library, or we can do without one.
25 years ago
Hiroshi Inoue
af70014686
Fix a complie error on Windows platform.
25 years ago
Peter Eisentraut
34fd50880f
VPATH and DESTDIR support for PL/Perl, using the same techniques employed
...
in interfaces/perl5 a brief while ago.
Also, since building PL/Perl without a shared libperl actually works on
some platforms we can enable it there to get some development happening.
I've only checked off linux right now, but others should be added in the
future.
25 years ago
Peter Eisentraut
ef7152f99b
Put the right runpath to libpq into the Perl module shared object on more
...
platforms and without relinking.
Also support VPATH builds and DESTDIR installs. One hopes.
25 years ago
Tom Lane
8e0d642c9b
Documentation for transaction-ID-wraparound changes. Add a chapter to
...
the Admin Guide about routine maintenance tasks. Currently this only
discusses the various reasons for doing VACUUM, but perhaps it could be
fleshed out with topics like log rotation.
25 years ago
Bruce Momjian
3d162c0d1a
Please pull this patch. It breaks JDBC1 support. The JDBC1 code no
...
longer compiles, due to objects being referenced in this patch that do
not exist in JDK1.1.
Barry Lind
---------------------------------------------------------------------------
The JDBC driver requires
permission java.net.SocketPermission "host:port", "connect";
in the policy file of the application using the JDBC driver
in the postgresql.jar file. Since the Socket() call in the
driver is not protected by AccessController.doPrivileged() this
permission must also be granted to the entire application.
25 years ago
Bruce Momjian
e1635b4402
Back out "Remove outdated documentation section of ecpg." for Michael.
25 years ago
Tom Lane
bc7d37a525
Transaction IDs wrap around, per my proposal of 13-Aug-01. More
...
documentation to come, but the code is all here. initdb forced.
25 years ago
Bruce Momjian
d1ee78f296
Document single-letter createuser encryption options.
25 years ago
Bruce Momjian
e87a5ed1e0
Add single-letter encryption options for createuser. Update createuser --help.
25 years ago