- 21 Jan, 2006 1 commit
-
-
Bruce Momjian authored
Continue to support GRANT ON [TABLE] for sequences for backward compatibility; issue warning for invalid sequence permissions. [Backward compatibility warning message.] Add USAGE permission for sequences that allows only currval() and nextval(), not setval(). Mention object name in grant/revoke warnings because of possible multi-object operations.
-
- 11 Jan, 2006 1 commit
-
-
Bruce Momjian authored
-
- 03 Dec, 2005 1 commit
-
-
Tom Lane authored
than owned by nobody. This results in cleaner display of language ACLs, since the backend's aclchk.c uses the same convention. AFAICS there is no practical difference but it's nice to avoid emitting SET SESSION AUTHORIZATION; also this will make it easier to transition pg_dump to some future version in which we may include an explicit ownership column in pg_language. Per gripe from David Begley.
-
- 02 Dec, 2005 1 commit
-
-
Tom Lane authored
-
- 22 Nov, 2005 1 commit
-
-
Bruce Momjian authored
comment line where output as too long, and update typedefs for /lib directory. Also fix case where identifiers were used as variable names in the backend, but as typedefs in ecpg (favor the backend for indenting). Backpatch to 8.1.X.
-
- 15 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 02 Jul, 2005 1 commit
-
-
Bruce Momjian authored
Improve code clarity by using macros for E'' processing.
-
- 01 Jul, 2005 1 commit
-
-
Bruce Momjian authored
files.
-
- 30 Apr, 2005 1 commit
-
-
Neil Conway authored
a warning when a variable is used as a format string for printf() and similar functions (if the variable is derived from untrusted data, it could include unexpected formatting sequences). This emits too many warnings to be enabled by default, but it does flag a few dubious constructs in the Postgres tree. This patch fixes up the obvious variants: functions that are passed a variable format string but no additional arguments. Most of these are harmless (e.g. the ruleutils stuff), but there is at least one actual bug here: if you create a trigger named "%sfoo", pg_dump will read uninitialized memory and fail to dump the trigger correctly.
-
- 31 Dec, 2004 1 commit
-
-
PostgreSQL Daemon authored
Tag appropriate files for rc3 Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
-
- 29 Aug, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 18 Jun, 2004 1 commit
-
-
Tom Lane authored
There are various things left to do: contrib dbsize and oid2name modules need work, and so does the documentation. Also someone should think about COMMENT ON TABLESPACE and maybe RENAME TABLESPACE. Also initlocation is dead, it just doesn't know it yet. Gavin Sherry and Tom Lane.
-
- 23 Mar, 2004 1 commit
-
-
Tom Lane authored
--disable-dollar-quoting. Andrew Dunstan
-
- 07 Jan, 2004 1 commit
-
-
Tom Lane authored
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 14 Aug, 2003 1 commit
-
-
Tom Lane authored
Christopher Kings-Lynne
-
- 04 Aug, 2003 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 31 Jul, 2003 1 commit
-
-
Tom Lane authored
the actual logical structure and quoting rules being used. Fixes bug reported by Chris K-L on 7/8/03.
-
- 24 Jul, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 30 May, 2003 1 commit
-
-
Tom Lane authored
in its output. Make it work with server versions back to 7.0, too.
-
- 07 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
option down to pg_dump, where it's useless, and clarify the meaning of -c in the documentation.
-
- 04 Sep, 2002 1 commit
-
-
Bruce Momjian authored
-
- 27 Aug, 2002 1 commit
-
-
Peter Eisentraut authored
except that it's more robust, reconnects less often, and is NLS'ed.
-