postgresql/src/bin
Tom Lane 10a3471bed Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a
sequence to be reset to its original starting value.  This requires adding the
original start value to the set of parameters (columns) of a sequence object,
which is a user-visible change with potential compatibility implications;
it also forces initdb.

Also add hopefully-SQL-compatible RESTART/CONTINUE IDENTITY options to
TRUNCATE TABLE.  RESTART IDENTITY executes ALTER SEQUENCE RESTART for all
sequences "owned by" any of the truncated relations.  CONTINUE IDENTITY is
a no-op option.

Zoltan Boszormenyi
2008-05-16 23:36:05 +00:00
..
initdb Don't call AddUserToDacl on Cygwin 2008-02-29 23:31:20 +00:00
pg_config Reduce the need for frontend programs to include "postgres.h" by refactoring 2008-03-27 03:57:34 +00:00
pg_controldata Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
pg_ctl Update error messages, per notes from Tom. 2008-04-24 14:23:43 +00:00
pg_dump Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a 2008-05-16 23:36:05 +00:00
pg_resetxlog Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
pgevent More README src cleanups. 2008-03-21 13:23:29 +00:00
psql Recent patch doesn't compile without <limits.h> 2008-05-16 18:35:38 +00:00
scripts Fix a few warnings that have crept into CVS HEAD. 2008-05-14 15:16:27 +00:00
Makefile Remove ipcclean utility command --- didn't work on all Unixes and on 2008-03-27 17:24:16 +00:00