postgresql/src/backend
Tom Lane 923413ac6d Define a new, more extensible syntax for COPY options.
This is intentionally similar to the recently revised syntax for EXPLAIN
options, ie, (name value, ...).  The old syntax is still supported for
backwards compatibility, but we intend that any options added in future
will be provided only in the new syntax.

Robert Haas, Emmanuel Cecchet
2009-09-21 20:10:21 +00:00
..
access Fix incorrect arguments for gist_box_penalty call. The bug could be observed 2009-09-18 14:01:56 +00:00
bootstrap Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
catalog Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
commands Define a new, more extensible syntax for COPY options. 2009-09-21 20:10:21 +00:00
executor Rewrite the planner's handling of materialized plan types so that there is 2009-09-12 22:12:09 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Assorted minor refactoring in EXPLAIN. 2009-07-24 21:08:42 +00:00
libpq Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt() 2009-09-15 02:31:15 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Implement "join removal" for cases where the inner side of a left join 2009-09-17 20:49:29 +00:00
optimizer Rename new subroutine, per discussion with Robert Haas. 2009-09-19 17:48:09 +00:00
parser Define a new, more extensible syntax for COPY options. 2009-09-21 20:10:21 +00:00
po Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
port Reserve the shared memory region during backend startup on Windows, so 2009-07-24 20:12:42 +00:00
postmaster Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled 2009-09-08 17:08:36 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr 2009-09-02 17:52:24 +00:00
snowball Derived files that are shipped in the distribution used to be built in the 2009-08-28 20:26:19 +00:00
storage Change the autovacuum launcher to read pg_database directly, rather than 2009-08-31 19:41:00 +00:00
tcop Remove flatfiles.c, which is now obsolete. 2009-09-01 02:54:52 +00:00
tsearch Remove duplicate variable initializations identified by clang static checker. 2009-08-30 16:53:31 +00:00
utils Improve wording of error message when a postgresql.conf setting is 2009-09-17 21:15:18 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation 2009-09-05 21:14:04 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00