aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane2008-08-16
* Fix a couple of places where psql might fail to report a suitable errorTom Lane2008-08-16
* Fix version warning bug in recently applied adjustments to psql startup.Bruce Momjian2008-08-16
* Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander2008-08-05
* Flip the default typispreferred setting from true to false. This affectsTom Lane2008-07-30
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-30
* Add a pg_dump option --lock-wait-timeout to allow failing the dump if unableTom Lane2008-07-20
* Revert patch so .psqlrc can suppress startup banner:Bruce Momjian2008-07-20
* Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane2008-07-19
* In psql, run .psqlrc _after_ printing warnings and banner.Bruce Momjian2008-07-18
* Suppress compiler warning, and not incidentally make the code moreTom Lane2008-07-18
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-16
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Addendum: psql sequence value display patch was originally written byBruce Momjian2008-07-15