postgresql/src/include
Tom Lane 24614a9880 Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and
remove separate implementation of ALTER TABLE SET WITHOUT OIDS in favor
of doing a regular DROP.  Also, cause CREATE TABLE to account completely
correctly for the inheritance status of the OID column.  This fixes
problems with dropping OID columns that have dependencies, as noted by
Christopher Kings-Lynne, as well as making sure that you can't drop an
OID column that was inherited from a parent.
2004-03-23 19:35:17 +00:00
..
access Add NOWAIT option to LOCK command 2004-03-11 01:47:41 +00:00
bootstrap make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
catalog Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 2004-03-23 19:35:17 +00:00
commands Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 2004-03-23 19:35:17 +00:00
executor Revise syntax-error reporting behavior to give pleasant results for 2004-03-21 22:29:11 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq Code review for log_line_prefix patch. Cooperate with StringInfo instead 2004-03-19 02:23:59 +00:00
mb Add PQmbdsplen() which returns the "display length" of a character. 2004-03-15 10:41:26 +00:00
nodes Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END 2004-03-17 20:48:43 +00:00
optimizer Tweak planner so that index expressions and predicates are matched to 2004-03-14 23:41:27 +00:00
parser Implement a solution to the 'Turkish locale downcases I incorrectly' 2004-02-21 00:34:53 +00:00
port Localize our dependencies on the way to create NAN or INFINITY. 2004-03-15 03:29:22 +00:00
regex make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
rewrite make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
storage For application to HEAD, following community review. 2004-02-25 19:41:23 +00:00
tcop Revise syntax-error reporting behavior to give pleasant results for 2004-03-21 22:29:11 +00:00
utils Add timestamp-versus-timestamptz cross-type comparison functions, 2004-03-22 01:38:18 +00:00
c.h Move non-blocking code into its own /port file, for code clarity. 2004-03-10 21:12:49 +00:00
fmgr.h Add a hash table to cache lookups of 'C'-language functions (that is, 2004-01-19 02:06:42 +00:00
funcapi.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
getaddrinfo.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
getopt_long.h $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
miscadmin.h Replace the virtual_host and tcpip_socket parameters with a unified 2004-03-23 01:23:48 +00:00
pg_config_manual.h Allow 'Infinity' and '-Infinity' as input to the float4 and float8 2004-03-12 00:25:43 +00:00
pg_config.h.in Handle draft version of getpwuid_r() that accepts only four arguments. 2004-03-20 15:39:27 +00:00
pg_config.h.win32 Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 2003-11-30 06:09:54 +00:00
pgstat.h Corrects a typo, introduces missing variables, and rearranges the 2004-03-09 05:11:53 +00:00
port.h Move non-blocking code into its own /port file, for code clarity. 2004-03-10 21:12:49 +00:00
postgres_ext.h Revise syntax-error reporting behavior to give pleasant results for 2004-03-21 22:29:11 +00:00
postgres_fe.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
postgres.h Tighten short-circuit tests for deciding whether we need to invoke 2004-01-16 20:51:30 +00:00
rusagestub.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
strdup.h Fix an obsolete file path mentioned in a comment. 2004-01-25 22:19:42 +00:00