summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-02-08Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs
2011-02-08Avoid having autovacuum workers wait for relation locks.Robert Haas
2011-02-07Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.Heikki Linnakangas
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-06Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas
2011-02-04Make handling of errcodes.h more consistent with other generated headers.Robert Haas
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2011-02-03Simplify code used in is_absolute_path() macro; also add comment aboutBruce Momjian
2011-02-03Rename function to first_path_var_separator() to clarify it works withBruce Momjian
2011-02-01Add validator to PL/PythonPeter Eisentraut
2011-02-01Undefine setlocale() macro on Win32Magnus Hagander
2011-02-01Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs
2011-02-01Create new errcode for recovery conflict caused by db drop on master.Simon Riggs
2011-01-31Support multiple concurrent pg_basebackup backups.Heikki Linnakangas
2011-01-31Fix typoAndrew Dunstan
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2011-01-30Add option to include WAL in base backupMagnus Hagander
2011-01-26autoreconfPeter Eisentraut
2011-01-25Replace pg_class.relhasexclusion with pg_index.indisexclusion.Tom Lane
2011-01-25Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane
2011-01-23Make walsender options order-independentMagnus Hagander
2011-01-23Add pg_basebackup tool for streaming base backupsMagnus Hagander
2011-01-23Code cleanup for assign_transaction_read_only.Robert Haas
2011-01-22Code cleanup for assign_XactIsoLevel.Robert Haas
2011-01-21Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas
2011-01-15Move a couple of declarations to reflect where the routines really are.Tom Lane
2011-01-15Treat a WAL sender process that hasn't started streaming yet as a regularHeikki Linnakangas
2011-01-14Use a lexer and grammar for parsing walsender commandsMagnus Hagander
2011-01-14Exit from base backups when shutdown is requestedMagnus Hagander
2011-01-14Code review for postmaster.pid contents changes.Tom Lane
2011-01-13Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane
2011-01-11Track walsender state in shared memory and expose in pg_stat_replicationMagnus Hagander
2011-01-10Backend support for streaming base backupsMagnus Hagander
2011-01-09Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander
2011-01-09Fix up core tsquery GIN support for new extractQuery API.Tom Lane
2011-01-09Add pgreadlink() on Windows to read junction pointsMagnus Hagander
2011-01-09Add array_contains_nulls() function in arrayfuncs.c.Tom Lane
2011-01-08Remove pg_am.amindexnulls.Tom Lane
2011-01-08Refactor GIN's handling of duplicate search entries.Tom Lane
2011-01-08Fix the built-in GIN support procedure declarations in pg_proc.h.Tom Lane
2011-01-08Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane
2011-01-07Document pg_stat_replication, bump catversion since that was overlooked.Robert Haas
2011-01-07New system view pg_stat_replication displays activity of wal sender processes.Itagaki Takahiro
2011-01-05Give superusers REPLIACTION permission by defaultMagnus Hagander
2011-01-04Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas
2011-01-03Bump catversion, forgot in previous commit.Magnus Hagander
2011-01-03Add views and functions to monitor hot standby query conflictsMagnus Hagander
2011-01-02Implement remaining fields of information_schema.sequences viewPeter Eisentraut
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian