aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas2010-01-04
* Add missing schema-qualification in tab completion query.Tom Lane2010-01-02
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian2009-12-27
* Zero-label enums:Bruce Momjian2009-12-26
* Binary upgrade:Bruce Momjian2009-12-24
* Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity.Bruce Momjian2009-12-23
* In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better.Peter Eisentraut2009-12-22
* Translation updatesPeter Eisentraut2009-12-19
* Add a whitespace to fix the query to dump large objects.Itagaki Takahiro2009-12-19
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Install server-side language PL/pgSQL by default.Bruce Momjian2009-12-18
* Force the TZ environment variable to be set during initdb. This is toTom Lane2009-12-18
* Fix pg_ctl initdb without options.Itagaki Takahiro2009-12-15
* Additional fixes for large object access control.Itagaki Takahiro2009-12-14
* Add large object access control.Itagaki Takahiro2009-12-11
* Add init[db] option to pg_ctlPeter Eisentraut2009-12-10
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* psql -f -Bruce Momjian2009-12-01
* Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane2009-11-25
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-22
* Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file ifPeter Eisentraut2009-11-21
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Typo: dump -> restorePeter Eisentraut2009-11-19
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-14
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-12
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-12
* In psql \du, separate the role attributes by comma instead of newline,Peter Eisentraut2009-11-11
* Do not build psql's flex module on its own, but instead include it inTom Lane2009-11-10
* In psql, show view definition only with \d+, not with \dPeter Eisentraut2009-11-03
* Fix \df to re-allow regexp special characters in the function name pattern.Tom Lane2009-10-28
* Translations update for 8.5alpha2Peter Eisentraut2009-10-20
* FREEZE and VERBOSE options were in wrong order in the VACUUM command thatHeikki Linnakangas2009-10-16
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Add "\pset linestyle ascii/unicode" option to psql, allowing our traditionalTom Lane2009-10-13
* Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane2009-10-12
* Use pg_get_triggerdef in pg_dumpPeter Eisentraut2009-10-09
* Add the new psql command \drds to the psql docs, help and tab completion.Alvaro Herrera2009-10-08
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Sync psql's scanner with recent changes in backend scanner's flex rules.Tom Lane2009-09-27
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Remove a couple hundred lines of ugly and tedious-to-maintain code by notTom Lane2009-09-19
* sql_help.c needs to be cvsignore'd.Tom Lane2009-09-19
* Easier to translate psql helpPeter Eisentraut2009-09-18
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-13
* Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane2009-09-11
* Change our WIN32 API version to be 5.01 (Windows XP), to bring in the properMagnus Hagander2009-09-07
* Remove initdb's rather gratuitous check to see if the backend created aTom Lane2009-09-03
* Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane2009-09-02