| Commit message (Expand) | Author | Age |
* | 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 |
* | Support having multiple Unix-domain sockets per postmaster. | Tom Lane | 2012-08-10 |
* | Make psql -1 < file behave as expected. | Robert Haas | 2012-08-09 |
* | Complain with proper error message if streaming stops prematurely | Magnus Hagander | 2012-08-06 |
* | pg_basebackup: stylistic adjustments | Alvaro Herrera | 2012-07-31 |
* | Tab complete table names after ALTER TABLE x [NO] INHERIT. | Robert Haas | 2012-07-26 |
* | Add translator comments to module names | Alvaro Herrera | 2012-07-25 |
* | pg_dump: Simplify mkdir() error checking | Peter Eisentraut | 2012-07-20 |
* | Syntax support and documentation for event triggers. | Robert Haas | 2012-07-18 |
* | Remove unreachable code | Peter Eisentraut | 2012-07-16 |
* | Print the name of the WAL file containing latest REDO ptr in pg_controldata. | Heikki Linnakangas | 2012-07-14 |
* | Add fsync capability to initdb, and use sync_file_range() if available. | Tom Lane | 2012-07-13 |
* | Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup | Magnus Hagander | 2012-07-12 |
* | Run updated copyright.pl on HEAD and 9.2 trees, updating the psql | Bruce Momjian | 2012-07-06 |
* | Don't try to trim "../" in join_path_components(). | Tom Lane | 2012-07-05 |
* | Fix function argument tab completion for schema-qualified or quoted function ... | Magnus Hagander | 2012-07-05 |
* | Run newly-configured perltidy script on Perl files. | Bruce Momjian | 2012-07-04 |
* | Have pg_dump in binary-upgrade mode properly drop user-created | Bruce Momjian | 2012-07-04 |
* | Increase the maximum initdb-configured value for shared_buffers to 128MB. | Robert Haas | 2012-07-04 |
* | Set the write location in the pg_receivexlog status messages | Magnus Hagander | 2012-07-04 |
* | Assorted message style improvements | Peter Eisentraut | 2012-07-02 |
* | initdb: Update check_need_password for new options | Peter Eisentraut | 2012-06-30 |
* | Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring. | Heikki Linnakangas | 2012-06-26 |
* | Make pg_dump emit more accurate dependency information. | Tom Lane | 2012-06-25 |
* | Improve pg_dump's dependency-sorting logic to enforce section dump order. | Tom Lane | 2012-06-25 |
* | Unbreak pg_resetxlog -l. | Robert Haas | 2012-06-25 |