summaryrefslogtreecommitdiff
path: root/doc/src/sgml/reference.sgml
AgeCommit message (Expand)Author
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23Remove createlang and droplangPeter Eisentraut
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-01-20Logical replicationPeter Eisentraut
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2015-09-14Rewrite Postgres-XL docs to make changes in-place in the main PostgreSQLPavan Deolasee
2015-04-26Add transforms featurePeter Eisentraut
2015-04-21Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut
2015-04-21Move pg_test_timing from contrib/ to src/bin/Peter Eisentraut
2015-04-20Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut
2015-04-14Move pg_upgrade from contrib/ to src/bin/Peter Eisentraut
2015-04-13Move pgbench from contrib/ to src/bin/Peter Eisentraut
2015-04-12Move pg_archivecleanup from contrib/ to src/bin/Peter Eisentraut
2015-03-23Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-03-18Documentation for logical decoding.Robert Haas
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-11-15doc: Restore proper alphabetical order.Robert Haas
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-09Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-01-23pg_isreadyRobert Haas
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-04-06Fix some typos in the documentationPeter Eisentraut
2011-10-26Implement streaming xlog for backup toolsMagnus Hagander
2011-09-10Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITYBruce Momjian
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-01-23Add pg_basebackup tool for streaming base backupsMagnus Hagander
2011-01-02Basic foreign table support.Robert Haas
2010-11-09Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGERAlvaro Herrera
2010-09-28Add a SECURITY LABEL command.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-19First pass over client applications documentation proofreading.Bruce Momjian
2009-12-11Add large object access control.Itagaki Takahiro
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2008-12-19SQL/MED catalog manipulation facilitiesPeter Eisentraut
2008-03-27Remove ipcclean utility command --- didn't work on all Unixes and onBruce Momjian
2007-08-21First rough cut at text search documentation: bare bones referenceTom Lane
2007-07-03Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway
2007-04-26Rename the newly-added commands for discarding session state.Neil Conway
2007-01-31Update documentation on may/can/might:Bruce Momjian
2007-01-23Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane
2006-09-18Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-03-10Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera