summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Add large object access control.Itagaki Takahiro2009-12-115-34/+103
* Add init[db] option to pg_ctlPeter Eisentraut2009-12-101-41/+79
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-072-31/+130
* psql -f -Bruce Momjian2009-12-012-5/+10
* Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane2009-11-253-7/+9
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-223-51/+141
* Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file ifPeter Eisentraut2009-11-211-1/+7
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-201-2/+9
* Typo: dump -> restorePeter Eisentraut2009-11-191-2/+2
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-142-9/+10
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-121-16/+7
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-121-1/+9
* In psql \du, separate the role attributes by comma instead of newline,Peter Eisentraut2009-11-111-2/+2
* Do not build psql's flex module on its own, but instead include it inTom Lane2009-11-102-3/+16
* In psql, show view definition only with \d+, not with \dPeter Eisentraut2009-11-031-2/+2
* Fix \df to re-allow regexp special characters in the function name pattern.Tom Lane2009-10-281-2/+2
* Translations update for 8.5alpha2Peter Eisentraut2009-10-2018-6920/+8277
* FREEZE and VERBOSE options were in wrong order in the VACUUM command thatHeikki Linnakangas2009-10-161-3/+3
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-141-1/+13
* Add "\pset linestyle ascii/unicode" option to psql, allowing our traditionalTom Lane2009-10-136-87/+240
* Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane2009-10-122-11/+16
* Use pg_get_triggerdef in pg_dumpPeter Eisentraut2009-10-092-118/+149
* Add the new psql command \drds to the psql docs, help and tab completion.Alvaro Herrera2009-10-082-3/+4
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-076-18/+157
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-0512-40/+370
* Sync psql's scanner with recent changes in backend scanner's flex rules.Tom Lane2009-09-271-1/+43
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-223-12/+92
* Remove a couple hundred lines of ugly and tedious-to-maintain code by notTom Lane2009-09-191-270/+47
* sql_help.c needs to be cvsignore'd.Tom Lane2009-09-191-0/+1
* Easier to translate psql helpPeter Eisentraut2009-09-184-30/+98
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-133-22/+78
* Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane2009-09-111-2/+4
* Change our WIN32 API version to be 5.01 (Windows XP), to bring in the properMagnus Hagander2009-09-071-2/+2
* Remove initdb's rather gratuitous check to see if the backend created aTom Lane2009-09-031-13/+1
* Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane2009-09-022-15/+9
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-011-15/+1
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-312-3/+27
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-281-7/+7
* Make it reasonably safe to use pg_ctl to start the postmaster from a boot-timeTom Lane2009-08-271-1/+16
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-268-16/+16
* Fix inclusions of readline/editline header files so that we only attempt toTom Lane2009-08-241-8/+14
* Remove unused variable.Alvaro Herrera2009-08-241-4/+1
* Modify parallel pg_restore to track pending and ready items by means ofTom Lane2009-08-072-51/+108
* Expand test coverage support to entire treePeter Eisentraut2009-08-071-4/+4
* Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane2009-08-071-1/+4
* Fix pg_dump to do the right thing when escaping the contents of large objects.Tom Lane2009-08-045-20/+75
* Suppress pointer-signedness warning.Tom Lane2009-08-041-2/+3
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-041-41/+19
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-023-16/+85
* Support deferrable uniqueness constraints.Tom Lane2009-07-293-12/+98