summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2009-12-27Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian
2009-12-26Zero-label enums:Bruce Momjian
2009-12-24Binary upgrade:Bruce Momjian
2009-12-23Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity.Bruce Momjian
2009-12-22In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better.Peter Eisentraut
2009-12-19Translation updatesPeter Eisentraut
2009-12-19Add a whitespace to fix the query to dump large objects.Itagaki Takahiro
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-12-18Install server-side language PL/pgSQL by default.Bruce Momjian
2009-12-18Force the TZ environment variable to be set during initdb. This is toTom Lane
2009-12-15Fix pg_ctl initdb without options.Itagaki Takahiro
2009-12-14Additional fixes for large object access control.Itagaki Takahiro
2009-12-11Add large object access control.Itagaki Takahiro
2009-12-10Add init[db] option to pg_ctlPeter Eisentraut
2009-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-12-01psql -f -Bruce Momjian
2009-11-25Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-11-21Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file ifPeter Eisentraut
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-11-19Typo: dump -> restorePeter Eisentraut
2009-11-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-11-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
2009-11-12Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane
2009-11-11In psql \du, separate the role attributes by comma instead of newline,Peter Eisentraut
2009-11-10Do not build psql's flex module on its own, but instead include it inTom Lane
2009-11-03In psql, show view definition only with \d+, not with \dPeter Eisentraut
2009-10-28Fix \df to re-allow regexp special characters in the function name pattern.Tom Lane
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