summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-03-06Fix typosMagnus Hagander
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-03-05Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao
2016-03-04Improve support of Hunspell in ispell dictionary.Teodor Sigaev
2016-03-04Fix the way GetExistingLocalJoinPath is documented.Robert Haas
2016-03-03pgbench: accept unambiguous builtin prefixes for -bAlvaro Herrera
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-03-01Extend pgbench's expression syntax to support a few built-in functions.Robert Haas
2016-02-29Minor tweaks for new src/test/recoveryAlvaro Herrera
2016-02-29doc: document MANPATH as /usr/local/pgsql/share/manAlvaro Herrera
2016-02-26Add a test framework for recoveryAlvaro Herrera
2016-02-26Add new FDW API to test for parallel-safety.Robert Haas
2016-02-22Create a function to reliably identify which sessions block which others.Tom Lane
2016-02-21Docs: make prose discussion match the ordering of Table 9-58.Tom Lane
2016-02-21Fix wording in the Tutorial document.Tatsuo Ishii
2016-02-20Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed
2016-02-20doc: Improve CSS style of option elementPeter Eisentraut
2016-02-19Add an explicit representation of the output targetlist to Paths.Tom Lane
2016-02-18Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.Tom Lane
2016-02-17Add new system view, pg_configJoe Conway
2016-02-16Improve documentation about CREATE INDEX CONCURRENTLY.Tom Lane
2016-02-16release notes: fix 9.5 SGML comment about commitBruce Momjian
2016-02-16Improve wording in the planner docTatsuo Ishii
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