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