- 18 Jan, 2002 6 commits
-
-
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 9 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.*.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
changes.
-
Bruce Momjian authored
-
PostgreSQL Daemon authored
tag as beta 5 for *hopefully* a very very short beta cycle on this one?
-
- 13 Jan, 2002 6 commits
-
-
Bruce Momjian authored
beta4 to beta5.
-
Michael Meskes authored
- Removed check for array input. An attribut might store the complete array.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 12 Jan, 2002 1 commit
-
-
Tom Lane authored
fixes.
-