aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add documentation for new \d*S* patch, and clean up some of the docs.Bruce Momjian2009-01-06
* This makes all the \dX commands (most importantly to most: \df) workBruce Momjian2009-01-06
* Make pg_dump and pg_dumpall --clean options match the SGML docs, for consiste...Bruce Momjian2009-01-06
* Update pg_restore --help text to match the SGML documentation.Bruce Momjian2009-01-06
* Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane2009-01-05
* Allow out-of-tree builds on mingw and cygwinPeter Eisentraut2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix another problem in SQL-MED \d displays: should have a clean failureTom Lane2008-12-31
* Consistently use multi-line formatting for all ACL columns printed by psql'sTom Lane2008-12-31
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-31
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira'sAlvaro Herrera2008-12-19
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-07
* Default values for function argumentsPeter Eisentraut2008-12-04
* Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane2008-11-26
* CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut2008-11-24
* Fix a few more format argument warnings.Magnus Hagander2008-11-21
* TABLE commandPeter Eisentraut2008-11-20
* Change this script to Perl 5 style. Add support for multiple refnames.Peter Eisentraut2008-11-19
* One more hack to see if we can get the cygwin machines building again.Tom Lane2008-11-14
* Actually, instead of whining about how type internal might not safely storeTom Lane2008-11-14
* Make psql report "SSL connection (unknown cipher)" when libpq has setMagnus Hagander2008-11-11
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Add a --locale switch to createdb, to ease the creation of databases withAlvaro Herrera2008-11-10
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-09
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-07
* Improve psql's \dC command to take a pattern parameter. Casts are shownTom Lane2008-11-06
* Fix two error-recovery bugs in describeOneTableDetails(), and make the codeTom Lane2008-11-03
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-31
* Message improvementPeter Eisentraut2008-10-31
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Fix misspelled commentTom Lane2008-09-30
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Fix pg_dump bug in the database-level collation patch. "datcollate" andHeikki Linnakangas2008-09-24
* Silence compiler warning caused by recent collation patch.Magnus Hagander2008-09-24
* Make sure pg_control is opened in binary mode, to dealMagnus Hagander2008-09-24
* Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas2008-09-23
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Avoid compiler warning about variable used before assigned.Peter Eisentraut2008-09-15
* Make pg_dump --data-only try to order the table dumps so that foreign keys'Tom Lane2008-09-08
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Adjust psql's new \ef command to present an empty CREATE FUNCTION templateTom Lane2008-09-06
* Implement a psql command "\ef" to edit the definition of a function.Tom Lane2008-09-06
* Add comment about why pg_dump doesn't dump the public schema comment.Bruce Momjian2008-09-05
* Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump.Alvaro Herrera2008-08-29
* Document that \t and \x are now settable.Alvaro Herrera2008-08-29