- 07 Nov, 2003 2 commits
-
-
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 10 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
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 01 Nov, 2003 2 commits
-
-
Peter Eisentraut authored
When --enable-debug is used, then the default CFLAGS for non-GCC is just -g without -O. Backpatch enhancement of Autoconf inline test that detects problems with the HP C compiler.
-
Peter Eisentraut authored
-