aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
Commit message (Expand)AuthorAge
* Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera2009-11-10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update comments to reflect that tgenabled is not a boolean anymore.Heikki Linnakangas2009-01-22
* Add vacuum_freeze_table_age GUC option, to control when VACUUM shouldHeikki Linnakangas2009-01-16
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Don't reset pg_class.reltuples and relpages in VACUUM, if any pages wereHeikki Linnakangas2008-12-17
* Default values for function argumentsPeter Eisentraut2008-12-04
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-19
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-07
* Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane2008-10-24
* 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