| Commit message (Expand) | Author | Age |
* | 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 |
* | Refactor flex and bison make rules | Peter Eisentraut | 2012-10-11 |
* | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane | 2012-10-02 |
* | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane | 2012-10-02 |
* | Fix typo in previous warning-silencing patch. | Heikki Linnakangas | 2012-10-02 |
* | Silence compiler warning about pointer type mismatch on some platforms. | Heikki Linnakangas | 2012-10-02 |
* | psql: Mark table headers in \drds output for translation | Peter Eisentraut | 2012-09-29 |
* | Fix bugs in "restore.sql" script emitted in pg_dump tar output. | Tom Lane | 2012-09-29 |
* | Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. | Tom Lane | 2012-09-28 |
* | Prevent emitting "ALTER VIEW foo SET ()". | Tom Lane | 2012-09-24 |
* | psql: Add more constraint completion | Peter Eisentraut | 2012-09-14 |
* | Fix "too many arguments" messages not to index off the end of argv[]. | Robert Haas | 2012-09-06 |
* | Change "restoring" to "processing" in message from pg_dump | Magnus Hagander | 2012-09-04 |
* | Make psql's \d+ show reloptions for all relkinds. | Tom Lane | 2012-09-03 |
* | psql: Reduce compatibility warning | Peter Eisentraut | 2012-08-31 |
* | Report postmaster.pid file as empty if it is empty, rather than | Bruce Momjian | 2012-08-29 |
* | Prevent psql tab completion in SET from adding TO when the equals sign | Bruce Momjian | 2012-08-28 |
* | Small punctuation fixes | Peter Eisentraut | 2012-08-28 |
* | pg_basebackup: Correct error message | Peter Eisentraut | 2012-08-27 |
* | Use psql_error() for most psql error calls, per request from Magnus. | Bruce Momjian | 2012-08-25 |
* | Put options on man page and in help output in slightly better order | Peter Eisentraut | 2012-08-24 |
* | Fix dumping of security_barrier views with circular dependencies. | Tom Lane | 2012-08-21 |
* | Improved tab completion for CLUSTER VERBOSE. | Robert Haas | 2012-08-20 |
* | Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint name. | Robert Haas | 2012-08-20 |
* | Add C comment about new \c parameter requirement for crashed connections. | Bruce Momjian | 2012-08-15 |
* | In psql, if the is no connection object, e.g. due to a server crash, | Bruce Momjian | 2012-08-15 |
* | Properly escape usernames in initdb, so names with single-quotes are | Bruce Momjian | 2012-08-15 |