| Commit message (Expand) | Author | Age |
* | 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 |
* | Add initdb --sync-only option to sync the data directory to durable | Bruce Momjian | 2012-12-03 |
* | Revert initdb --sync-only patch that had incorrect commit messages. | Bruce Momjian | 2012-12-03 |
* | dummy commit | Bruce Momjian | 2012-12-03 |
* | In pg_upgrade, fix bug where no users were dumped in pg_dumpall | Bruce Momjian | 2012-12-03 |
* | Fix psql crash while parsing SQL file whose encoding is different from | Tatsuo Ishii | 2012-12-02 |
* | Split initdb.c main() code into multiple functions, for easier | Bruce Momjian | 2012-11-30 |
* | In pg_upgrade, dump each database separately and use | Bruce Momjian | 2012-11-30 |
* | Move long_options structures to the top of main() functions, for | Bruce Momjian | 2012-11-30 |
* | Fix pg_resetxlog to use correct path to postmaster.pid. | Tom Lane | 2012-11-22 |
* | Teach pg_basebackup and pg_receivexlog to reply to server keepalives. | Heikki Linnakangas | 2012-11-08 |
* | Fix missing inclusions. | Tom Lane | 2012-11-07 |
* | Make the streaming replication protocol messages architecture-independent. | Heikki Linnakangas | 2012-11-07 |
* | In pg_dump, dump SEQUENCE SET items in the data not pre-data section. | Tom Lane | 2012-10-26 |
* | Fix pg_dump's handling of DROP DATABASE commands in --clean mode. | Tom Lane | 2012-10-20 |
* | Further tweaking of the readfile() function in pg_ctl. | Heikki Linnakangas | 2012-10-18 |
* | pg_dump: Output functions deterministically sorted | Alvaro Herrera | 2012-10-18 |
* | Fix race condition in pg_ctl reading postmaster.pid. | Heikki Linnakangas | 2012-10-15 |
* | In our source code, make a copy of getopt's 'optarg' string arguments, | Bruce Momjian | 2012-10-12 |