summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2016-02-16Correct the formulas for System V IPC parameters SEMMNI and SEMMNS in docs.Fujii Masao
2016-02-15Allow the WAL writer to flush WAL at a reduced rate.Andres Freund
2016-02-15Fix typoMagnus Hagander
2016-02-11Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.Noah Misch
2016-02-09postgres_fdw: Push down joins to remote servers.Robert Haas
2016-02-08Last-minute updates for release notes.Tom Lane
2016-02-07Improve documentation about PRIMARY KEY constraints.Tom Lane
2016-02-07Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.Tom Lane
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-02-05First-draft release notes for 9.4.6.Tom Lane
2016-02-05Remove parallel-safety check from GetExistingLocalJoinPath.Robert Haas
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-02-04Add some additional core functions to support join pushdown for FDWs.Robert Haas
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2016-02-04Simplify syntax diagram for REINDEX.Tom Lane
2016-02-03Extend sortsupport for text to more opclasses.Robert Haas
2016-02-03Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation.Tom Lane
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-02-03doc: Fix stand-alone INSTALL file buildPeter Eisentraut
2016-02-03Remove CustomPath's TextOutCustomPath method.Robert Haas
2016-02-03postgres_fdw: Allow fetch_size to be set per-table or per-server.Robert Haas
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2016-02-01pgbench: allow per-script statisticsAlvaro Herrera
2016-01-31Fix error in documentated use of mingw-w64 compilersAndrew Dunstan
2016-01-29Fix syntax descriptions for replication commands in logicaldecoding.sgmlFujii Masao
2016-01-28Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs.Robert Haas
2016-01-28Fix spi_worker mention in bgworker documentationAlvaro Herrera
2016-01-28Fix typos in comments and docFujii Masao
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2016-01-27pgbench: improve multi-script supportAlvaro Herrera
2016-01-22Add trigonometric functions that work in degrees.Tom Lane
2016-01-22Improve levenshtein() docs.Tom Lane
2016-01-22Make extract() do something more reasonable with infinite datetimes.Tom Lane
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-20Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-18Fix typo.Tatsuo Ishii
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-12Add new user fn pg_current_xlog_flush_location()Simon Riggs
2016-01-11doc: Fix typo in logical decoding documentationPeter Eisentraut
2016-01-07pgstat: add WAL receiver status view & SRFAlvaro Herrera
2016-01-05Fix typo in create_transform.sgml.Tatsuo Ishii
2016-01-05Add scale(numeric)Alvaro Herrera
2016-01-05Make the to_reg*() functions accept text not cstring.Tom Lane
2016-01-05Add to_regnamespace() and to_regrole() to the documentation.Tom Lane
2016-01-04Docs: provide a concrete discussion and example for RLS race conditions.Tom Lane
2016-01-04Adjust behavior of row_security GUC to match the docs.Tom Lane
2016-01-04Do some copy-editing on the docs for row-level security.Tom Lane
2016-01-03Do some copy-editing on the docs for replication origins.Tom Lane
2016-01-03Do a final round of copy-editing on the 9.5 release notes.Tom Lane