aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/reference.sgml
Commit message (Expand)AuthorAge
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Fix some typos in the documentationPeter Eisentraut2012-04-06
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26
* Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITYBruce Momjian2011-09-10
* DDL support for collationsPeter Eisentraut2011-02-12
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-23
* Basic foreign table support.Robert Haas2011-01-01
* Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGERAlvaro Herrera2010-11-09
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* First pass over client applications documentation proofreading.Bruce Momjian2010-02-19
* Add large object access control.Itagaki Takahiro2009-12-11
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Remove ipcclean utility command --- didn't work on all Unixes and onBruce Momjian2008-03-27
* First rough cut at text search documentation: bare bones referenceTom Lane2007-08-21
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-03
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-26
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane2006-09-18
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Move reindexdb from /contrib to /bin.Bruce Momjian2005-07-29
* Basic documentation for ROLEs. The user-manag chapter still needs toTom Lane2005-07-26
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-25
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Seems it would be nice if the ALTER INDEX ref page were actuallyTom Lane2004-08-21
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-01
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* initlocation is history. (It's still mentioned in manage-ag.sgml,Tom Lane2004-06-18
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Remove additional tcl doc mention.Bruce Momjian2004-04-20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Another big editing pass for consistent content and presentation.Peter Eisentraut2003-03-24
* Todo items:Bruce Momjian2003-03-20
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Remove more references to pgaccess as a build target in docs.Bruce Momjian2002-09-08
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian2002-08-27
* Add missing links.Tom Lane2002-08-17
* Move pg_controldata from /contrib to src/bin.Bruce Momjian2002-08-16
* The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian2002-08-04