summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2011-02-10Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane
2011-02-10Use NOWAIT when including WAL in base backupMagnus Hagander
2011-02-10Fix pg_upgrade to handle extensions.Tom Lane
2011-02-09Rethink order of operations for dumping extension member objects.Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-08Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-03Include more status information in walsender resultsMagnus Hagander
2011-01-31Fix typoHeikki Linnakangas
2011-01-30Add option to include WAL in base backupMagnus Hagander
2011-01-27Update psql's \copyright to match the text we have in the COPYRIGHT file.Heikki Linnakangas
2011-01-24Document the "S" option for psql's \dn command in the psql helpPeter Eisentraut
2011-01-24Fix typo in the psql \d query handling, so that we use the correct queryHeikki Linnakangas
2011-01-24Silence compiler warning about uninitialized variable, noted byHeikki Linnakangas
2011-01-23Reorder includes to unbreak MSVCMagnus Hagander
2011-01-23Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas
2011-01-23Fix another portability issue in pg_basebackup.Tom Lane
2011-01-23Add .gitignore file to silence complaints about pg_basebackup.Tom Lane
2011-01-23Suppress uninitialized-variable warning.Tom Lane
2011-01-23Use pg_strcasecmp instead of strcasecmp for portabilityMagnus Hagander
2011-01-23filemode is parsed on win32 even if never usedMagnus Hagander
2011-01-23Add pg_basebackup tool for streaming base backupsMagnus Hagander
2011-01-22Suppress possibly-uninitialized-variable warnings from gcc 4.5.Tom Lane
2011-01-20Add new psql command \dL to list languages.Robert Haas
2011-01-14Code review for postmaster.pid contents changes.Tom Lane
2011-01-08Fix pg_upgrade of large object permissions by preserving pg_auth.oid,Bruce Momjian
2011-01-08Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.Bruce Momjian
2011-01-05Clarify pg_upgrade's creation of the map file structure. Also cleanBruce Momjian
2011-01-04Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION.Itagaki Takahiro
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Fix pg_dump support for security labels on columns.Robert Haas
2011-01-01Add #include <time.h> to pg_ctl.c to fix compiler warning.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Include the first valid listen address in pg_ctl to improve server startBruce Momjian
2010-12-29Support unlogged tables.Robert Haas
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-24Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan
2010-12-24Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian
2010-12-14Improved tab completion for views with triggers.Robert Haas
2010-12-11Move a couple of initdb's subroutines into src/port/.Tom Lane
2010-12-10Use symbolic names not octal constants for file permission flags.Tom Lane
2010-12-09Eliminate O(N^2) behavior in parallel restore with many blobs.Tom Lane
2010-12-03Remove misleading comments. Move _Clone and _DeClone functions beforeHeikki Linnakangas
2010-12-02Move private struct declaration to compress_io.cAlvaro Herrera
2010-12-02Remove trailing whitespaceAlvaro Herrera
2010-12-02Remove useless struct declarationAlvaro Herrera
2010-12-02Silence compilerAlvaro Herrera
2010-12-02Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,Heikki Linnakangas
2010-11-27Rewrite PQping to be more like what we agreed to last week.Tom Lane