summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2015-05-23Still more fixes for lossy-GiST-distance-functions patch.Tom Lane
2015-05-22Remove the new UPSERT command tag and use INSERT instead.Andres Freund
2015-05-22Minor enhancement of readability of ALTER TABLE syntax in the doc.Fujii Masao
2015-05-21Correct two mistakes in the ALTER FOREIGN TABLE reference page.Robert Haas
2015-05-21Correct the names of pgstattuple_approx output columns in the doc.Fujii Masao
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Last-minute updates for release notes.Tom Lane
2015-05-19Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane
2015-05-19Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane
2015-05-18Last-minute updates for release notes.Tom Lane
2015-05-18pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch
2015-05-18Put back stats-collector restarting code, removed accidentally.Heikki Linnakangas
2015-05-18Don't classify REINDEX command as DDL in the pg_audit doc.Fujii Masao
2015-05-17Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20.Tom Lane
2015-05-17Fix wording error caused by recent typo fixesMagnus Hagander
2015-05-17Fix typos in commentsMagnus Hagander
2015-05-17Minor docs fixes for pg_auditMagnus Hagander
2015-05-16First-draft release notes for 9.4.2 et al.Tom Lane
2015-05-16Fix docs typoTom Lane
2015-05-16Add docs for tablesample system_time()Simon Riggs
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-16Add docs for tablesample system_rows()Simon Riggs
2015-05-15Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera
2015-05-15Tablesample method API docsSimon Riggs
2015-05-15TABLESAMPLE system_time(limit)Simon Riggs
2015-05-15TABLESAMPLE system_rows(limit)Simon Riggs
2015-05-15doc: CREATE FOREIGN TABLE now allows CHECK ( ... ) NO INHERITRobert Haas
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Fix docs build. Oops.Heikki Linnakangas
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-05-15docs: consistently uppercase index method and add spacingBruce Momjian
2015-05-15Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas
2015-05-15Support --verbose option in reindexdb.Fujii Masao
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-15Honor traditional SGML NAMELEN limit.Tom Lane
2015-05-15Add pg_settings.pending_restart columnPeter Eisentraut
2015-05-14doc: list bigint as mapping to int8 and int64Bruce Momjian
2015-05-14Docs: fix erroneous claim about max byte length of GB18030.Tom Lane
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-05-14Add pg_audit, an auditing extensionStephen Frost
2015-05-13Add pgstattuple_approx() to the pgstattuple extension.Andres Freund
2015-05-12Additional functions and operators for jsonbAndrew Dunstan
2015-05-12Add support for doing late row locking in FDWs.Tom Lane
2015-05-12doc build: use unique Makefile variable to control temp installBruce Momjian
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-11Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERTStephen Frost
2015-05-11Increase threshold for multixact member emergency autovac to 50%.Robert Haas
2015-05-11docs: add "serialization anomaly" to transaction isolation tableBruce Momjian