postgresql/src/backend
Tom Lane e67867b26c Allow AS to be omitted when specifying an output column name in SELECT
(or RETURNING), but only when the output name is not any SQL keyword.
This seems as close as we can get to the standard's syntax without a
great deal of thrashing.  Original patch by Hiroshi Saito, amended by me.
2008-02-15 22:17:06 +00:00
..
access Add a GUC variable "synchronize_seqscans" to allow clients to disable the new 2008-01-30 18:35:55 +00:00
bootstrap Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
catalog Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these 2008-01-30 19:46:48 +00:00
commands Repair VACUUM FULL bug introduced by HOT patch: the original way of 2008-02-11 19:14:30 +00:00
executor Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before 2008-02-12 04:09:44 +00:00
lib Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
libpq Since GSSAPI and SSPI authentication don't work in protocol version 2, 2008-02-08 17:58:46 +00:00
main Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodes Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and 2008-02-07 20:19:47 +00:00
optimizer Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth() 2008-02-07 17:53:53 +00:00
parser Allow AS to be omitted when specifying an output column name in SELECT 2008-02-15 22:17:06 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Change StatementCancelHandler() to check the DoingCommandRead flag to decide 2008-01-26 19:55:08 +00:00
postmaster Fix two different copy-and-paste-os in CSV log rotation logic; one that led to 2008-01-25 20:42:10 +00:00
regex Sync our regex code with upstream changes since last time we did this, which 2008-02-14 17:33:37 +00:00
rewrite Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
snowball Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
storage Fix PageGetExactFreeSpace() so that it actually behaves sensibly 2008-02-10 20:39:08 +00:00
tcop Change StatementCancelHandler() to check the DoingCommandRead flag to decide 2008-01-26 19:55:08 +00:00
tsearch Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid 2008-01-21 02:46:11 +00:00
utils Avoid misbehavior in foreign key checks when casting to a datatype for which 2008-02-07 22:58:35 +00:00
Makefile Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nls.mk Translation updates 2008-01-30 11:05:41 +00:00