| Commit message (Expand) | Author | Age |
* | Don't choke when the handler for a procedural language is located in | Tom Lane | 2003-10-28 |
* | [ Patch applied only to 7.3.X.] | Bruce Momjian | 2003-09-29 |
* | Backpatched changes for rules when casts are dumped according to | Jan Wieck | 2003-09-28 |
* | Fix translation mistake. | Peter Eisentraut | 2003-08-24 |
* | [ Backpatch to 7.3.X.] | Bruce Momjian | 2003-06-25 |
* | Small translation updates for 7.3.3 release. | Peter Eisentraut | 2003-05-18 |
* | Back-patch fix to allow createuser to exit on control-C (Oliver Elphick) | Tom Lane | 2003-05-16 |
* | Back-patch fix from Oliver Elphick to force ISO datestyle in dumps. | Tom Lane | 2003-05-16 |
* | Fix erroneous space calculation leading to core dump in dumpProcLangs, | Tom Lane | 2003-05-03 |
* | Correct oversight in createlang: test for pre-existing handler function | Tom Lane | 2003-04-26 |
* | Back-patch fixes for zero-column tables in COPY, pg_dump. | Tom Lane | 2003-04-25 |
* | pg_dumpall failed on groups having no members. Per report from | Tom Lane | 2003-03-14 |
* | pg_restore failed to restore blobs if -X disable-triggers is specified. | Tom Lane | 2003-03-09 |
* | Add missing --globals-only (long form of -g). | Tom Lane | 2003-03-06 |
* | Result of lo_read() is int, not size_t. Per Oleg Drokin. | Tom Lane | 2003-02-13 |
* | Cleaner solution to the problem of loading pre-7.3 dumps containing | Tom Lane | 2003-02-01 |
* | Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format | Tom Lane | 2003-02-01 |
* | Prevent core dump when die_horribly() is called with null AH pointer. | Tom Lane | 2003-01-27 |
* | Back-patch fix for not shell-quoting editor name, as it also fixes | Tom Lane | 2003-01-24 |
* | Fix bogus formatting of DROP DATABASE command, per Christopher Kings-Lynne. | Tom Lane | 2003-01-16 |
* | Add missing <limits.h> for INT64_IS_BUSTED case. | Tom Lane | 2003-01-10 |
* | Translation updates | Peter Eisentraut | 2003-01-04 |
* | Remove overenthusiastic free'ing of comment dependencies; could lead to | Tom Lane | 2002-12-27 |
* | Fix possible buffer overrun in \d command: substr(..., 128) producesREL7_3_1 | Tom Lane | 2002-12-21 |
* | Translation updates | Peter Eisentraut | 2002-12-10 |
* | Fix pg_dump failure against 7.1 or older servers, per | Tom Lane | 2002-12-01 |
* | Remove check for pg_group file as part of initdb -W password assignment | Bruce Momjian | 2002-11-25 |
* | Quote database name properly when invoking pg_dump. Per report from | Tom Lane | 2002-11-22 |
* | Update German translations. | Peter Eisentraut | 2002-11-13 |
* | Translation updates | Peter Eisentraut | 2002-11-05 |
* | Avoid malloc(0) when printing a table of no columns. On some platforms | Tom Lane | 2002-11-01 |
* | Add popen/pclose -> _popen/_pclose() mapping for Win32. | Bruce Momjian | 2002-10-29 |
* | getopt.c now in /port, for MS Win. | Bruce Momjian | 2002-10-29 |
* | Suppress compile warnings on OS X. | Tom Lane | 2002-10-27 |
* | Change to fseeko(), per Philip. | Bruce Momjian | 2002-10-25 |
* | Allow fseeko in pg_dump only if fseeko() will work for all supported file | Bruce Momjian | 2002-10-25 |
* | Fix include files for new PageOutput call. | Bruce Momjian | 2002-10-24 |
* | Page \h output and centralize psql paging code in PageOutput(). | Bruce Momjian | 2002-10-23 |
* | Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. | Bruce Momjian | 2002-10-22 |
* | Cleanup for CLUSTERDB failure: | Bruce Momjian | 2002-10-21 |
* | Translation updates | Peter Eisentraut | 2002-10-21 |
* | Returns exit status 1 if invalid encoding name or | Tatsuo Ishii | 2002-10-20 |
* | Make psql's \df display functions that return sets as having return type | Tom Lane | 2002-10-19 |
* | Fix psql's \copy to accept table names containing schemas, as well as | Tom Lane | 2002-10-19 |
* | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 |
* | Un-break createlang build. | Tom Lane | 2002-10-18 |
* | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 |
* | Make pg_dump save for autocommit = off. | Bruce Momjian | 2002-10-16 |
* | Improve appearance of SET command. | Bruce Momjian | 2002-10-16 |
* | Fix script to handle autocommit = 'off' by prepending autocommit 'on' to | Bruce Momjian | 2002-10-16 |