summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
2012-06-30Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-04-03Add support for renaming domain constraintsPeter Eisentraut
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-03-10Add support for renaming constraintsPeter Eisentraut
2012-03-04Collect and use element-frequency statistics for arrays.Tom Lane
2012-02-26Remove useless const qualifierPeter Eisentraut
2012-02-22REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera
2012-02-07Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas
2012-01-27Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut
2012-01-25Add pg_trigger_depth() functionAlvaro Herrera
2012-01-07Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas
2012-01-05Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-22Add ALTER DOMAIN ... RENAMEPeter Eisentraut
2011-12-21Improve behavior of concurrent CLUSTER.Robert Haas
2011-12-16Improve behavior of concurrent rename statements.Robert Haas
2011-12-09Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut
2011-11-18Further consolidation of DROP statement handling.Robert Haas
2011-11-17Remove ancient downcasing code from procedural language operations.Robert Haas
2011-11-03Support range data types.Heikki Linnakangas
2011-10-20Consolidate DROP handling for some object types.Robert Haas
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-02Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-23Add missing include so include file compiles cleanly on its own.Bruce Momjian
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-05-30Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane
2011-04-21Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-03-12Make all comparisons done for/with statistics use the default collation.Tom Lane
2011-02-22Fix dangling-pointer problem in before-row update trigger processing.Tom Lane
2011-02-20Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane
2011-02-20Implement an API to let foreign-data wrappers actually be functional.Tom Lane
2011-02-16Export the external file reader used in COPY FROM as APIs.Itagaki Takahiro
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-12Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane
2011-02-11Tweak find_composite_type_dependencies API a bit more.Robert Haas
2011-02-10Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane
2011-02-10Fix pg_upgrade to handle extensions.Tom Lane
2011-02-09Implement "ALTER EXTENSION ADD object".Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane