postgresql.git
2020-08-31 Bruce Momjiandocs: replace "stable storage" with "durable" in descr...
2020-08-31 Bruce Momjiandoc: improve description of subscripting of arrays
2020-08-31 Bruce Momjiandocs: improve 'capitals' inheritance example
2020-08-31 Magnus HaganderFix docs bug stating file_fdw requires absolute paths
2020-08-30 Tom LaneMark factorial operator, and postfix operators in gener...
2020-08-27 Tom LaneFix code for re-finding scan position in a multicolumn...
2020-08-25 Bruce Momjiandocs: client certificates are always sent to the server
2020-08-22 Tom LaneAvoid pushing quals down into sub-queries that have...
2020-08-22 Bruce Momjiandocs: improve description of how to handle multiple...
2020-08-21 Tom LaneFix handling of CREATE TABLE LIKE with inheritance.
2020-08-17 Alvaro HerreraDisable autovacuum for BRIN test table
2020-08-17 Tom LaneDoc: fix description of UNION/CASE/etc type unification.
2020-08-17 Michael Paquierdoc: Fix description about bgwriter and checkpoint...
2020-08-15 Noah MischMove new LOCKTAG_DATABASE_FROZEN_IDS to end of enum...
2020-08-15 Noah MischPrevent concurrent SimpleLruTruncate() for any given...
2020-08-15 Tom LaneBe more careful about the shape of hashable subplan...
2020-08-13 Alvaro HerreraHandle new HOT chains in index-build table scans
2020-08-12 Alvaro HerreraBRIN: Handle concurrent desummarization properly
2020-08-10 Tom LaneStamp 9.5.23. REL9_5_23
2020-08-10 Tom LaneLast-minute updates for release notes.
2020-08-10 Tom LaneMake contrib modules' installation scripts more secure.
2020-08-10 Peter EisentrautTranslation updates
2020-08-09 Tom LaneCheck for fseeko() failure in pg_dump's _tarAddFile().
2020-08-09 Tom LaneRelease notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23.
2020-08-08 Alvaro Herrerawalsnd: Don't set waiting_for_ping_response spuriously
2020-08-05 Bruce Momjiandoc: clarify "state" table reference in tutorial
2020-08-03 Tom LaneDoc: fix obsolete info about allowed range of TZ offset...
2020-07-31 Tom LaneFix recently-introduced performance problem in ts_headl...
2020-07-30 Tatsuo IshiiDoc: fix high availability solutions comparison.
2020-07-29 Peter GeogheganBackpatch tuplesort.c assertion.
2020-07-27 Michael PaquierFix corner case with 16kB-long decompression in pgcrypt...
2020-07-23 Tom LaneFix ancient violation of zlib's API spec.
2020-07-23 Peter Eisentrautdoc: Document that ssl_ciphers does not affect TLS 1.3
2020-07-23 Thomas MunroFix error message.
2020-07-22 Michael PaquierRevert "Fix corner case with PGP decompression in pgcrypto"
2020-07-22 Michael PaquierFix corner case with PGP decompression in pgcrypto
2020-07-18 Michael Paquierdoc: Refresh more URLs in the docs
2020-07-17 Tom LaneEnsure that distributed timezone abbreviation files...
2020-07-16 Michael PaquierSwitch pg_test_fsync to use binary mode on Windows
2020-07-16 Tom LaneReplace use of sys_siglist[] with strsignal().
2020-07-15 Michael PaquierFix handling of missing files when using pg_rewind...
2020-07-14 David RowleyFix timing issue with ALTER TABLE's validate constraint
2020-07-14 Tom LaneCope with lateral references in the quals of a subquery...
2020-07-11 Tom LaneAvoid trying to restore table ACLs and per-column ACLs...
2020-07-10 Tom LaneDoc: update or remove dead external links.
2020-07-09 Tom LaneTighten up Windows CRLF conversion in our TAP test...
2020-07-05 Michael Paquierdoc: Fix incorrect reference to textout in plpgsql...
2020-07-03 Tom LaneClamp total-tuples estimates for foreign tables to...
2020-07-03 Tom LaneFix temporary tablespaces for shared filesets some...
2020-07-03 Magnus HaganderFix temporary tablespaces for shared filesets
2020-06-30 Bruce Momjiandoc: clarify that storage parameter values are optional
2020-06-30 Bruce Momjiandoc: change pg_upgrade wal_level to be not minimal
2020-06-28 Noah MischFix documentation of "must be vacuumed within" warning.
2020-06-25 Bruce Momjiandoc: mention trigger helper functions in CREATE TRIGGE...
2020-06-25 Bruce Momjiandocs: clarify that CREATE DATABASE does not copy db...
2020-06-24 Tom LaneFix compiler warning induced by commit d8b15eeb8.
2020-06-22 Tom LaneUndo double-quoting of index names in non-text EXPLAIN...
2020-06-19 Alvaro HerreraEnsure write failure reports no-disk-space
2020-06-19 Tom LaneFuture-proof regression tests against possibly-missing...
2020-06-18 Andres FreundFix C99isms introduced when backpatching atomics /...
2020-06-18 Andres FreundFix deadlock danger when atomic ops are done under...
2020-06-18 Andres FreundAdd basic spinlock tests to regression tests.
2020-06-18 Tom LaneDoc: document POSIX-style time zone specifications...
2020-06-17 Tom LaneSync our copy of the timezone library with IANA release...
2020-06-17 Andres Freundspinlock emulation: Fix bug when more than INT_MAX...
2020-06-16 Tom LaneDoc: fix copy-and-pasteo in ecpg docs.
2020-06-16 Thomas MunroFix buffile.c error handling.
2020-06-16 Bruce Momjianpg_upgrade: set vacuum_defer_cleanup_age to zero
2020-06-15 Thomas MunroDoc: Add references for SI and SSI.
2020-06-11 Bruce Momjiandoc: remove xreflabels from commits 75fcdd2ae2 and...
2020-06-11 Peter GeogheganAvoid update conflict out serialization anomalies.
2020-06-11 Amit KapilaFix typos.
2020-06-09 Andres FreundAvoid need for valgrind suppressions for pg_atomic_init...
2020-06-08 Thomas MunroFix locking bugs that could corrupt pg_control.
2020-06-07 Noah MischMSVC: Avoid warning when testing a TAP suite without...
2020-06-06 Noah MischRefresh function name in CRC-associated Valgrind suppre...
2020-06-04 Michael PaquierFix instance of elog() called while holding a spinlock
2020-06-01 Michael PaquierFix use-after-release mistake in currtid() and currtid2...
2020-05-31 Andrew DunstanMake install-tests target work with vpath builds
2020-05-28 Joe ConwayInitialize dblink remoteConn struct in all cases
2020-05-28 Joe ConwayAdd CHECK_FOR_INTERRUPTS() to the repeat() function
2020-05-25 Noah MischAdd a temp-install prerequisite to top-level "check...
2020-05-22 Bruce Momjiandoc: suggest 1.1 as a random_page_cost value for SSDs
2020-05-21 Bruce Momjiandoc: Simplify mention of unique indexes for NULL control
2020-05-21 Michael PaquierFix MSVC installations with multiple "configure" files...
2020-05-20 Michael PaquierDoc: Fix description of pg_class.relreplident
2020-05-18 Amit KapilaFix comment in slot.c.
2020-05-15 Tom LaneFix bogus initialization of replication origin shared...
2020-05-15 Alvaro HerreraAvoid killing btree items that are already dead
2020-05-15 Bruce Momjiandocs: add xreflabel entries for autovacuum, SP-GiST...
2020-05-15 Bruce Momjiandoc: add missing xreflabels to the main docs (not...
2020-05-15 Bruce Momjiandoc: remove extra blank line at the top of SGML files
2020-05-15 Bruce Momjiandoc: make ref/*.sgml file header comment layout consistent
2020-05-14 Amit KapilaFix the MSVC build for versions 2015 and later.
2020-05-14 Noah MischFix pg_recvlogical avoidance of superfluous Standby...
2020-05-11 Tom LaneStamp 9.5.22. REL9_5_22
2020-05-11 Peter EisentrautTranslation updates
2020-05-10 Tom LaneRelease notes for 12.3, 11.8, 10.13, 9.6.18, 9.5.22.
2020-05-09 Fujii MasaoPrevent archive recovery from scanning non-existent...
2020-05-08 Alvaro Herrerapg_restore: Provide file name with one failure message
next