postgresql/src/include
Alvaro Herrera b152c6cd0d Make DROP IF EXISTS more consistently not fail
Some cases were still reporting errors and aborting, instead of a NOTICE
that the object was being skipped.  This makes it more difficult to
cleanly handle pg_dump --clean, so change that to instead skip missing
objects properly.

Per bug #7873 reported by Dave Rolsky; apparently this affects a large
number of users.

Authors: Pavel Stehule and Dean Rasheed.  Some tweaks by Álvaro Herrera
2014-01-23 14:40:29 -03:00
..
access Compress GIN posting lists, for smaller index size. 2014-01-22 19:20:58 +02:00
bootstrap Update copyright for 2014 2014-01-07 16:05:30 -05:00
catalog Make DROP IF EXISTS more consistently not fail 2014-01-23 14:40:29 -03:00
commands Expose a routine to print triggers during EXPLAIN ANALYZE 2014-01-20 17:13:47 -03:00
common Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
datatype Update copyright for 2014 2014-01-07 16:05:30 -05:00
executor Update copyright for 2014 2014-01-07 16:05:30 -05:00
foreign Update copyright for 2014 2014-01-07 16:05:30 -05:00
lib Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq Remove support for native krb5 authentication 2014-01-19 17:05:01 +01:00
mb Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
nodes Add CREATE TABLESPACE ... WITH ... Options 2014-01-18 20:59:31 -05:00
optimizer Speed up COPY into tables with DEFAULT nextval() 2014-01-20 17:22:38 +00:00
parser Make DROP IF EXISTS more consistently not fail 2014-01-23 14:40:29 -03:00
port Get rid of use of asprintf() in favor of a more portable implementation. 2013-10-22 18:42:13 -04:00
portability Update copyright for 2014 2014-01-07 16:05:30 -05:00
postmaster Export a few more symbols required for test_shm_mq module. 2014-01-18 15:29:45 -05:00
regex Update copyright for 2014 2014-01-07 16:05:30 -05:00
replication Update copyright for 2014 2014-01-07 16:05:30 -05:00
rewrite Update copyright for 2014 2014-01-07 16:05:30 -05:00
snowball Update copyright for 2014 2014-01-07 16:05:30 -05:00
storage Export a few more symbols required for test_shm_mq module. 2014-01-18 15:29:45 -05:00
tcop Update copyright for 2014 2014-01-07 16:05:30 -05:00
tsearch Update copyright for 2014 2014-01-07 16:05:30 -05:00
utils Add a cardinality function for arrays. 2014-01-21 12:38:53 -05:00
.gitignore Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
c.h Prevent double macro definition of WIN32. 2014-01-17 11:49:44 -05:00
fmgr.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
funcapi.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
getaddrinfo.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
getopt_long.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
Makefile Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
miscadmin.h Export a few more symbols required for test_shm_mq module. 2014-01-18 15:29:45 -05:00
pg_config_ext.h.in Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
pg_config_ext.h.win32 Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
pg_config_manual.h Reduce the number of semaphores used under --disable-spinlocks. 2014-01-08 18:58:00 -05:00
pg_config.h.in Remove support for native krb5 authentication 2014-01-19 17:05:01 +01:00
pg_config.h.win32 Remove support for native krb5 authentication 2014-01-19 17:05:01 +01:00
pg_trace.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pgstat.h Fix VACUUM's reporting of dead-tuple counts to the stats collector. 2014-01-18 19:24:33 -05:00
pgtar.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pgtime.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
port.h Move username lookup functions from /port to /common 2014-01-10 18:03:28 -05:00
postgres_ext.h Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
postgres_fe.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
postgres.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
rusagestub.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
windowapi.h Update copyright for 2014 2014-01-07 16:05:30 -05:00