]> granicus.if.org Git - postgresql/history - doc
doc: Add replication parameter to libpq documentation
[postgresql] / doc /
2018-03-07 Peter Eisentrautdoc: Add replication parameter to libpq documentation
2018-03-06 Peter EisentrautTests for Kerberos/GSSAPI authentication
2018-03-06 Andres FreundAdd parenthesized options syntax for ANALYZE.
2018-03-05 Alvaro HerreraClone extended stats in CREATE TABLE (LIKE INCLUDING...
2018-03-05 Peter Eisentrautdoc: Tiny whitespace fix
2018-03-03 Peter Eisentrautdoc: Small wording improvement
2018-03-03 Peter Eisentrautdoc: Fix links to pg_stat_replication
2018-03-03 Peter Eisentrautdoc: Improve wording
2018-03-03 Peter EisentrautAdd PG_TEST_EXTRA to control optional test suites
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-03-01 Andres Freunddoc: mention PROVE_TESTS in section of TAP tests.
2018-03-01 Andres Freunddoc: Add WaitForBackgroundWorkerShutdown() to bgw docs.
2018-03-01 Andres Freunddoc: Add random_zipfian to list of random functions...
2018-02-28 Tom LaneDoc: remove duplicate poly_ops row from SP-GiST opclass...
2018-02-28 Robert HaasDocument LWTRANCHE_PARALLEL_HASH_JOIN.
2018-02-28 Peter Eisentrautdoc: Improve man build speed
2018-02-28 Peter EisentrautFix warnings in man page build
2018-02-27 Robert Haasdoc: Fix grammar.
2018-02-26 Tom LaneLast-minute updates for release notes.
2018-02-26 Noah MischDocument security implications of search_path and the...
2018-02-25 Tom LaneRelease notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.
2018-02-23 Tom LaneFirst-draft release notes for 10.3.
2018-02-23 Noah MischSynchronize doc/ copies of src/test/examples/.
2018-02-22 Peter EisentrautUpdate gratuitous use of MD5 in documentation
2018-02-22 Peter EisentrautAdd user-callable SHA-2 functions
2018-02-20 Alvaro HerreraAdjust ALTER TABLE docs on partitioned constraints
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-02-16 Peter EisentrautRename enable_partition_wise_join to enable_partitionwi...
2018-02-15 Tom LaneDoc: fix minor bug in CREATE TABLE example.
2018-02-13 Tom LaneMake plpgsql use its DTYPE_REC code paths for composite...
2018-02-13 Peter Eisentrautdoc: pg_function_is_visible also applies to aggregates...
2018-02-13 Peter EisentrautAdd procedure support to pg_get_functiondef
2018-02-12 Alvaro HerreraAdd missing article
2018-02-10 Alvaro HerreraMention partitioned indexes in "Data Definition" chapter
2018-02-07 Peter EisentrautAdd more information_schema columns
2018-02-07 Magnus HaganderChange default git repo URL to https
2018-02-07 Tom LaneSupport all SQL:2011 options for window frame clauses.
2018-02-06 Tom LaneDoc: move info for btree opclass implementors into...
2018-02-05 Tom LaneLast-minute updates for release notes.
2018-02-04 Peter Eisentrautdoc: Update mentions of MD5 in the documentation
2018-02-04 Tom LaneRelease notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
2018-02-04 Tom LaneDoc: minor clarifications in xindex.sgml.
2018-02-03 Peter Eisentrautdoc: Fix name in release notes
2018-02-03 Peter Eisentrautdoc: Clarify psql --list documentation a bit more
2018-02-03 Tom LaneMinor copy-editing for 10.2 release notes.
2018-02-03 Peter Eisentrautdoc: Fix index link
2018-02-02 Tom LaneFirst-draft release notes for 10.2.
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-02-02 Stephen FrostImprove ALTER TABLE synopsis
2018-01-31 Bruce Momjiandoc: fix trigger inheritance wording
2018-01-31 Bruce Momjiandoc: clarify major/minor pg_upgrade versions with...
2018-01-31 Bruce Momjiandoc: clearify trigger behavior for inheritance
2018-01-31 Bruce Momjiandoc: in contrib-spi, mention and link to the meaning...
2018-01-31 Bruce Momjiandoc: Improve pg_upgrade rsync examples to use clusterdir
2018-01-31 Robert Haaspgcrypto's encrypt() supports AES-128, AES-192, and...
2018-01-31 Bruce Momjiandoc: mention datadir locations are actually config...
2018-01-30 Peter EisentrautFix up references to scram-sha-256
2018-01-29 Peter Eisentrautdoc: Clarify pg_upgrade documentation
2018-01-27 Magnus HaganderAdd missing semicolons in documentation examples
2018-01-26 Tom LaneAvoid unnecessary use of pg_strcasecmp for already...
2018-01-26 Tom LaneRemove the obsolete WITH clause of CREATE FUNCTION.
2018-01-25 Tom LaneSupport --no-comments in pg_dump, pg_dumpall, pg_restore.
2018-01-25 Tom LaneClean up some aspects of pg_dump/pg_restore item-select...
2018-01-25 Peter EisentrautUpdate documentation to mention huge pages on other...
2018-01-24 Bruce Momjiandoc: properly indent CREATE TRIGGER paragraph
2018-01-24 Bruce Momjiandoc: clarify use of RegisterDynamicBackgroundWorker
2018-01-23 Bruce Momjiandoc: mention psql -l uses the 'postgres' database...
2018-01-23 Tom LaneDocumentation fix: pg_ctl no longer makes connection...
2018-01-23 Bruce Momjiandoc: simplify intermediate certificate mention in...
2018-01-23 Peter EisentrautSplit out documentation of SSL parameters into their...
2018-01-22 Tom LaneMove handling of database properties from pg_dumpall...
2018-01-22 Peter EisentrautTransaction control in PL procedures
2018-01-22 Magnus HaganderFix docs typo
2018-01-21 Magnus HaganderSupport huge pages on Windows
2018-01-21 Magnus HaganderFix wording of "hostaddrs"
2018-01-21 Bruce Momjiandoc: update intermediate certificate instructions
2018-01-19 Robert HaasAllow UPDATE to move rows between partitions.
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-18 Peter Eisentrautdoc: Expand documentation of session_replication_role
2018-01-17 Simon RiggsAbility to advance replication slots
2018-01-12 Bruce Momjiandocs: replace dblink() mention with foreign data mention
2018-01-11 Bruce Momjiandoc: add JSON acronym
2018-01-11 Teodor Sigaevllow negative coordinate for ~> (cube, int) operator
2018-01-11 Teodor SigaevFix behavior of ~> (cube, int) operator
2018-01-10 Tom LaneFix sample INSTR() functions in the plpgsql documentation.
2018-01-09 Andrew DunstanImplement TZH and TZM timestamp format patterns
2018-01-09 Teodor SigaevImprove scripting language in pgbench
2018-01-04 Peter EisentrautImplement channel binding tls-server-end-point for...
2018-01-03 Peter EisentrautAllow ldaps when using ldap authentication
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-29 Simon RiggsExtend near-wraparound hints to include replication...
2017-12-27 Robert HaasAdd pow(), aka power(), function to pgbench.
2017-12-25 Teodor SigaevAdd polygon opclass for SP-GiST
2017-12-22 Teodor SigaevAdd optional compression method to SP-GiST
2017-12-21 Andres FreundAdd parallel-aware hash joins.
2017-12-19 Peter EisentrautAdd libpq connection parameter "scram_channel_binding"
2017-12-18 Peter Eisentrautdoc: Fix figures in example description
2017-12-14 Teodor SigaevAdd approximated Zipfian-distributed random generator...
2017-12-06 Peter Eisentrautdoc: Flex is not a GNU package
2017-12-05 Tom LaneFix broken markup.
next