]> granicus.if.org Git - postgresql/history - doc
MERGE SQL Command following SQL:2016
[postgresql] / doc /
2018-04-02 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Peter EisentrautFix XML syntax in documentation
2018-04-02 Robert Haaspostgres_fdw: Push down partition-wise aggregation.
2018-04-01 Andres FreundAdd amcheck verification of heap relations belonging...
2018-03-30 Fujii MasaoEnhance pg_stat_wal_receiver view to display host and...
2018-03-30 Bruce Momjiandocs: add parameter with brackets around varbit()
2018-03-30 Bruce Momjiandoc: document "IS NOT DOCUMENT"
2018-03-30 Bruce Momjiandocs: fix spacing around "if not exists" brackets
2018-03-30 Tatsuo IshiiAllow to lock views.
2018-03-29 Andres FreundImprove JIT docs.
2018-03-29 Bruce Momjiandocs: fix INSTALL.xml build by using "standalone-ignore"
2018-03-28 Peter EisentrautAllow committing inside cursor loop
2018-03-28 Andres FreundFix mistakes in the just added JIT docs.
2018-03-28 Andres FreundAdd documentation for the JIT feature.
2018-03-28 Fujii MasaoMake pg_rewind skip files and directories that are...
2018-03-28 Peter EisentrautPL/pgSQL: Nested CALL with transactions
2018-03-28 Peter EisentrautTransforms for jsonb to PL/Python
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-27 Simon RiggsAllow HOT updates for some expression indexes
2018-03-27 Peter Eisentrautlibpq: PQhost to return active connected host or hostaddr
2018-03-27 Teodor SigaevSkip temp tables from basebackup.
2018-03-26 Teodor SigaevSet random seed for pgbench.
2018-03-26 Alvaro HerreraHandle INSERT .. ON CONFLICT with partitioned tables
2018-03-25 Tom LaneDoc: add example of type resolution in nested UNIONs.
2018-03-25 Peter Eisentrautpg_resetwal: Allow users to change the WAL segment...
2018-03-25 Peter Eisentrautinitdb: Further polishing of --wal-segsize option
2018-03-25 Tom LaneDoc: remove extra comma in syntax summary for array_fill().
2018-03-25 Peter EisentrautAdd long options to pg_resetwal and pg_controldata
2018-03-24 Peter EisentrautImprove pg_resetwal documentation
2018-03-24 Noah MischDon't qualify type pg_catalog.text in extend-extensions...
2018-03-23 Teodor SigaevExclude unlogged tables from base backups
2018-03-23 Alvaro HerreraAllow FOR EACH ROW triggers on partitioned tables
2018-03-22 Tom LaneSync up our various ways of estimating pg_class.reltuples.
2018-03-22 Robert Haasdoc: Update parallel join documentation for Parallel...
2018-03-22 Robert HaasImplement partition-wise grouping/aggregation.
2018-03-22 Teodor SigaevAdd \if support to pgbench
2018-03-21 Teodor SigaevAdd general purpose hasing functions to pgbench.
2018-03-21 Tatsuo IshiiFix typo.
2018-03-21 Peter EisentrautHandle heap rewrites even better in logical decoding
2018-03-21 Teodor SigaevAdd strict_word_similarity to pg_trgm module
2018-03-21 Teodor SigaevRework word_similarity documentation, make it close...
2018-03-21 Peter Eisentrautdoc: Small wording improvement
2018-03-20 Andres FreundAdd C++ support to configure.
2018-03-20 Tom LaneDoc: typo fix, "PG_" should be "TG_" here.
2018-03-18 Tom LaneDoc: note that statement-level view triggers require...
2018-03-17 Peter EisentrautSet libpq sslcompression to off by default
2018-03-17 Peter EisentrautAdd ssl_passphrase_command setting
2018-03-16 Tom LaneDoc: explicitly point out that enum values can't be...
2018-03-14 Peter EisentrautRemove pg_class.relhaspkey
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-03-14 Alvaro HerreraLog when a BRIN autosummarization request fails
2018-03-12 Alvaro Herreradoc: Reword restriction on partition keys in unique...
2018-03-12 Alvaro Herreradocs: Fix typo: a -> an
2018-03-12 Alvaro HerreraRemove doc sentence no longer applicable
2018-03-08 Tom LaneFix cross-checking of ReservedBackends/max_wal_senders...
2018-03-07 Peter Eisentrautdoc: Add more substructure to SSL documentation
2018-03-07 Peter Eisentrautdoc: Improve calculation of vm.nr_hugepages
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
next