aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* 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
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Tweak find_composite_type_dependencies API a bit more.Robert Haas2011-02-11
* Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane2011-02-10
* Fix pg_upgrade to handle extensions.Tom Lane2011-02-09
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas2011-02-06
* Code cleanup for assign_transaction_read_only.Robert Haas2011-01-22
* Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas2011-01-20
* Move a couple of declarations to reflect where the routines really are.Tom Lane2011-01-15
* Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas2011-01-03
* Implement remaining fields of information_schema.sequences viewPeter Eisentraut2011-01-02
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-23
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-17
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Support triggers on views.Tom Lane2010-10-10
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-18