summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2010-04-30Fix a couple of places where the result of fgets() wasn't checked.Tom Lane
2010-04-28Minor editorializing on pg_controldata and pg_resetxlog: adjust some messageTom Lane
2010-04-28pg_controldata needs #define FRONTEND, same as pg_resetxlog.Tom Lane
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas
2010-04-23Fix various instances of "the the".Robert Haas
2010-04-07psql tab completion for ALTER DEFAULT PRIVILEGES and USER MAPPING FOR PUBLIC.Itagaki Takahiro
2010-04-07Add cygwin version check before using cygwin_conv_path(),Itagaki Takahiro
2010-04-05Assorted tab-completion improvements in psql.Itagaki Takahiro
2010-04-05Use a new API rather than a deprecated one in in cygwin.Itagaki Takahiro
2010-04-03\ddp should be recognized as such even if user appends S or + to it.Tom Lane
2010-03-18Also print the libpq error message when lo_create or lo_open failsPeter Eisentraut
2010-03-11Modify psql's \d printout to fold exclusion constraints in with regularTom Lane
2010-03-11Simplify a couple of pg_dump and psql \d queries about index constraintsTom Lane
2010-03-08Return proper exit code (3) from psql when ON_ERROR_STOP=on andBruce Momjian
2010-03-07Revert patch for --psqlrc=FILENAME in psql.Magnus Hagander
2010-03-06Add --psqlrc=FILENAME parameter to psql, to process an explicitly namedMagnus Hagander
2010-03-03Add C comment about DDL changes possibly causing pg_dump errors.Bruce Momjian
2010-03-03Fix pg_dump of ACLs of foreign servers. The command to grant/revokeHeikki Linnakangas
2010-03-01Fix translation of strings in psql \d output (translation in headers worked,Heikki Linnakangas
2010-03-01Fix numericlocale psql option when used with a null string and latex and troffHeikki Linnakangas
2010-02-26In vacuumdb --help, call analyze "statistics", not "hints".Bruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-24Fix patch for printing backend and pg_dump versions so that it works inTom Lane
2010-02-24Un-break pg_dump for the case of zero-column tables.Tom Lane
2010-02-24Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple ofTom Lane
2010-02-23Have pg_dump (-v) verbose mode output the pg_dump and server versions inBruce Momjian
2010-02-23Minor style policing for error messages in pg_dump tar code. Notably, changeTom Lane
2010-02-19Small corrections to message output targets in pg_ctlPeter Eisentraut
2010-02-19Translation updates for 9.0alpha4Peter Eisentraut
2010-02-18Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-17Support new syntax and improve handling of parentheses in psql tab-completion.Itagaki Takahiro
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-02-16Prevent psql version banner from being printed by the \c command if theBruce Momjian
2010-02-15When sorting functions in pg_dump, break ties (same name) by number of argumentsPeter Eisentraut
2010-02-15Add psql tab completion for DO blocks.Itagaki Takahiro
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-05Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway
2010-01-30Fix memory leakage introduced into print_aligned_text by 8.4 changesTom Lane
2010-01-29Allow psql variables to be interpolated with literal or identifier escaping.Robert Haas
2010-01-28Type table featurePeter Eisentraut
2010-01-28Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway
2010-01-26Un-break initdb logic for commenting out IPv6 pg_hba.conf line.Tom Lane
2010-01-26Reformat the comments in pg_hba.conf and pg_ident.confPeter Eisentraut
2010-01-25Add note that PREPARE TRANSACTION is for transaction managers, notHeikki Linnakangas
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-21Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'sItagaki Takahiro
2010-01-19When doing a parallel restore, we must guard against out-of-range dependencyTom Lane
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane