]> granicus.if.org Git - postgresql/history - doc
pg_basebackup: Skip only the *contents* of pg_replslot.
[postgresql] / doc /
2014-02-25 Peter EisentrautUpdate and clarify ssl_ciphers default
2014-02-24 Bruce MomjianIncrease work_mem and maintenance_work_mem defaults...
2014-02-24 Bruce Momjiandocs: remove unnecessary references to old PG versions
2014-02-24 Bruce MomjianFix markup for CHAR() doc patch
2014-02-24 Bruce Momjiandocs: document behavior of CHAR() comparisons with...
2014-02-24 Robert HaasUse pg_lsn data type in pg_stat_replication, too.
2014-02-24 Peter Eisentrautdoc: Improve DocBook XML validity
2014-02-22 Peter Eisentrautpg_basebackup: Add support for relocating tablespaces
2014-02-21 Peter Eisentrautdoc: Clarify documentation page header customization...
2014-02-19 Robert HaasDocument pg_replslot in storage.sgml.
2014-02-19 Robert HaasSwitch various builtin functions to use pg_lsn instead...
2014-02-19 Robert HaasAdd a pg_lsn data type, to represent an LSN.
2014-02-17 Tom LaneLast-minute updates for release notes.
2014-02-17 Tom LaneImprove documentation about multixact IDs.
2014-02-17 Tom LaneDocument risks of "make check" in the regression testin...
2014-02-17 Noah MischDocument security implications of check_function_bodies.
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-17 Noah MischShore up ADMIN OPTION restrictions.
2014-02-17 Tom LaneRelease notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20.
2014-02-16 Tom LaneFurther wordsmithing on 9.3.3 release notes.
2014-02-16 Tom LaneImprove release notes per comments from Andres Freund.
2014-02-16 Tom LaneFirst-draft release notes for 9.3.3.
2014-02-14 Tom LaneUpdate regression testing instructions.
2014-02-14 Tom LaneSuggest shell here-documents instead of psql -c for...
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-13 Bruce Momjiandocs: improve CREATE FUNCTION docs about language case...
2014-02-13 Bruce Momjianpgcrypto: clarify 'md5' (hash) table entry
2014-02-13 Bruce Momjianpg_upgrade: mention the need for tablespace snapshots...
2014-02-13 Bruce Momjianpg_upgrade: document use of file system and COW snapshots
2014-02-13 Tom LaneImprove cross-references between minor version release...
2014-02-12 Bruce MomjianRevert gmake/make release note changes
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-12 Bruce Momjiandoc: Postgres date-style date-only output is ISO
2014-02-11 Tom LaneDon't generate plain-text HISTORY and src/test/regress...
2014-02-06 Peter Eisentrautdoc: Disable indentation of XHTML output
2014-02-05 Robert HaasMinor improvements to replication slot documentation.
2014-02-04 Robert HaasRephrase text to avoid links in regress.sgml
2014-02-03 Robert HaasDocument a few more regression test hazards.
2014-02-02 Fujii MasaoAdd <indexterm> for functions pg_sleep_for and pg_sleep...
2014-02-02 Fujii MasaoFix typos in docs and comments.
2014-02-01 Robert HaasIntroduce replication slots.
2014-02-01 Bruce Momjiandocs: mention 'g' is not in the regex embedded options...
2014-02-01 Bruce Momjiandoc: mention statistics reset during crash recovery
2014-02-01 Bruce Momjiandoc: mention data page checksums in WAL section
2014-01-31 Bruce Momjiandocs: mention tgconstrindid supports exclusion constraints
2014-01-31 Tom LaneAdd some examples to the postgres_fdw documentation.
2014-01-31 Bruce Momjiandoc: authentication wording improvements
2014-01-31 Bruce Momjiandocs: specify FOR UPDATE/SHARE incompatibilities
2014-01-31 Andrew DunstanFix documented return type of json_array_elements_text.
2014-01-30 Robert HaasAdd convenience functions pg_sleep_for and pg_sleep_until.
2014-01-30 Bruce Momjiandocs: improve xref description for xreflabel and refen...
2014-01-30 Bruce Momjiandocs: mention SGML refentry also pulls text from the...
2014-01-30 Bruce Momjiandocs: add mention of index swapping
2014-01-30 Bruce MomjianAdd checks for interval overflow/underflow
2014-01-29 Robert HaasInclude planning time in EXPLAIN ANALYZE output.
2014-01-29 Andrew DunstanAdd json_array_elements_text function.
2014-01-29 Andrew DunstanRemedy two small omissions in the new json functions...
2014-01-29 Heikki LinnakangasFix docs build.
2014-01-29 Heikki LinnakangasAllow using huge TLB pages on Linux (MAP_HUGETLB)
2014-01-28 Andrew DunstanMinor docs fixes for new json functions.
2014-01-28 Andrew DunstanNew json functions.
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-27 Tom LaneKeep pg_stat_statements' query texts in a file, not...
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-26 Andrew DunstanProvide for client-only installs with MSVC.
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2014-01-26 Stephen FrostUse E, not e, for escaping in example docs
2014-01-25 Heikki LinnakangasCopy-editing docs for recovery_target='immediate',...
2014-01-25 Bruce Momjiandocs: mention CREATE TABLE LIKE linkage using INCLUDING...
2014-01-25 Heikki LinnakangasAdd recovery_target='immediate' option.
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-24 Fujii MasaoRemove duplicate index entry DATE_TRUNC in document.
2014-01-23 Fujii MasaoAdd libpq function PQhostaddr().
2014-01-23 Bruce MomjianAdd date_trunc('', interval) documentation mention
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-19 Stephen FrostAdd CREATE TABLESPACE ... WITH ... Options
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-17 Tom LaneAdd gen_random_uuid() to contrib/pgcrypto.
2014-01-17 Bruce Momjiandoc: rename "Equals" to "Equal"
2014-01-17 Bruce Momjiandoc: fix := description typo.
2014-01-16 Bruce Momjiandocs: update PL/pgSQL docs about the use of := and =
2014-01-16 Tom LaneAdd display of oprcode (the underlying function's name...
2014-01-15 Tom LaneImprove FILES section of psql reference page.
2014-01-14 Robert HaasDocumentation for test_shm_mq.
2014-01-14 Robert HaasMention that VACUUM FREEZE also effectively zeroes...
2014-01-13 Heikki LinnakangasAdd OVERLAPS to index in the docs.
2014-01-11 Bruce MomjianRevert fd2ace802811c333b0b4e1a28b138fd4774745f3
2014-01-11 Bruce Momjiandocs: remove undocumented assign syntax in plpgsql...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Peter EisentrautAdd more use of psprintf()
2014-01-02 Robert HaasAggressively freeze tables when CLUSTER or VACUUM FULL...
2013-12-30 Tom LaneFix alphabetization in catalogs.sgml.
2013-12-24 Robert HaasRevise documentation for new freezing method.
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-20 Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
2013-12-20 Robert Haaspg_prewarm, a contrib module for prewarming relationd...
2013-12-19 Fujii MasaoFix typo in docs for min_recovery_apply_delay.
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
next