| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 1 | -4/+4 |
* | Make pg_dump save for autocommit = off. | Bruce Momjian | 2002-10-16 | 3 | -15/+32 |
* | Improve appearance of SET command. | Bruce Momjian | 2002-10-16 | 8 | -20/+20 |
* | Fix script to handle autocommit = 'off' by prepending autocommit 'on' to | Bruce Momjian | 2002-10-16 | 8 | -20/+20 |
* | Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa. | Tom Lane | 2002-10-15 | 1 | -3/+10 |
* | Fix psql to cope with autocommit off, at least during startup. | Tom Lane | 2002-10-15 | 6 | -54/+78 |
* | Translation updates | Peter Eisentraut | 2002-10-14 | 14 | -2807/+4975 |
* | psql thought that backslash is an escape character inside double quotes. | Tom Lane | 2002-10-12 | 1 | -8/+11 |
* | > Alvaro Herrera <alvherre@atentus.com> writes: | Bruce Momjian | 2002-10-09 | 3 | -10/+23 |
* | The attached patch fixes a number of issues related to compiling the | Bruce Momjian | 2002-10-03 | 6 | -18/+41 |
* | Re-enable pg_resetxlog to accept -l values in hexadecimal (it used to | Tom Lane | 2002-10-02 | 1 | -16/+55 |
* | pg_resetxlog was missing support for the pg_control fields added in 7.3. | Tom Lane | 2002-10-02 | 1 | -1/+15 |
* | > Fix clusterdb to be schema-aware | Bruce Momjian | 2002-09-27 | 1 | -2/+2 |
* | Change default privileges for languages and functions to be PUBLIC USAGE | Tom Lane | 2002-09-24 | 3 | -17/+37 |
* | Translation updates, some messages tweaked. | Peter Eisentraut | 2002-09-22 | 13 | -1379/+2068 |
* | Make \dS work more like it used to, viz, show only system objects. | Tom Lane | 2002-09-22 | 1 | -10/+11 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 2 | -7/+9 |
* | Avoid overflow for large elapsed times in \timing output. Per | Tom Lane | 2002-09-14 | 1 | -2/+2 |
* | Translation updates | Peter Eisentraut | 2002-09-14 | 8 | -1553/+2237 |
* | > BTW, clusterdb is not schema-aware and will surely fail in any database | Bruce Momjian | 2002-09-12 | 1 | -14/+24 |
* | Add sprompt.obj to Win32 makefiles. | Bruce Momjian | 2002-09-11 | 1 | -0/+2 |
* | Add comment about sharing of sprompt.c file. | Bruce Momjian | 2002-09-11 | 1 | -1/+6 |
* | Fix portability problem (size_t != int). | Tom Lane | 2002-09-10 | 2 | -7/+9 |
* | Use different sed separator for configure arguments. | Peter Eisentraut | 2002-09-09 | 1 | -2/+2 |
* | Allow pg_dumpall to work with previous releases again. Don't pass the -c | Peter Eisentraut | 2002-09-07 | 5 | -50/+68 |
* | Fix help output. | Peter Eisentraut | 2002-09-07 | 1 | -2/+2 |
* | Make sure the pg_dump tar archiver can handle members larger than 2 GB, but | Peter Eisentraut | 2002-09-06 | 1 | -21/+47 |
* | Fix printf() quote handling and improper exit(), per Tom. | Bruce Momjian | 2002-09-06 | 2 | -11/+11 |
* | Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass. | Bruce Momjian | 2002-09-05 | 2 | -9/+15 |
* | Seems like a good idea for template1 to contain ANALYZE stats for the | Tom Lane | 2002-09-05 | 1 | -1/+2 |
* | pgindent run. | Bruce Momjian | 2002-09-04 | 30 | -969/+1054 |
* | Arrange for the default permissions on a database to allow temp table | Tom Lane | 2002-09-03 | 1 | -1/+9 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 5 | -38/+21 |
* | Workaround for format strings that are concatenated from macros | Peter Eisentraut | 2002-09-03 | 1 | -12/+37 |