| Commit message (Expand) | Author | Age | Files | Lines |
* | psql: Improve unaligned expanded output for zero rows | Peter Eisentraut | 2013-02-09 | 1 | -4/+7 |
* | psql: Improve expanded print output in tuples-only mode | Peter Eisentraut | 2013-02-09 | 1 | -1/+2 |
* | Add support for ALTER RULE ... RENAME TO. | Tom Lane | 2013-02-08 | 1 | -1/+30 |
* | scripts: Add build prerequisite on libpgport | Peter Eisentraut | 2013-02-08 | 1 | -9/+9 |
* | Enable building with Microsoft Visual Studio 2012. | Andrew Dunstan | 2013-02-06 | 1 | -2/+10 |
* | Create a psql command \gset to store query results into psql variables. | Tom Lane | 2013-02-02 | 5 | -13/+118 |
* | Prevent "\g filename" from affecting subsequent commands after an error. | Tom Lane | 2013-02-02 | 2 | -14/+20 |
* | Fast promote mode skips checkpoint at end of recovery. | Simon Riggs | 2013-01-29 | 1 | -3/+15 |
* | Make it easy to time out pg_isready, and make the default 3 seconds. | Robert Haas | 2013-01-25 | 1 | -30/+36 |
* | Add prosecdef to \df+ output. | Heikki Linnakangas | 2013-01-25 | 1 | -2/+6 |
* | Make pg_dump exclude unlogged table data on hot standby slaves | Magnus Hagander | 2013-01-25 | 1 | -0/+18 |
* | Use correct output device for Windows prompts. | Andrew Dunstan | 2013-01-24 | 1 | -0/+11 |
* | Make output identical to pg_resetxlog's | Alvaro Herrera | 2013-01-24 | 1 | -1/+1 |
* | pg_isready | Robert Haas | 2013-01-23 | 3 | -1/+206 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 | 2 | -2/+39 |
* | Use SET TRANSACTION READ ONLY in pg_dump, if server supports it. | Tom Lane | 2013-01-19 | 1 | -1/+8 |
* | Rename new latex longtable function name, for consistency | Bruce Momjian | 2013-01-18 | 1 | -2/+2 |
* | psql latex fixes | Bruce Momjian | 2013-01-18 | 1 | -1/+1 |
* | Make pg_receivexlog and pg_basebackup -X stream work across timeline switches. | Heikki Linnakangas | 2013-01-17 | 4 | -256/+555 |
* | Add a latex-longtable output format to psql | Bruce Momjian | 2013-01-17 | 3 | -6/+176 |
* | Silence compiler warnings | Magnus Hagander | 2013-01-17 | 1 | -3/+3 |
* | Make size-output fixed length in pg_basebackup verbose mode | Magnus Hagander | 2013-01-17 | 1 | -6/+9 |
* | Truncate filenames in the leadning end in pg_basebackup verbose output | Magnus Hagander | 2013-01-17 | 1 | -6/+18 |
* | Support multiple -t/--table arguments for more commands | Magnus Hagander | 2013-01-17 | 11 | -88/+138 |
* | Get rid of pg_dump's README | Peter Eisentraut | 2013-01-16 | 3 | -79/+6 |
* | Make \? help message more clear when not connected. | Heikki Linnakangas | 2013-01-15 | 1 | -5/+7 |
* | Don't pass NULL to fprintf, if not currently connected to a database. | Heikki Linnakangas | 2013-01-15 | 1 | -1/+6 |
* | Give a proper error message if connecting to incompatible server. | Heikki Linnakangas | 2013-01-15 | 1 | -0/+15 |
* | Don't attempt to write recovery.conf when -R is not specified | Magnus Hagander | 2013-01-09 | 1 | -1/+1 |
* | Add support for generating minimal recovery.conf when doing base backups | Magnus Hagander | 2013-01-05 | 1 | -39/+318 |
* | Centralize single quote escaping in src/port/quotes.c | Magnus Hagander | 2013-01-05 | 1 | -29/+12 |
* | Move tar function headers to pgtar.h | Magnus Hagander | 2013-01-02 | 1 | -0/+1 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 76 | -77/+77 |
* | Unify some tar functionality across different parts | Magnus Hagander | 2013-01-01 | 1 | -102/+3 |
* | Remove obsolete XLogRecPtr macros | Alvaro Herrera | 2012-12-28 | 1 | -1/+1 |
* | Avoid using NAMEDATALEN in pg_upgrade | Bruce Momjian | 2012-12-20 | 1 | -1/+1 |
* | pg_basebackup: Small message punctuation improvements | Peter Eisentraut | 2012-12-19 | 2 | -5/+5 |
* | Provide Assert() for frontend code. | Andrew Dunstan | 2012-12-14 | 6 | -25/+18 |
* | Make xlog_internal.h includable in frontend context. | Heikki Linnakangas | 2012-12-13 | 4 | -31/+4 |
* | Fix assorted bugs in privileges-for-types patch. | Tom Lane | 2012-12-09 | 4 | -26/+98 |
* | In initdb.c, move auth warning code into main() from secondary function. | Bruce Momjian | 2012-12-04 | 1 | -8/+8 |
* | Track the timeline associated with minRecoveryPoint, for more sanity checks. | Heikki Linnakangas | 2012-12-04 | 2 | -1/+4 |
* | In initdb.c, rename some newly created functions, and move the directory | Bruce Momjian | 2012-12-03 | 1 | -25/+41 |
* | Add initdb --sync-only option to sync the data directory to durable | Bruce Momjian | 2012-12-03 | 1 | -1/+15 |
* | Revert initdb --sync-only patch that had incorrect commit messages. | Bruce Momjian | 2012-12-03 | 1 | -15/+1 |
* | dummy commit | Bruce Momjian | 2012-12-03 | 1 | -1/+15 |
* | In pg_upgrade, fix bug where no users were dumped in pg_dumpall | Bruce Momjian | 2012-12-03 | 1 | -8/+15 |
* | Fix psql crash while parsing SQL file whose encoding is different from | Tatsuo Ishii | 2012-12-02 | 1 | -1/+1 |
* | Split initdb.c main() code into multiple functions, for easier | Bruce Momjian | 2012-11-30 | 1 | -302/+366 |
* | In pg_upgrade, dump each database separately and use | Bruce Momjian | 2012-11-30 | 1 | -3/+5 |