summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-11When appropriate, postpone SELECT output expressions till after ORDER BY.Tom Lane
2016-03-11Tsvector editing functionsTeodor Sigaev
2016-03-11Allow setting sample ratio for auto_explainMagnus Hagander
2016-03-11psql: Don't automatically use expanded format when there's 1 column.Robert Haas
2016-03-11Allow to trigger kernel writeback after a configurable number of writes.Andres Freund
2016-03-10Don't vacuum all-frozen pages.Robert Haas
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-03-10Document BRIN a bit more thoroughlyAlvaro Herrera
2016-03-10Reduce lock level for altering fillfactorSimon Riggs
2016-03-10doc: Reorganize pg_resetxlog reference pagePeter Eisentraut
2016-03-09pgcrypto: support changing S2K iteration countAlvaro Herrera
2016-03-08Update GetForeignPlan documentation.Robert Haas
2016-03-08Fix typo.Robert Haas
2016-03-08Add pg_visibility contrib module.Robert Haas
2016-03-08Fix minor typo in logical-decoding docs.Tom Lane
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