- 08 Nov, 2003 2 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
patch by Kris Jurka
-
- 07 Nov, 2003 4 commits
-
-
Tom Lane authored
they do not prevent the postmaster from deleting the shmem segment during a post-backend-crash restart cycle. Per recent discussion.
-
Tom Lane authored
else it cannot be used to handle failures detected during WAL replay. Fortunately this flag isn't actually enforced yet, but get it right.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow CREATE TABLE foo (f1 INT CHECK (f1 > 0) CHECK (f1 < 10)) to work > by searching for non-conflicting constraint names, and prefix with table name
-
- 06 Nov, 2003 3 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
like the next higher one.
-
Peter Eisentraut authored
-
- 05 Nov, 2003 6 commits
-
-
Tom Lane authored
regression=# select 1 from tenk1 ta cross join tenk1 tb for update; ERROR: no relation entry for relid 3 7.3 said "SELECT FOR UPDATE cannot be applied to a join", which was better but still wrong, considering that 7.2 took the query just fine. Fix by making transformForUpdate() ignore JOIN and other special RTE types, rather than trying to mark them FOR UPDATE. The actual error message now only appears if you explicitly name the join in FOR UPDATE.
-
Dave Cramer authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
- 04 Nov, 2003 11 commits
-
-
Tom Lane authored
-
Tom Lane authored
proper place, namely the syntax discussion of value expressions.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
have included a few fixes over the years to make them more robust and faster.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
- 03 Nov, 2003 6 commits
-
-
Dave Cramer authored
patch for rs.previous and test case as well as patch for allowing server and port to be specified in test cases
-
Dave Cramer authored
-
Michael Meskes authored
-
Tom Lane authored
-
Tatsuo Ishii authored
-
PostgreSQL Daemon authored
tag it Release Candidate 1, as previously discussed
-
- 02 Nov, 2003 8 commits
-
-
Tom Lane authored
platform-dependent results, as per example from Larry Rosenman.
-
Tom Lane authored
limit on the number of simultaneous connections. Andrew Dunstan, with review by Tom Lane.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-