postgresql/src/backend
Peter Eisentraut 30982be4e5 Integrate pg_upgrade_support module into backend
Previously, these functions were created in a schema "binary_upgrade",
which was deleted after pg_upgrade was finished.  Because we don't want
to keep that schema around permanently, move them to pg_catalog but
rename them with a binary_upgrade_... prefix.

The provided functions are only small wrappers around global variables
that were added specifically for pg_upgrade use, so keeping the module
separate does not create any modularity.

The functions still check that they are only called in binary upgrade
mode, so it is not possible to call these during normal operation.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2015-04-14 19:26:37 -04:00
..
access Fix typo in comment 2015-04-14 12:12:18 -03:00
bootstrap Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
catalog Integrate pg_upgrade_support module into backend 2015-04-14 19:26:37 -04:00
commands Integrate pg_upgrade_support module into backend 2015-04-14 19:26:37 -04:00
executor Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation. 2015-03-24 15:53:06 -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 Rationalize vacuuming options and parameters 2015-03-18 11:52:33 -03:00
optimizer Fix incorrect matching of subexpressions in outer-join plan nodes. 2015-04-04 19:55:15 -04:00
parser Remove obsolete FORCE option from REINDEX. 2015-04-09 11:31:42 +09: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 Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
rewrite Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03: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 Integrate pg_upgrade_support module into backend 2015-04-14 19:26:37 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Translation updates 2015-02-01 23:23:40 -05:00