summaryrefslogtreecommitdiff
path: root/src/include/commands
AgeCommit message (Expand)Author
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
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-06Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas
2011-01-23Code cleanup for assign_transaction_read_only.Robert Haas
2011-01-21Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas
2011-01-15Move a couple of declarations to reflect where the routines really are.Tom Lane
2011-01-04Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas
2011-01-02Implement remaining fields of information_schema.sequences viewPeter Eisentraut
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-13Generalize concept of temporary relations to "relation persistence".Robert Haas
2010-11-26Add more ALTER <object> .. SET SCHEMA commands.Robert Haas
2010-11-23Propagate ALTER TYPE operations to typed tablesPeter Eisentraut
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
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