- 01 Nov, 2003 2 commits
-
-
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 11 commits
-
-
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.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
because of section adjustments still needed.
-
Bruce Momjian authored
Peter. Remove "Changes" section and pull all sections below it up one level. More comment additions.
-
Tom Lane authored
Per example from Kumar, 30-Oct-03.
-
Dave Cramer authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 29 Oct, 2003 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
ACL array, and force languages to be treated as owned by the bootstrap user ID. (pg_language should have a lanowner column, but until it does this will have to do as a workaround.)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
Per example from Ian Barwick, 28-Oct-03.
-
Tom Lane authored
FSM data has to be both moved down and compressed. Per report from Dror Matalon.
-
Bruce Momjian authored
-
Dave Cramer authored
-