summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2002-11-01Avoid malloc(0) when printing a table of no columns. On some platformsTom Lane
2002-10-29Add popen/pclose -> _popen/_pclose() mapping for Win32.Bruce Momjian
2002-10-29getopt.c now in /port, for MS Win.Bruce Momjian
2002-10-27Suppress compile warnings on OS X.Tom Lane
2002-10-25Change to fseeko(), per Philip.Bruce Momjian
2002-10-25Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian
2002-10-24Fix include files for new PageOutput call.Bruce Momjian
2002-10-23Page \h output and centralize psql paging code in PageOutput().Bruce Momjian
2002-10-22Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian
2002-10-21Cleanup for CLUSTERDB failure:Bruce Momjian
2002-10-21Translation updatesPeter Eisentraut
2002-10-20Returns exit status 1 if invalid encoding name orTatsuo Ishii
2002-10-19Make psql's \df display functions that return sets as having return typeTom Lane
2002-10-19Fix psql's \copy to accept table names containing schemas, as well asTom Lane
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-10-18Un-break createlang build.Tom Lane
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-10-16Make pg_dump save for autocommit = off.Bruce Momjian
2002-10-16Improve appearance of SET command.Bruce Momjian
2002-10-16Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian
2002-10-15Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa.Tom Lane
2002-10-15Fix psql to cope with autocommit off, at least during startup.Tom Lane
2002-10-14Translation updatesPeter Eisentraut
2002-10-12psql thought that backslash is an escape character inside double quotes.Tom Lane
2002-10-09> Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-10-02Re-enable pg_resetxlog to accept -l values in hexadecimal (it used toTom Lane
2002-10-02pg_resetxlog was missing support for the pg_control fields added in 7.3.Tom Lane
2002-09-27> Fix clusterdb to be schema-awareBruce Momjian
2002-09-24Change default privileges for languages and functions to be PUBLIC USAGETom Lane
2002-09-22Translation updates, some messages tweaked.Peter Eisentraut
2002-09-22Make \dS work more like it used to, viz, show only system objects.Tom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-14Avoid overflow for large elapsed times in \timing output. PerTom Lane
2002-09-14Translation updatesPeter Eisentraut
2002-09-12> BTW, clusterdb is not schema-aware and will surely fail in any databaseBruce Momjian
2002-09-11Add sprompt.obj to Win32 makefiles.Bruce Momjian
2002-09-11Add comment about sharing of sprompt.c file.Bruce Momjian
2002-09-10Fix portability problem (size_t != int).Tom Lane
2002-09-09Use different sed separator for configure arguments.Peter Eisentraut
2002-09-07Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut
2002-09-07Fix help output.Peter Eisentraut
2002-09-06Make sure the pg_dump tar archiver can handle members larger than 2 GB, butPeter Eisentraut
2002-09-06Fix printf() quote handling and improper exit(), per Tom.Bruce Momjian
2002-09-05Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian
2002-09-05Seems like a good idea for template1 to contain ANALYZE stats for theTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Arrange for the default permissions on a database to allow temp tableTom Lane
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-03Workaround for format strings that are concatenated from macrosPeter Eisentraut