aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-12
* Suppress signed-vs-unsigned-char warning.Tom Lane2010-05-09
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Fix psql to not go into infinite recursion when expanding a variable thatTom Lane2010-05-05
* Fix a couple of places where the result of fgets() wasn't checked.Tom Lane2010-04-30
* Minor editorializing on pg_controldata and pg_resetxlog: adjust some messageTom Lane2010-04-28
* pg_controldata needs #define FRONTEND, same as pg_resetxlog.Tom Lane2010-04-28
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Fix various instances of "the the".Robert Haas2010-04-23
* psql tab completion for ALTER DEFAULT PRIVILEGES and USER MAPPING FOR PUBLIC.Itagaki Takahiro2010-04-07
* Add cygwin version check before using cygwin_conv_path(),Itagaki Takahiro2010-04-07
* Assorted tab-completion improvements in psql.Itagaki Takahiro2010-04-05
* Use a new API rather than a deprecated one in in cygwin.Itagaki Takahiro2010-04-05
* \ddp should be recognized as such even if user appends S or + to it.Tom Lane2010-04-03
* Also print the libpq error message when lo_create or lo_open failsPeter Eisentraut2010-03-18
* Modify psql's \d printout to fold exclusion constraints in with regularTom Lane2010-03-11
* Simplify a couple of pg_dump and psql \d queries about index constraintsTom Lane2010-03-11
* Return proper exit code (3) from psql when ON_ERROR_STOP=on andBruce Momjian2010-03-08
* Revert patch for --psqlrc=FILENAME in psql.Magnus Hagander2010-03-07
* Add --psqlrc=FILENAME parameter to psql, to process an explicitly namedMagnus Hagander2010-03-06
* Add C comment about DDL changes possibly causing pg_dump errors.Bruce Momjian2010-03-03
* Fix pg_dump of ACLs of foreign servers. The command to grant/revokeHeikki Linnakangas2010-03-03
* Fix translation of strings in psql \d output (translation in headers worked,Heikki Linnakangas2010-03-01
* Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas2010-03-01
* In vacuumdb --help, call analyze "statistics", not "hints".Bruce Momjian2010-02-26
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix patch for printing backend and pg_dump versions so that it works inTom Lane2010-02-24
* Un-break pg_dump for the case of zero-column tables.Tom Lane2010-02-24
* Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple ofTom Lane2010-02-24
* Have pg_dump (-v) verbose mode output the pg_dump and server versions inBruce Momjian2010-02-23
* Minor style policing for error messages in pg_dump tar code. Notably, changeTom Lane2010-02-23
* Small corrections to message output targets in pg_ctlPeter Eisentraut2010-02-19
* Translation updates for 9.0alpha4Peter Eisentraut2010-02-19
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-18
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Support new syntax and improve handling of parentheses in psql tab-completion.Itagaki Takahiro2010-02-17
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Prevent psql version banner from being printed by the \c command if theBruce Momjian2010-02-16
* When sorting functions in pg_dump, break ties (same name) by number of argumentsPeter Eisentraut2010-02-15
* Add psql tab completion for DO blocks.Itagaki Takahiro2010-02-15
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-05
* Fix memory leakage introduced into print_aligned_text by 8.4 changesTom Lane2010-01-30
* Allow psql variables to be interpolated with literal or identifier escaping.Robert Haas2010-01-29
* Type table featurePeter Eisentraut2010-01-28
* Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway2010-01-28
* Un-break initdb logic for commenting out IPv6 pg_hba.conf line.Tom Lane2010-01-26
* Reformat the comments in pg_hba.conf and pg_ident.confPeter Eisentraut2010-01-26