- 28 May, 1999 1 commit
-
-
Tom Lane authored
do the right thing: look for a NOTICE message from the backend before we close our side of the socket. 6.4 libpq did not reliably print the backend's hara-kiri message, 'The Postmaster has informed me ...', because it only did the right thing if connection closure was detected during a read attempt instead of a write attempt.
-
- 27 May, 1999 13 commits
-
-
Bruce Momjian authored
new -x option to skip acl dump.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Update for v6.5 release.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
but the Makefile does break non g++. <<mak.patch>> Andreas
-
Bruce Momjian authored
-
- 26 May, 1999 15 commits
-
-
Tom Lane authored
before any tuples are loaded, preserve the default '1000 tuples' table size estimate.
-
Tom Lane authored
the backend does. Remove unnecessary limitation on field size in dumpClasses_dumpData (ie, -d or -D case).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Add an appendix with more details on date/time attributes and handling. Update most references to Postgres version numbers to 6.5, *except* for the porting list which will require a report from a successful installation to be updated.
-
Thomas G. Lockhart authored
Some wording changes from Vadim's original text doc. Processes cleanly, but may need fixup.
-
Thomas G. Lockhart authored
Normalize markup for vacuumdb; content is the same.
-
Thomas G. Lockhart authored
postgres-ref.sgml is not yet marked up.
-
Bruce Momjian authored
-
Bruce Momjian authored
inserts. Change some variables to bool to be clearer.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Give BEOS a chance ...
-
- 25 May, 1999 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
BT_READ/BT_WRITE are BUFFER_LOCK_SHARE/BUFFER_LOCK_EXCLUSIVE now. Also get rid of #define BT_VERSION_1 - we use version 1 as default for near two years now.
-
Vadim B. Mikheev authored
LockBuffer is used to acquire read/write access to index pages. Pages are released before leaving index internals.
-
Bruce Momjian authored
-
Michael Meskes authored
-
Jan Wieck authored
not be marked inFromCl any longer. Otherwise the planner gets confused and joins over them where in fact it does not have to. Adjust hasSubLinks now with a recursive lookup - could be wrong in multi action rules because parse state isn't reset correctly and all actions in the rule are marked hasSubLinks if one of them has. Jan
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
- 23 May, 1999 2 commits