aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Mark SessionReplicationRole as PGDLLIMPORT so itMagnus Hagander2008-09-19
* Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera2008-08-13
* Extend VacAttrStats to allow typanalyze functions to store statistic valuesHeikki Linnakangas2008-07-01
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane2008-06-15
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-05
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-16
* Fix REASSIGN OWNED so that it works on procedural languages too.Alvaro Herrera2008-04-29
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-14
* Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing theseTom Lane2008-01-30
* Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger eventsTom Lane2008-01-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-03
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-07
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane2007-05-25
* Have CLUSTER advance the table's relfrozenxid. The new frozen point is theAlvaro Herrera2007-05-18
* Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera2007-05-17
* Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane2007-05-11
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-27
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-26
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-16
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-26
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-06
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-25
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23