postgresql/src/backend
Tom Lane 0bd11d9711 Add comments warning against generalizing default_with_oids.
pg_dump has historically assumed that default_with_oids affects only plain
tables and not other relkinds.  Conceivably we could make it apply to some
newly invented relkind if we did so from the get-go, but changing the
behavior for existing object types will break existing dump scripts.
Add code comments warning about this interaction.

Also, make sure that default_with_oids doesn't cause parse_utilcmd.c to
think that CREATE FOREIGN TABLE will create an OID column.  I think this is
only a latent bug right now, since we don't allow UNIQUE/PKEY constraints
in CREATE FOREIGN TABLE, but it's better to be consistent and future-proof.
2015-04-25 21:38:06 -04:00
..
access Fix deadlock at startup, if max_prepared_transactions is too small. 2015-04-23 21:39:35 +03:00
bootstrap Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
catalog Rename pg_replication_slot's new active_in to active_pid. 2015-04-22 09:43:40 +02:00
commands Add comments warning against generalizing default_with_oids. 2015-04-25 21:38:06 -04:00
executor Perform RLS WITH CHECK before constraints, etc 2015-04-24 20:34:26 -04:00
foreign Update copyright for 2015 2015-01-06 11:43:47 -05:00
lib Fix a bug in pairing heap removal code. 2015-02-17 22:55:53 +02:00
libpq Add system view pg_stat_ssl 2015-04-12 19:07:46 +02:00
main Don't require users of src/port/gettimeofday.c to initialize it. 2015-02-21 12:17:04 -05:00
nodes Perform RLS WITH CHECK before constraints, etc 2015-04-24 20:34:26 -04:00
optimizer Prevent improper reordering of antijoins vs. outer joins. 2015-04-25 16:44:27 -04:00
parser Add comments warning against generalizing default_with_oids. 2015-04-25 21:38:06 -04:00
po Translation updates 2015-02-01 23:23:40 -05:00
port Remove the option to service interrupts during PGSemaphoreLock(). 2015-02-03 23:25:00 +01:00
postmaster Add system view pg_stat_ssl 2015-04-12 19:07:46 +02:00
regex Replace a bunch more uses of strncpy() with safer coding. 2015-01-24 13:05:42 -05:00
replication Add 'active_in' column to pg_replication_slots. 2015-04-21 11:51:06 +02:00
rewrite Perform RLS WITH CHECK before constraints, etc 2015-04-24 20:34:26 -04:00
snowball Update copyright for 2015 2015-01-06 11:43:47 -05:00
storage Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling. 2015-04-02 10:39:24 -04:00
tcop Add OID output argument to DefineTSConfiguration 2015-03-25 15:57:08 -03:00
tsearch Define integer limits independently from the system definitions. 2015-04-02 17:43:35 +02:00
utils Fix typo in relcache's equalPolicy() 2015-04-17 16:37:11 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Translation updates 2015-02-01 23:23:40 -05:00