postgresql/src/bin
Tom Lane 5a39114fe7 In pg_dump, dump SEQUENCE SET items in the data not pre-data section.
Represent a sequence's current value as a separate TableDataInfo dumpable
object, so that it can be dumped within the data section of the archive
rather than in pre-data.  This fixes an undesirable inconsistency between
the meanings of "--data-only" and "--section=data", and also fixes dumping
of sequences that are marked as extension configuration tables, as per a
report from Marko Kreen back in July.  The main cost is that we do one more
SQL query per sequence, but that's probably not very meaningful in most
databases.

Back-patch to 9.1, since it has the extension configuration issue even
though not the --section switch.
2012-10-26 12:12:42 -04:00
..
initdb Fix race condition in pg_ctl reading postmaster.pid. 2012-10-15 10:36:32 +03:00
pg_basebackup Work around unportable behavior of malloc(0) and realloc(NULL, 0). 2012-10-02 17:32:42 -04:00
pg_config Make documentation of --help and --version options more consistent 2012-06-18 02:46:59 +03:00
pg_controldata Print the name of the WAL file containing latest REDO ptr in pg_controldata. 2012-07-14 14:22:57 +03:00
pg_ctl Further tweaking of the readfile() function in pg_ctl. 2012-10-18 22:26:26 +03:00
pg_dump In pg_dump, dump SEQUENCE SET items in the data not pre-data section. 2012-10-26 12:12:42 -04:00
pg_resetxlog Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. 2012-06-26 07:49:02 +03:00
pgevent Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
psql In our source code, make a copy of getopt's 'optarg' string arguments, 2012-10-12 13:35:43 -04:00
scripts In our source code, make a copy of getopt's 'optarg' string arguments, 2012-10-12 13:35:43 -04:00
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00