| Commit message (Expand) | Author | Age |
* | Translation update | Peter Eisentraut | 2010-05-13 |
* | Suppress signed-vs-unsigned-char warning. | 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 psql's \copy to not insert spaces around dots and commas in the text of | Tom Lane | 2010-04-15 |
* | Return proper exit code (3) from psql when ON_ERROR_STOP=on and | Bruce Momjian | 2010-03-09 |
* | 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 |
* | Fix memory leakage introduced into print_aligned_text by 8.4 changes | Tom Lane | 2010-01-30 |
* | When doing a parallel restore, we must guard against out-of-range dependency | Tom Lane | 2010-01-19 |
* | Translation updates | Peter Eisentraut | 2009-12-08 |
* | Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre combination | Tom Lane | 2009-11-20 |
* | Typo: dump -> restore | Peter Eisentraut | 2009-11-19 |
* | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander | 2009-11-14 |
* | Do not build psql's flex module on its own, but instead include it in | Tom Lane | 2009-11-10 |
* | Fix \df to re-allow regexp special characters in the function name pattern. | Tom Lane | 2009-10-28 |
* | FREEZE and VERBOSE options were in wrong order in the VACUUM command that | Heikki Linnakangas | 2009-10-16 |
* | Translation updates | Peter Eisentraut | 2009-09-03 |
* | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | Tom Lane | 2009-09-02 |
* | Fix inclusions of readline/editline header files so that we only attempt to | Tom Lane | 2009-08-24 |
* | Try to defend against the possibility that libpq is still in COPY_IN state | Tom Lane | 2009-08-07 |
* | Document \dg+ and \du+ | Peter Eisentraut | 2009-07-24 |
* | Properly restore pg_largeobject.relfozenxid in binary upgrade mode. | Bruce Momjian | 2009-07-20 |
* | Remove unnecessary and version-sensitive dependence on the exact set of | Tom Lane | 2009-07-20 |
* | Fix up pg_dump's --binary-upgrade option so that it behaves properly with | Tom Lane | 2009-07-02 |
* | Translation updates for 8.4 release. | Peter Eisentraut | 2009-06-26 |
* | Fix the makefiles to fail cleanly if Perl is needed but not present. This | Tom Lane | 2009-06-23 |
* | Tweak the display of incoming foreign-key constraints in \d, per discussion | Peter Eisentraut | 2009-06-13 |
* | Fix several places where a function was declared static and then defined | Tom Lane | 2009-06-12 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Translation updates | Peter Eisentraut | 2009-06-10 |
* | Clarify error message | Peter Eisentraut | 2009-06-10 |
* | Trivial code style cleanup around a couple of ngettext calls. | Tom Lane | 2009-06-04 |
* | Remove a couple of debugging messages that have been #ifdef'd out for ages. | Tom Lane | 2009-06-04 |
* | Change rather bizarre code ordering in get_id(). This isn't strictly | Tom Lane | 2009-06-03 |
* | Fix to use the same format specifiers in both branches of a ngettext(). | Peter Eisentraut | 2009-05-27 |
* | Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of | Tom Lane | 2009-05-27 |
* | Allow the second argument of pg_get_expr() to be just zero when deparsing | Tom Lane | 2009-05-26 |
* | Convert some messages to use ngettext(). | Peter Eisentraut | 2009-05-21 |
* | Translation updates | Alvaro Herrera | 2009-05-14 |
* | Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options | Tom Lane | 2009-05-10 |
* | Code review for \df rewrite: fix assorted bugs, make type and | Tom Lane | 2009-05-05 |
* | Fix the query used for \d against 8.2 and 8.3 servers. | Heikki Linnakangas | 2009-05-04 |
* | Fix pg_resetxlog to remove archive status files along with WAL segment files. | Tom Lane | 2009-05-03 |
* | In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs | Bruce Momjian | 2009-04-28 |
* | Remove Windows-specific definition of S_ISDIR(). This should not be here; | Tom Lane | 2009-04-26 |
* | Use brackets in psql \df \? help. | Bruce Momjian | 2009-04-22 |
* | Improve psql \df error handling. | Bruce Momjian | 2009-04-21 |
* | Merge psql \df options into a single \? line, and update docs. | Bruce Momjian | 2009-04-21 |