summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2009-02-02Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan
2009-02-02Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera
2009-01-28Support running as a service on Windows 7, by not specifyingMagnus Hagander
2009-01-27Revert updatable viewsPeter Eisentraut
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-22Automatic view update rulesPeter Eisentraut
2009-01-20Make psql \d and \dt consistent for system tables, i.e prevent \d fromBruce Momjian
2009-01-19Document RELKIND_SPECIAL reference in psql, from <= 8.1.X.Bruce Momjian
2009-01-18Fix a pg_dump output ordering problem introduced in 8.3 by the addition ofTom Lane
2009-01-15Remove period from primary error message.Peter Eisentraut
2009-01-13Throw an error when using -C and -1 at the same time in pg_restore.Magnus Hagander
2009-01-07Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian
2009-01-07Removeduplicate \dd psql help mention.Bruce Momjian
2009-01-07Add spaces around psql \d* columns, per idea from Joshua Drake.Bruce Momjian
2009-01-06Improve \z psql \? help display.Bruce Momjian
2009-01-06Add documentation for new \d*S* patch, and clean up some of the docs.Bruce Momjian
2009-01-06This makes all the \dX commands (most importantly to most: \df) workBruce Momjian
2009-01-06Make pg_dump and pg_dumpall --clean options match the SGML docs, for consiste...Bruce Momjian
2009-01-06Update pg_restore --help text to match the SGML documentation.Bruce Momjian
2009-01-05Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane
2009-01-05Allow out-of-tree builds on mingw and cygwinPeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-31Fix another problem in SQL-MED \d displays: should have a clean failureTom Lane
2008-12-31Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane
2008-12-31Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-12-19Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira'sAlvaro Herrera
2008-12-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-12-04Default values for function argumentsPeter Eisentraut
2008-11-26Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane
2008-11-24CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut
2008-11-21Fix a few more format argument warnings.Magnus Hagander
2008-11-20TABLE commandPeter Eisentraut
2008-11-19Change this script to Perl 5 style. Add support for multiple refnames.Peter Eisentraut
2008-11-14One more hack to see if we can get the cygwin machines building again.Tom Lane
2008-11-14Actually, instead of whining about how type internal might not safely storeTom Lane
2008-11-11Make psql report "SSL connection (unknown cipher)" when libpq has setMagnus Hagander
2008-11-11Add support for input and output of interval values formatted per ISO 8601;Tom Lane
2008-11-10Add a --locale switch to createdb, to ease the creation of databases withAlvaro Herrera
2008-11-09Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane
2008-11-07Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane
2008-11-06Improve psql's \dC command to take a pattern parameter. Casts are shownTom Lane
2008-11-03Fix two error-recovery bugs in describeOneTableDetails(), and make the codeTom Lane
2008-10-31Add support for user-defined I/O conversion casts.Heikki Linnakangas
2008-10-31Message improvementPeter Eisentraut
2008-10-29Unicode escapes in strings and identifiersPeter Eisentraut
2008-10-04Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane