summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
2010-10-10Support triggers on views.Tom Lane
2010-09-28Add a SECURITY LABEL command.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-18Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane
2010-08-05Standardize get_whatever_oid functions for other object types.Robert Haas
2010-08-05Standardize get_whatever_oid functions for object types withRobert Haas
2010-08-01Fix ANALYZE's ancient deficiency of not trying to collect stats for expressionTom Lane
2010-07-29Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs
2010-07-28Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs
2010-07-03Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-02-16Add query text to auto_explain output.Andrew Dunstan
2010-02-09Fix up rickety handling of relation-truncation interlocks.Tom Lane
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-04Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane
2010-02-01Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-07Further fixes for per-tablespace options patch.Robert Haas
2010-01-06Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-24Binary upgrade:Bruce Momjian
2009-12-23Adjust naming of indexes and their columns per recent discussion.Tom Lane
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-12-12Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas
2009-12-11Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan
2009-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-11-18Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-10-26Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane
2009-10-12CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan
2009-10-10Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-08-10Extend EXPLAIN to support output in XML or JSON format.Tom Lane
2009-08-07Remove long-since-unused file commands/version.h.Tom Lane
2009-07-31Create a multiplexing structure for signals to Postgres child processes.Tom Lane
2009-07-29Support deferrable uniqueness constraints.Tom Lane
2009-07-28Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane
2009-07-26Extend EXPLAIN to allow generic options to be specified.Tom Lane
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-04Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane
2009-02-02Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera
2009-01-22Support column-level privileges, as required by SQL standard.Tom Lane
2009-01-22Update comments to reflect that tgenabled is not a boolean anymore.Heikki Linnakangas