summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2015-06-04Fix some issues in pg_class.relminmxid and pg_database.datminmxid documentation.Fujii Masao
2015-06-04doc: Fix PDF build with FOPPeter Eisentraut
2015-06-03Minor improvement to txid_current() documentation.Fujii Masao
2015-06-01Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21.Tom Lane
2015-06-01Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan
2015-05-28Remove *pgaudit* references also.Stephen Frost
2015-05-28Finish removing pg_auditStephen Frost
2015-05-25Explain CHECK constraint handling in postgres_fdw's IMPORT FOREIGN SCHEMA.Tom Lane
2015-05-24Remove no-longer-required function declarations.Tom Lane
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