summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-1911-19/+762
* Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira'sAlvaro Herrera2008-12-191-3/+22
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-6/+7
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-1118-36/+36
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-071-1/+1
* Default values for function argumentsPeter Eisentraut2008-12-041-6/+18
* Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane2008-11-263-12/+44
* CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut2008-11-241-9/+17
* Fix a few more format argument warnings.Magnus Hagander2008-11-212-4/+4
* TABLE commandPeter Eisentraut2008-11-201-7/+7
* Change this script to Perl 5 style. Add support for multiple refnames.Peter Eisentraut2008-11-191-46/+34
* One more hack to see if we can get the cygwin machines building again.Tom Lane2008-11-141-1/+9
* Actually, instead of whining about how type internal might not safely storeTom Lane2008-11-141-1/+7
* Make psql report "SSL connection (unknown cipher)" when libpq has setMagnus Hagander2008-11-111-7/+11
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-111-2/+2
* Add a --locale switch to createdb, to ease the creation of databases withAlvaro Herrera2008-11-101-2/+26
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-093-35/+55
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-092-2/+13
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-071-3/+6
* Improve psql's \dC command to take a pattern parameter. Casts are shownTom Lane2008-11-062-8/+34
* Fix two error-recovery bugs in describeOneTableDetails(), and make the codeTom Lane2008-11-031-15/+22
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-312-16/+38
* Message improvementPeter Eisentraut2008-10-311-2/+2
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-291-6/+61
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-2/+6
* Fix misspelled commentTom Lane2008-09-301-2/+2
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-21/+8
* Fix pg_dump bug in the database-level collation patch. "datcollate" andHeikki Linnakangas2008-09-241-3/+3
* Silence compiler warning caused by recent collation patch.Magnus Hagander2008-09-241-2/+1
* Make sure pg_control is opened in binary mode, to dealMagnus Hagander2008-09-242-4/+4
* Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas2008-09-231-45/+59
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-237-49/+115
* Avoid compiler warning about variable used before assigned.Peter Eisentraut2008-09-151-2/+2
* Make pg_dump --data-only try to order the table dumps so that foreign keys'Tom Lane2008-09-083-8/+98
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-082-5/+7
* Adjust psql's new \ef command to present an empty CREATE FUNCTION templateTom Lane2008-09-061-32/+74
* Implement a psql command "\ef" to edit the definition of a function.Tom Lane2008-09-061-5/+127
* Add comment about why pg_dump doesn't dump the public schema comment.Bruce Momjian2008-09-051-1/+2
* Fixup pg_dumpall adding --lock-wait-timeout, to match pg_dump.Alvaro Herrera2008-08-291-1/+9
* Document that \t and \x are now settable.Alvaro Herrera2008-08-291-3/+3
* Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane2008-08-161-34/+23
* Fix a couple of places where psql might fail to report a suitable errorTom Lane2008-08-162-19/+30
* Fix version warning bug in recently applied adjustments to psql startup.Bruce Momjian2008-08-161-2/+2
* Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander2008-08-051-2/+3
* Flip the default typispreferred setting from true to false. This affectsTom Lane2008-07-301-10/+10
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-301-2/+41
* Add a pg_dump option --lock-wait-timeout to allow failing the dump if unableTom Lane2008-07-201-14/+39
* Revert patch so .psqlrc can suppress startup banner:Bruce Momjian2008-07-201-6/+4
* Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane2008-07-191-1/+13
* In psql, run .psqlrc _after_ printing warnings and banner.Bruce Momjian2008-07-181-4/+6