summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Returns exit status 1 if invalid encoding name orTatsuo Ishii2002-10-201-4/+11
* Make psql's \df display functions that return sets as having return typeTom Lane2002-10-191-4/+5
* Fix psql's \copy to accept table names containing schemas, as well asTom Lane2002-10-193-223/+366
* Improve formatting of --help output.Peter Eisentraut2002-10-1820-246/+299
* Un-break createlang build.Tom Lane2002-10-181-5/+6
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-4/+4
* Make pg_dump save for autocommit = off.Bruce Momjian2002-10-163-15/+32
* Improve appearance of SET command.Bruce Momjian2002-10-168-20/+20
* Fix script to handle autocommit = 'off' by prepending autocommit 'on' toBruce Momjian2002-10-168-20/+20
* Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa.Tom Lane2002-10-151-3/+10
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-156-54/+78
* Translation updatesPeter Eisentraut2002-10-1414-2807/+4975
* psql thought that backslash is an escape character inside double quotes.Tom Lane2002-10-121-8/+11
* > Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian2002-10-093-10/+23
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-036-18/+41
* Re-enable pg_resetxlog to accept -l values in hexadecimal (it used toTom Lane2002-10-021-16/+55
* pg_resetxlog was missing support for the pg_control fields added in 7.3.Tom Lane2002-10-021-1/+15
* > Fix clusterdb to be schema-awareBruce Momjian2002-09-271-2/+2
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-243-17/+37
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-2213-1379/+2068
* Make \dS work more like it used to, viz, show only system objects.Tom Lane2002-09-221-10/+11
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-182-7/+9
* Avoid overflow for large elapsed times in \timing output. PerTom Lane2002-09-141-2/+2
* Translation updatesPeter Eisentraut2002-09-148-1553/+2237
* > BTW, clusterdb is not schema-aware and will surely fail in any databaseBruce Momjian2002-09-121-14/+24
* Add sprompt.obj to Win32 makefiles.Bruce Momjian2002-09-111-0/+2
* Add comment about sharing of sprompt.c file.Bruce Momjian2002-09-111-1/+6
* Fix portability problem (size_t != int).Tom Lane2002-09-102-7/+9
* Use different sed separator for configure arguments.Peter Eisentraut2002-09-091-2/+2
* Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut2002-09-075-50/+68
* Fix help output.Peter Eisentraut2002-09-071-2/+2
* Make sure the pg_dump tar archiver can handle members larger than 2 GB, butPeter Eisentraut2002-09-061-21/+47
* Fix printf() quote handling and improper exit(), per Tom.Bruce Momjian2002-09-062-11/+11
* Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian2002-09-052-9/+15
* Seems like a good idea for template1 to contain ANALYZE stats for theTom Lane2002-09-051-1/+2
* pgindent run.Bruce Momjian2002-09-0430-969/+1054
* Arrange for the default permissions on a database to allow temp tableTom Lane2002-09-031-1/+9
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-035-38/+21
* Workaround for format strings that are concatenated from macrosPeter Eisentraut2002-09-031-12/+37
* Translation updatesPeter Eisentraut2002-09-025-420/+1026
* Fix typos.Peter Eisentraut2002-09-021-3/+3
* Convert control status codes to human-readable strings.Peter Eisentraut2002-09-021-6/+6
* Tab completion in psql is missing the REINDEX command.Bruce Momjian2002-09-021-2/+2
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-022-4/+4
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-021-2/+2
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-022-4/+2
* Improve footer length computation for psql.Bruce Momjian2002-09-011-3/+4
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-011-3/+4
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-311-8/+5
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-301-1/+2