- 22 Jan, 2002 1 commit
-
-
PostgreSQL Daemon authored
okay, sorry for delay all ... here is the tag for RC1 ...
-
- 21 Jan, 2002 1 commit
-
-
Tom Lane authored
-
- 20 Jan, 2002 4 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
options. Document --with-pam and --enable-depend, do some minor copy-editing.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
-
- 18 Jan, 2002 14 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Tom Lane authored
choke at 2Gb of output. From Andrew Sullivan.
-
Bruce Momjian authored
> * Use thread-safe crypt() in libpq, if available
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
tom lane
-
Dave Cramer authored
Previous versions did not correctly identify primary/foreign keys
-
Tom Lane authored
dumped by pg_dump -o. Per bug report posted by Bruce; fix is from Philip Warner, reviewed by Tom Lane.
-
Tom Lane authored
-
Michael Meskes authored
cannot see a reason why it should be an error.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
- 16 Jan, 2002 4 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
mess up after an aborted VACUUM FULL, per today's pghackers discussion. Add a suitable HeapTupleSatisfiesToast routine. Remove useless special- case test in HeapTupleSatisfiesVisibility macro for xmax = BootstrapTransactionId; perhaps that was needed at one time, but it's a waste of cycles now, not to mention actively wrong for SnapshotAny. Along the way, add some much-needed comments to tqual.c, and simplify toast_fetch_datum, which no longer needs to assume it may see chunks out-of-order.
-
Tom Lane authored
This saves one open file descriptor per backend, and avoids an annoying NOTICE on Cygwin (which has trouble deleting open files). Bug appears to date back to original coding of init_irels, circa 1992.
-
- 15 Jan, 2002 14 commits
-
-
Tom Lane authored
temporary file. This seems to be a known failure mode under Cygwin, so we might as well expend the extra line of code to be tidy.
-
Tom Lane authored
to prevent spreading of corruption when page header pointers are bad. Merge PageZero into PageInit, since it was never used separately, and remove separate memset calls used at most other PageInit call points. Remove IndexPageCleanup, which wasn't used at all.
-
Tom Lane authored
the two trigger sets were logically equal, but not in the same order. Caught by Holger Krug (hkrug@rationalizer.com).
-
Barry Lind authored
Applied patch submitted by Ryouichi Matsuda (r-matuda@sra.co.jp) that fixed a problem with leading zeros being lost on fractional seconds when setting a timestamp value on a PreparedStatement.
-
Barry Lind authored
driver was not properly handling timestamptz datatype when using the getObject() method on ResultSet. Fix adds this datatype to the object mappings.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 14 Jan, 2002 2 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
per my proposal of a couple days ago. This will eliminate the unable- to-restart-database class of problem that we have seen reported half a dozen times with 7.1.*.
-