postgresql/src
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
..
backend Tweak genericcostestimate's fudge factor for index size. 2012-10-24 16:25:40 -04:00
bin In pg_dump, dump SEQUENCE SET items in the data not pre-data section. 2012-10-26 12:12:42 -04:00
include When converting a table to a view, remove its system columns. 2012-10-24 13:39:37 -04:00
interfaces In our source code, make a copy of getopt's 'optarg' string arguments, 2012-10-12 13:35:43 -04:00
makefiles Fix PGXS support for building loadable modules on AIX. 2012-10-09 21:04:06 -04:00
pl Refactor flex and bison make rules 2012-10-11 06:57:04 -04:00
port Remove redundant code for getnameinfo() replacement 2012-10-04 21:45:14 -04:00
template Remove _FORTIFY_SOURCE 2012-10-10 21:42:38 -04:00
test When converting a table to a view, remove its system columns. 2012-10-24 13:39:37 -04:00
timezone In our source code, make a copy of getopt's 'optarg' string arguments, 2012-10-12 13:35:43 -04:00
tools Unbreak MSVC builds after recent Makefile refactoring. 2012-10-11 12:36:42 -04:00
tutorial Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Refactor flex and bison make rules 2012-10-11 06:57:04 -04:00
Makefile.shlib Remove configure flag --disable-shared, as it is no longer used by any 2012-08-30 16:26:53 -04:00
nls-global.mk Lots of doc corrections. 2012-04-23 22:43:09 -04:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00