postgresql/src/bin
Simon Riggs 722bf7017b Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
FK constraints that are marked NOT VALID may later be VALIDATED, which uses an
ShareUpdateExclusiveLock on constraint table and RowShareLock on referenced
table. Significantly reduces lock strength and duration when adding FKs.
New state visible from psql.

Simon Riggs, with reviews from Marko Tiikkaja and Robert Haas
2011-02-08 12:23:20 +00:00
..
initdb Implement genuine serializable isolation level. 2011-02-08 00:09:08 +02:00
pg_basebackup Include more status information in walsender results 2011-02-03 13:46:23 +01:00
pg_config Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_controldata Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ctl Code review for postmaster.pid contents changes. 2011-01-13 19:01:28 -05:00
pg_dump Implement genuine serializable isolation level. 2011-02-08 00:09:08 +02:00
pg_resetxlog Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pgevent Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psql Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. 2011-02-08 12:23:20 +00:00
scripts Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00