aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql
Commit message (Expand)AuthorAge
* Avoid malloc(0) when printing a table of no columns. On some platformsTom Lane2002-11-01
* Add popen/pclose -> _popen/_pclose() mapping for Win32.Bruce Momjian2002-10-29
* getopt.c now in /port, for MS Win.Bruce Momjian2002-10-29
* Fix include files for new PageOutput call.Bruce Momjian2002-10-24
* Page \h output and centralize psql paging code in PageOutput().Bruce Momjian2002-10-23
* Make psql's \df display functions that return sets as having return typeTom Lane2002-10-19
* Fix psql's \copy to accept table names containing schemas, as well asTom Lane2002-10-19
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa.Tom Lane2002-10-15
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-15
* Translation updatesPeter Eisentraut2002-10-14
* psql thought that backslash is an escape character inside double quotes.Tom Lane2002-10-12
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-03
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-22
* Make \dS work more like it used to, viz, show only system objects.Tom Lane2002-09-22
* Avoid overflow for large elapsed times in \timing output. PerTom Lane2002-09-14
* Translation updatesPeter Eisentraut2002-09-14
* Add sprompt.obj to Win32 makefiles.Bruce Momjian2002-09-11
* Fix printf() quote handling and improper exit(), per Tom.Bruce Momjian2002-09-06
* Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Translation updatesPeter Eisentraut2002-09-02
* Tab completion in psql is missing the REINDEX command.Bruce Momjian2002-09-02
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* Improve footer length computation for psql.Bruce Momjian2002-09-01
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Back out unintented tab change.Bruce Momjian2002-08-30
* Remove pgaccess from Makefile.Bruce Momjian2002-08-30
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Updates from Dennis BjorklundPeter Eisentraut2002-08-28
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* Enable locale, so case conversion (identifier processing) and numberPeter Eisentraut2002-08-27
* Add '+' mention in \? help. More clean of \? to do.Bruce Momjian2002-08-27
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Move PO files into subdirectories separate from the source code.Peter Eisentraut2002-08-21
* Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane2002-08-16
* Tom Lane wrote:Bruce Momjian2002-08-15
* The second enables tab-complete to analyze. It ignores schema stuff (soBruce Momjian2002-08-15
* I guess I'd vote for changing the code to beBruce Momjian2002-08-14
* Put back old code.Bruce Momjian2002-08-13
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-13
* psql prints its version number in its startup message, per recentTom Lane2002-08-10
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-10
* Get rid of double PQclear(res) in error path.Tom Lane2002-08-10
* psql backslash commands are schema-aware. Pattern matching behaviorTom Lane2002-08-10
* Column ordering in \d output should agree with sort ordering;Tom Lane2002-08-09