]> granicus.if.org Git - postgresql/history - doc
Don't vacuum all-frozen pages.
[postgresql] / doc /
2016-03-10 Robert HaasDon't vacuum all-frozen pages.
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-03-10 Alvaro HerreraDocument BRIN a bit more thoroughly
2016-03-10 Simon RiggsReduce lock level for altering fillfactor
2016-03-10 Peter Eisentrautdoc: Reorganize pg_resetxlog reference page
2016-03-09 Alvaro Herrerapgcrypto: support changing S2K iteration count
2016-03-08 Robert HaasUpdate GetForeignPlan documentation.
2016-03-08 Robert HaasFix typo.
2016-03-08 Robert HaasAdd pg_visibility contrib module.
2016-03-08 Tom LaneFix minor typo in logical-decoding docs.
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-03-06 Magnus HaganderFix typos
2016-03-05 Joe ConwayExpose control file data via SQL accessible functions.
2016-03-05 Fujii MasaoIgnore recovery_min_apply_delay until recovery has...
2016-03-04 Teodor SigaevImprove support of Hunspell in ispell dictionary.
2016-03-04 Robert HaasFix the way GetExistingLocalJoinPath is documented.
2016-03-03 Alvaro Herrerapgbench: accept unambiguous builtin prefixes for -b
2016-03-02 Robert HaasChange the format of the VM fork to add a second bit...
2016-03-01 Robert HaasExtend pgbench's expression syntax to support a few...
2016-02-29 Alvaro HerreraMinor tweaks for new src/test/recovery
2016-02-29 Alvaro Herreradoc: document MANPATH as /usr/local/pgsql/share/man
2016-02-26 Alvaro HerreraAdd a test framework for recovery
2016-02-26 Robert HaasAdd new FDW API to test for parallel-safety.
2016-02-22 Tom LaneCreate a function to reliably identify which sessions...
2016-02-21 Tom LaneDocs: make prose discussion match the ordering of Table...
2016-02-21 Tatsuo IshiiFix wording in the Tutorial document.
2016-02-20 Dean RasheedAdd pg_size_bytes() to parse human-readable size strings.
2016-02-20 Peter Eisentrautdoc: Improve CSS style of option element
2016-02-19 Tom LaneAdd an explicit representation of the output targetlist...
2016-02-18 Tom LaneFix multiple bugs in contrib/pgstattuple's pgstatindex...
2016-02-17 Joe ConwayAdd new system view, pg_config
2016-02-16 Tom LaneImprove documentation about CREATE INDEX CONCURRENTLY.
2016-02-16 Bruce Momjianrelease notes: fix 9.5 SGML comment about commit
2016-02-16 Tatsuo IshiiImprove wording in the planner doc
2016-02-16 Fujii MasaoCorrect the formulas for System V IPC parameters SEMMNI...
2016-02-15 Andres FreundAllow the WAL writer to flush WAL at a reduced rate.
2016-02-15 Magnus HaganderFix typo
2016-02-11 Noah MischAccept pg_ctl timeout from the PGCTLTIMEOUT environment...
2016-02-09 Robert Haaspostgres_fdw: Push down joins to remote servers.
2016-02-08 Tom LaneLast-minute updates for release notes.
2016-02-07 Tom LaneImprove documentation about PRIMARY KEY constraints.
2016-02-07 Tom LaneRelease notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.
2016-02-07 Robert HaasIntroduce a new GUC force_parallel_mode for testing...
2016-02-05 Tom LaneFirst-draft release notes for 9.4.6.
2016-02-05 Robert HaasRemove parallel-safety check from GetExistingLocalJoinPath.
2016-02-05 Tom LaneAdd num_nulls() and num_nonnulls() to count NULL arguments.
2016-02-04 Robert HaasAdd some additional core functions to support join...
2016-02-04 Robert HaasChange the way that LWLocks for extensions are allocated.
2016-02-04 Tom LaneSimplify syntax diagram for REINDEX.
2016-02-03 Robert HaasExtend sortsupport for text to more opclasses.
2016-02-03 Tom LaneAdd hstore_to_jsonb() and hstore_to_jsonb_loose() to...
2016-02-03 Robert HaasAllow parallel custom and foreign scans.
2016-02-03 Peter Eisentrautdoc: Fix stand-alone INSTALL file build
2016-02-03 Robert HaasRemove CustomPath's TextOutCustomPath method.
2016-02-03 Robert Haaspostgres_fdw: Allow fetch_size to be set per-table...
2016-02-03 Peter EisentrautAdd support for systemd service notifications
2016-02-01 Alvaro Herrerapgbench: allow per-script statistics
2016-01-31 Andrew DunstanFix error in documentated use of mingw-w64 compilers
2016-01-29 Fujii MasaoFix syntax descriptions for replication commands in...
2016-01-28 Robert HaasAdd [NO]BYPASSRLS options to CREATE USER and ALTER...
2016-01-28 Alvaro HerreraFix spi_worker mention in bgworker documentation
2016-01-28 Fujii MasaoFix typos in comments and doc
2016-01-28 Fujii MasaoAdd gin_clean_pending_list function to clean up GIN...
2016-01-27 Alvaro Herrerapgbench: improve multi-script support
2016-01-22 Tom LaneAdd trigonometric functions that work in degrees.
2016-01-22 Tom LaneImprove levenshtein() docs.
2016-01-22 Tom LaneMake extract() do something more reasonable with infini...
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-20 Tom LaneFix assorted inconsistencies in GIN opclass support...
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2016-01-18 Tatsuo IshiiFix typo.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-12 Simon RiggsAdd new user fn pg_current_xlog_flush_location()
2016-01-11 Peter Eisentrautdoc: Fix typo in logical decoding documentation
2016-01-07 Alvaro Herrerapgstat: add WAL receiver status view & SRF
2016-01-05 Tatsuo IshiiFix typo in create_transform.sgml.
2016-01-05 Alvaro HerreraAdd scale(numeric)
2016-01-05 Tom LaneMake the to_reg*() functions accept text not cstring.
2016-01-05 Tom LaneAdd to_regnamespace() and to_regrole() to the documenta...
2016-01-04 Tom LaneDocs: provide a concrete discussion and example for...
2016-01-04 Tom LaneAdjust behavior of row_security GUC to match the docs.
2016-01-04 Tom LaneDo some copy-editing on the docs for row-level security.
2016-01-03 Tom LaneDo some copy-editing on the docs for replication origins.
2016-01-03 Tom LaneDo a final round of copy-editing on the 9.5 release...
2016-01-02 Tom LaneAdjust back-branch release note description of commits...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2016-01-01 Peter Eisentrautdoc: Remove redundant duplicate URLs from ulink elements
2016-01-01 Peter Eisentrautdoc: Add index entries and better documentation link...
2015-12-30 Tom LaneMinor hacking on contrib/cube documentation.
2015-12-28 Tom LaneCode and docs review for cube kNN support.
2015-12-28 Alvaro HerreraDocument brin_summarize_new_pages
2015-12-28 Tom LaneDocument the exponentiation operator as associating...
2015-12-28 Alvaro Herreradoc: pg_committs -> pg_commit_ts
2015-12-28 Tom LaneUpdate documentation about pseudo-types.
2015-12-24 Tom LaneDocs: fix erroneously-given function name.
2015-12-24 Tom LaneDocs typo fix.
2015-12-23 Tom LaneAllow omitting one or both boundaries in an array slice...
2015-12-18 Teodor SigaevRevert 9246af6799819847faa33baf441251003acbb8fe because
2015-12-18 Robert Haaspgbench: Change terminology from "threshold" to "parame...
2015-12-18 Teodor SigaevAllow to omit boundaries in array subscript
next