summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2009-10-20Translations update for 8.5alpha2Peter Eisentraut
2009-10-16FREEZE and VERBOSE options were in wrong order in the VACUUM command thatHeikki Linnakangas
2009-10-14Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane
2009-10-13Add "\pset linestyle ascii/unicode" option to psql, allowing our traditionalTom Lane
2009-10-12Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane
2009-10-09Use pg_get_triggerdef in pg_dumpPeter Eisentraut
2009-10-08Add the new psql command \drds to the psql docs, help and tab completion.Alvaro Herrera
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-09-27Sync psql's scanner with recent changes in backend scanner's flex rules.Tom Lane
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-09-19Remove a couple hundred lines of ugly and tedious-to-maintain code by notTom Lane
2009-09-19sql_help.c needs to be cvsignore'd.Tom Lane
2009-09-18Easier to translate psql helpPeter Eisentraut
2009-09-13Write psql's ~/.psql_history file using history_truncate_file() andTom Lane
2009-09-11Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane
2009-09-07Change our WIN32 API version to be 5.01 (Windows XP), to bring in the properMagnus Hagander
2009-09-03Remove initdb's rather gratuitous check to see if the backend created aTom Lane
2009-09-02Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane
2009-09-01Remove flatfiles.c, which is now obsolete.Alvaro Herrera
2009-08-31Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-08-27Make it reasonably safe to use pg_ctl to start the postmaster from a boot-timeTom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-24Fix inclusions of readline/editline header files so that we only attempt toTom Lane
2009-08-24Remove unused variable.Alvaro Herrera
2009-08-07Modify parallel pg_restore to track pending and ready items by means ofTom Lane
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-08-07Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane
2009-08-04Fix pg_dump to do the right thing when escaping the contents of large objects.Tom Lane
2009-08-04Suppress pointer-signedness warning.Tom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-08-02Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2009-07-25Code review for FORCE QUOTE * patch: fix error checking to consider FORCETom Lane
2009-07-24Document \dg+ and \du+Peter Eisentraut
2009-07-23Teach pg_dump to dump comments attached to the columns of a composite type.Tom Lane
2009-07-21Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane
2009-07-20Properly restore pg_largeobject.relfozenxid in binary upgrade mode.Bruce Momjian
2009-07-20Remove unnecessary and version-sensitive dependence on the exact set ofTom Lane
2009-07-14Tweak the core scanner so that it can be used by plpgsql too.Tom Lane
2009-07-07Just a little more schema-qualification ...Tom Lane
2009-07-07psql backward compatibility fixPeter Eisentraut
2009-07-07Sort child tables by name instead of OID in \d+ displayPeter Eisentraut
2009-07-07Code review for patch to show definition of index columns in \d on index.Tom Lane
2009-07-06Show definition of index columns in \d on indexPeter Eisentraut
2009-07-03Have \d show child tables that inherit from the specified parentPeter Eisentraut
2009-07-02Fix up pg_dump's --binary-upgrade option so that it behaves properly withTom Lane
2009-06-26Translation updates for 8.4 release.Peter Eisentraut
2009-06-23Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane