| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enhanced error/help message for pg_controldata. | Bruce Momjian | 2003-01-08 | 1 | -4/+16 |
| * | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 | 1 | -2/+2 |
| * | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane | 2003-01-07 | 4 | -27/+77 |
| * | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut | 2003-01-06 | 4 | -173/+33 |
| * | Adjust lo type in contrib during pg_restore so that pg_restore could | Hiroshi Inoue | 2003-01-03 | 1 | -1/+81 |
| * | Attached is a patch to provide makefiles, etc. to allow the compilation | Bruce Momjian | 2002-12-30 | 1 | -0/+136 |
| * | Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad | Tom Lane | 2002-12-30 | 1 | -2/+2 |
| * | Remove overenthusiastic free'ing of comment dependencies; could lead to | Tom Lane | 2002-12-27 | 1 | -7/+2 |
| * | pg_dump should consider information_schema to be a system schema. | Tom Lane | 2002-12-21 | 1 | -6/+14 |
| * | Fix possible buffer overrun in \d command: substr(..., 128) produces | Tom Lane | 2002-12-21 | 1 | -24/+41 |
| * | Initial version of the SQL information schema | Peter Eisentraut | 2002-12-14 | 1 | -1/+5 |
| * | Increment libpq major number for 7.3.1 and minor for 7.4. | Bruce Momjian | 2002-12-13 | 1 | -57/+56 |
| * | Here's the patch I mentioned on HACKERS to fix up ALTER command tab | Bruce Momjian | 2002-12-13 | 1 | -73/+146 |
| * | Don't produce bogus COPY command when there are no undropped columns | Tom Lane | 2002-12-12 | 1 | -33/+51 |
| * | TODO marked as done: | Bruce Momjian | 2002-12-12 | 4 | -5/+120 |
| * | Don't force rebuild of all of backend/parser when we only need | Tom Lane | 2002-12-12 | 1 | -2/+2 |
| * | Move psql \? Formatting above Large Object/Copy. | Bruce Momjian | 2002-12-11 | 1 | -9/+9 |
| * | psql \? rearrangement, suggested by Tom. | Bruce Momjian | 2002-12-11 | 1 | -6/+7 |
| * | Reorder psql \? help into groupings, idea from Harald Armin Massa. | Bruce Momjian | 2002-12-11 | 1 | -31/+49 |
| * | Back out psql help change. Not done yet. | Bruce Momjian | 2002-12-11 | 1 | -49/+31 |
| * | Bump version for 7.3 and 7.4. | Bruce Momjian | 2002-12-11 | 1 | -31/+49 |
| * | Fix pg_dump failure against 7.1 or older servers, per | Tom Lane | 2002-12-01 | 1 | -3/+3 |
| * | This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall. | Bruce Momjian | 2002-11-29 | 2 | -3/+8 |
| * | Remove check for pg_group file as part of initdb -W password assignment | Bruce Momjian | 2002-11-25 | 1 | -6/+1 |
| * | Heres a patch which will create the sql_help.h file on Win32 if it | Bruce Momjian | 2002-11-23 | 1 | -1/+7 |
| * | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 2 | -17/+11 |
| * | Quote database name properly when invoking pg_dump. Per report from | Tom Lane | 2002-11-22 | 1 | -3/+17 |
| * | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane | 2002-11-21 | 1 | -1/+2 |
| * | Clean up psql: | Bruce Momjian | 2002-11-15 | 1 | -58/+147 |
| * | pg_dump for domain constraints. | Bruce Momjian | 2002-11-15 | 1 | -1/+31 |
| * | Rename: | Bruce Momjian | 2002-11-15 | 1 | -5/+5 |
| * | Rename server_min_messages to log_min_messages. Part of consolidation | Bruce Momjian | 2002-11-14 | 1 | -2/+2 |
| * | Here is a patch that does just that, while maintaining the | Bruce Momjian | 2002-11-08 | 6 | -14/+22 |
| * | Add extra_float_digits GUC parameter to allow adjustment of displayed | Tom Lane | 2002-11-08 | 2 | -11/+23 |
| * | Avoid malloc(0) when printing a table of no columns. On some platforms | Tom Lane | 2002-11-01 | 1 | -18/+29 |
| * | Add popen/pclose -> _popen/_pclose() mapping for Win32. | Bruce Momjian | 2002-10-29 | 2 | -6/+8 |
| * | getopt.c now in /port, for MS Win. | Bruce Momjian | 2002-10-29 | 1 | -2/+2 |
| * | Suppress compile warnings on OS X. | Tom Lane | 2002-10-27 | 1 | -3/+3 |
| * | Change to fseeko(), per Philip. | Bruce Momjian | 2002-10-25 | 1 | -2/+2 |
| * | Allow fseeko in pg_dump only if fseeko() will work for all supported file | Bruce Momjian | 2002-10-25 | 6 | -13/+41 |
| * | Fix include files for new PageOutput call. | Bruce Momjian | 2002-10-24 | 3 | -15/+14 |
| * | Page \h output and centralize psql paging code in PageOutput(). | Bruce Momjian | 2002-10-23 | 6 | -99/+86 |
| * | Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. | Bruce Momjian | 2002-10-22 | 7 | -87/+154 |
| * | Cleanup for CLUSTERDB failure: | Bruce Momjian | 2002-10-21 | 1 | -1/+3 |
| * | Translation updates | Peter Eisentraut | 2002-10-21 | 1 | -251/+255 |
| * | Returns exit status 1 if invalid encoding name or | Tatsuo Ishii | 2002-10-20 | 1 | -4/+11 |
| * | Make psql's \df display functions that return sets as having return type | Tom Lane | 2002-10-19 | 1 | -4/+5 |
| * | Fix psql's \copy to accept table names containing schemas, as well as | Tom Lane | 2002-10-19 | 3 | -223/+366 |
| * | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 | 20 | -246/+299 |
| * | Un-break createlang build. | Tom Lane | 2002-10-18 | 1 | -5/+6 |