- 31 Oct, 2003 4 commits
-
-
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
-
- 28 Oct, 2003 7 commits
-
-
Tom Lane authored
"schema." has been typed. This allows readline to complete subsequent characters immediately if all relations in the target schema start with the same prefix. This actually worked before, but I unintentionally broke it a few days ago. Also, make completion schema-aware for GRANT, REVOKE, VACUUM.
-
Tom Lane authored
from Johan Henselmans.
-
Tom Lane authored
the pg_catalog schema. Per bug report some months back from Jochem van Dieten.
-
Tom Lane authored
in -version output. Per report from Johann Uhrmann.
-
Tom Lane authored
privilege hides system catalog entries.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Oct, 2003 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-References to older versions of PostgreSQL have been removed(It no longer compiles against older versions) -Added a link to PgPerl at GBorg. Steven Singer
-
Bruce Momjian authored
-
- 26 Oct, 2003 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-