aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Add query text to auto_explain output.Andrew Dunstan2010-02-16
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane2010-02-04
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-01
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Further fixes for per-tablespace options patch.Robert Haas2010-01-07
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Binary upgrade:Bruce Momjian2009-12-24
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-23
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-12
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-11
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane2009-11-18
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* Remove long-since-unused file commands/version.h.Tom Lane2009-08-07
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane2009-07-28
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-26
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update comments to reflect that tgenabled is not a boolean anymore.Heikki Linnakangas2009-01-22
* Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas2009-01-16
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-17
* Default values for function argumentsPeter Eisentraut2008-12-04
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-19
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-07
* Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane2008-10-24
* Mark SessionReplicationRole as PGDLLIMPORT so itMagnus Hagander2008-09-19