| Commit message (Expand) | Author | Age |
* | Fix pg_dumpall with database names containing = | Heikki Linnakangas | 2013-02-20 |
* | Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. | Heikki Linnakangas | 2013-02-20 |
* | Split pgstat file in smaller pieces | Alvaro Herrera | 2013-02-18 |
* | Warn about initdb using mount-points | Bruce Momjian | 2013-02-16 |
* | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 |
* | Support unlogged GiST index. | Heikki Linnakangas | 2013-02-11 |
* | Include previous TLI in end-of-recovery and shutdown checkpoint records. | Heikki Linnakangas | 2013-02-11 |
* | psql: Improve unaligned expanded output for zero rows | Peter Eisentraut | 2013-02-09 |
* | psql: Improve expanded print output in tuples-only mode | Peter Eisentraut | 2013-02-09 |
* | Add support for ALTER RULE ... RENAME TO. | Tom Lane | 2013-02-08 |
* | scripts: Add build prerequisite on libpgport | Peter Eisentraut | 2013-02-08 |
* | Enable building with Microsoft Visual Studio 2012. | Andrew Dunstan | 2013-02-06 |
* | Create a psql command \gset to store query results into psql variables. | Tom Lane | 2013-02-02 |
* | Prevent "\g filename" from affecting subsequent commands after an error. | Tom Lane | 2013-02-02 |
* | Fast promote mode skips checkpoint at end of recovery. | Simon Riggs | 2013-01-29 |
* | Make it easy to time out pg_isready, and make the default 3 seconds. | Robert Haas | 2013-01-25 |
* | Add prosecdef to \df+ output. | Heikki Linnakangas | 2013-01-25 |
* | Make pg_dump exclude unlogged table data on hot standby slaves | Magnus Hagander | 2013-01-25 |
* | Use correct output device for Windows prompts. | Andrew Dunstan | 2013-01-24 |
* | Make output identical to pg_resetxlog's | Alvaro Herrera | 2013-01-24 |
* | pg_isready | Robert Haas | 2013-01-23 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 |
* | Use SET TRANSACTION READ ONLY in pg_dump, if server supports it. | Tom Lane | 2013-01-19 |
* | Rename new latex longtable function name, for consistency | Bruce Momjian | 2013-01-18 |
* | psql latex fixes | Bruce Momjian | 2013-01-18 |
* | Make pg_receivexlog and pg_basebackup -X stream work across timeline switches. | Heikki Linnakangas | 2013-01-17 |
* | Add a latex-longtable output format to psql | Bruce Momjian | 2013-01-17 |
* | Silence compiler warnings | Magnus Hagander | 2013-01-17 |
* | Make size-output fixed length in pg_basebackup verbose mode | Magnus Hagander | 2013-01-17 |
* | Truncate filenames in the leadning end in pg_basebackup verbose output | Magnus Hagander | 2013-01-17 |
* | Support multiple -t/--table arguments for more commands | Magnus Hagander | 2013-01-17 |
* | Get rid of pg_dump's README | Peter Eisentraut | 2013-01-16 |
* | Make \? help message more clear when not connected. | Heikki Linnakangas | 2013-01-15 |
* | Don't pass NULL to fprintf, if not currently connected to a database. | Heikki Linnakangas | 2013-01-15 |
* | Give a proper error message if connecting to incompatible server. | Heikki Linnakangas | 2013-01-15 |
* | Don't attempt to write recovery.conf when -R is not specified | Magnus Hagander | 2013-01-09 |
* | Add support for generating minimal recovery.conf when doing base backups | Magnus Hagander | 2013-01-05 |
* | Centralize single quote escaping in src/port/quotes.c | Magnus Hagander | 2013-01-05 |
* | Move tar function headers to pgtar.h | Magnus Hagander | 2013-01-02 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Unify some tar functionality across different parts | Magnus Hagander | 2013-01-01 |
* | Remove obsolete XLogRecPtr macros | Alvaro Herrera | 2012-12-28 |
* | Avoid using NAMEDATALEN in pg_upgrade | Bruce Momjian | 2012-12-20 |
* | pg_basebackup: Small message punctuation improvements | Peter Eisentraut | 2012-12-19 |
* | Provide Assert() for frontend code. | Andrew Dunstan | 2012-12-14 |
* | Make xlog_internal.h includable in frontend context. | Heikki Linnakangas | 2012-12-13 |
* | Fix assorted bugs in privileges-for-types patch. | Tom Lane | 2012-12-09 |
* | In initdb.c, move auth warning code into main() from secondary function. | Bruce Momjian | 2012-12-04 |
* | Track the timeline associated with minRecoveryPoint, for more sanity checks. | Heikki Linnakangas | 2012-12-04 |
* | In initdb.c, rename some newly created functions, and move the directory | Bruce Momjian | 2012-12-03 |