- 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 5 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
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 31 Oct, 2003 18 commits
-
-
Tom Lane authored
Neil Conway.
-
Tom Lane authored
Christopher Kings-Lynne
-
Tom Lane authored
-
Peter Eisentraut authored
-
Tom Lane authored
process the command as though it were issued by the object owner. This prevents creating weird scenarios in which the same privileges may appear to flow from different sources, and ensures that a superuser can in fact revoke all privileges if he wants to. In particular this means that the regression tests work when run by a superuser other than the original bootstrap userid. Per report from Larry Rosenman.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
behavior of malloc and realloc when request size is 0. Fix escape sequence recognizer so that only valid 3-digit octal sequences are treated as escape sequences ... isdigit() is not a correct test.
-
Jan Wieck authored
rule into the rule.sql since it affects the latter if run in paralell. Jan
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Jan Wieck authored
rule split the query into one INSERT and one UPDATE where the UPDATE then hit's the just created row without modifying the key fields again. In this special case, the new key slipped in totally unchecked. Jan
-
Tom Lane authored
a special character in regexes, but it is for LIKE, so NOT LIKE 'pg_%' is incorrect. Need NOT LIKE 'pg\_%'.
-
Tom Lane authored
in libpgtcl's lo_read/lo_write commands. Also, deal correctly with failure return from lo_read(). ljb and Tom Lane.
-
- 30 Oct, 2003 1 commit
-
-
Tom Lane authored
offered for completion only when the input-so-far is at least 'pg_'. This seems to be the best compromise behavior emerging from yesterday's discussion. While at it, refactor code to eliminate repetitive use of nearly identical queries, which was exceedingly tedious to maintain. Also const-ify code more thoroughly in hopes of moving constant data into text segment, and remove unnecessary length limit on queries.
-