| Commit message (Expand) | Author | Age |
* | Have psql avoid describing local sockets as host names. | Robert Haas | 2010-07-23 |
* | Fix bogus server version in pg_dumpall --quote-all-identifiers. | Robert Haas | 2010-07-22 |
* | Add options to force quoting of all identifiers. | Robert Haas | 2010-07-22 |
* | Have \conninfo mention the port even for local sockets. | Robert Haas | 2010-07-20 |
* | Add \conninfo command to psql, to show current connection info. | Robert Haas | 2010-07-20 |
* | Fix several problems in pg_dump's handling of SQL/MED objects, notably failure | Tom Lane | 2010-07-14 |
* | Translation updates for 9.0beta3 | Peter Eisentraut | 2010-07-08 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 |
* | Improve pg_dump's checkSeek() function to verify the functioning of ftello | Tom Lane | 2010-06-28 |
* | Fix pg_restore so parallel restore doesn't fail when the input file doesn't | Tom Lane | 2010-06-27 |
* | Fix typo in Japanese translation for psql "Use \d+ to list them." | Itagaki Takahiro | 2010-06-14 |
* | Add missing 'Z' letter to getopt_long call --- the newly added | Tom Lane | 2010-06-11 |
* | Ensure default-only storage parameters for TOAST relations | Itagaki Takahiro | 2010-06-07 |
* | Translation updates for 9.0beta2 | Peter Eisentraut | 2010-06-03 |
* | On clean shutdown during recovery, don't warn about possible corruption. | Robert Haas | 2010-06-03 |
* | Change the notation for calling functions with named parameters from | Tom Lane | 2010-05-30 |
* | Abort a FETCH_COUNT-controlled query if we observe any I/O error on the | Tom Lane | 2010-05-28 |
* | Fix psql help: \da+ is same as \da, but \daS is not. | Robert Haas | 2010-05-26 |
* | Unbreak \h; can't do strlen(NULL). | Robert Haas | 2010-05-21 |
* | Ensure that pg_restore -l will output DATABASE entries whether or not -C | Tom Lane | 2010-05-15 |
* | Translation update | Peter Eisentraut | 2010-05-13 |
* | Add PGFILEDESC description to Makefiles for all /contrib executables. | Bruce Momjian | 2010-05-12 |
* | Suppress signed-vs-unsigned-char warning. | Tom Lane | 2010-05-09 |
* | Adjust comments about avoiding use of printf's %.*s. | Tom Lane | 2010-05-09 |
* | Work around a subtle portability problem in use of printf %s format. | Tom Lane | 2010-05-08 |
* | Fix psql to not go into infinite recursion when expanding a variable that | Tom Lane | 2010-05-05 |
* | Fix a couple of places where the result of fgets() wasn't checked. | Tom Lane | 2010-04-30 |
* | Minor editorializing on pg_controldata and pg_resetxlog: adjust some message | Tom Lane | 2010-04-28 |
* | pg_controldata needs #define FRONTEND, same as pg_resetxlog. | Tom Lane | 2010-04-28 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |
* | Fix various instances of "the the". | Robert Haas | 2010-04-23 |
* | psql tab completion for ALTER DEFAULT PRIVILEGES and USER MAPPING FOR PUBLIC. | Itagaki Takahiro | 2010-04-07 |
* | Add cygwin version check before using cygwin_conv_path(), | Itagaki Takahiro | 2010-04-07 |
* | Assorted tab-completion improvements in psql. | Itagaki Takahiro | 2010-04-05 |
* | Use a new API rather than a deprecated one in in cygwin. | Itagaki Takahiro | 2010-04-05 |
* | \ddp should be recognized as such even if user appends S or + to it. | Tom Lane | 2010-04-03 |
* | Also print the libpq error message when lo_create or lo_open fails | Peter Eisentraut | 2010-03-18 |
* | Modify psql's \d printout to fold exclusion constraints in with regular | Tom Lane | 2010-03-11 |
* | Simplify a couple of pg_dump and psql \d queries about index constraints | Tom Lane | 2010-03-11 |
* | Return proper exit code (3) from psql when ON_ERROR_STOP=on and | Bruce Momjian | 2010-03-08 |
* | Revert patch for --psqlrc=FILENAME in psql. | Magnus Hagander | 2010-03-07 |
* | Add --psqlrc=FILENAME parameter to psql, to process an explicitly named | Magnus Hagander | 2010-03-06 |
* | Add C comment about DDL changes possibly causing pg_dump errors. | Bruce Momjian | 2010-03-03 |
* | Fix pg_dump of ACLs of foreign servers. The command to grant/revoke | Heikki Linnakangas | 2010-03-03 |
* | Fix translation of strings in psql \d output (translation in headers worked, | Heikki Linnakangas | 2010-03-01 |
* | Fix numericlocale psql option when used with a null string and latex and troff | Heikki Linnakangas | 2010-03-01 |
* | In vacuumdb --help, call analyze "statistics", not "hints". | Bruce Momjian | 2010-02-26 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Fix patch for printing backend and pg_dump versions so that it works in | Tom Lane | 2010-02-24 |