aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Have REASSIGN OWNED work on extensions, tooAlvaro Herrera2012-07-03
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-30
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane2012-06-19
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Add support for renaming domain constraintsPeter Eisentraut2012-04-03
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Add support for renaming constraintsPeter Eisentraut2012-03-10
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Remove useless const qualifierPeter Eisentraut2012-02-26
* REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera2012-02-22
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-07
* Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut2012-01-27
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-25
* Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas2012-01-06
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add ALTER DOMAIN ... RENAMEPeter Eisentraut2011-12-22
* Improve behavior of concurrent CLUSTER.Robert Haas2011-12-21
* Improve behavior of concurrent rename statements.Robert Haas2011-12-15
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Remove ancient downcasing code from procedural language operations.Robert Haas2011-11-17
* Support range data types.Heikki Linnakangas2011-11-03
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Clean up the #include mess a little.Tom Lane2011-09-04
* Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane2011-09-02
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Add missing include so include file compiles cleanly on its own.Bruce Momjian2011-08-22
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-30
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Make all comparisons done for/with statistics use the default collation.Tom Lane2011-03-12
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane2011-02-20
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Export the external file reader used in COPY FROM as APIs.Itagaki Takahiro2011-02-16
* DDL support for collationsPeter Eisentraut2011-02-12