postgresql.git
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
2020-05-06 Alvaro HerreraHeed lock protocol in DROP OWNED BY
2020-05-06 Michael PaquierHandle spaces for Python install location in MSVC scripts
2020-05-01 Tom LaneGet rid of trailing semicolons in C macro definitions.
2020-04-25 Andrew GierthFix error case for CREATE ROLE ... IN ROLE.
2020-04-24 Tom LaneUpdate Windows timezone name list to include currently...
2020-04-24 Tom LaneImprove placement of "display name" comment in win32_tz...
2020-04-24 Tom LaneUpdate time zone data files to tzdata release 2020a.
2020-04-24 Michael PaquierRemove some unstable parts from new TAP test for archiv...
2020-04-23 Michael PaquierFix handling of WAL segments ready to be archived durin...
2020-04-22 Bruce Momjiandocs: land height is "elevation", not "altitude"
2020-04-21 Michael PaquierFix memory leak in libpq when using sslmode=verify...
2020-04-21 Tom LaneFix possible crash during FATAL exit from reindexing.
2020-04-21 Bruce Momjiandoc: change SGML markup "figure" to "example"
2020-04-17 Andrew DunstanUse a slightly more liberal regex to detect Visual...
2020-04-16 Tom LaneFix cache reference leak in contrib/sepgsql.
2020-04-11 Tom LaneClear dangling pointer to avoid bogus EXPLAIN printout...
2020-04-10 Tom LaneDoc: clarify locking requirements for ALTER TABLE ADD...
2020-04-10 Tom LaneDoc: sync CREATE GROUP syntax synopsis with CREATE...
2020-04-08 Tom LaneFix pg_dump/pg_restore to restore event trigger comment...
2020-04-08 Tom LaneFix circle_in to accept "(x,y),r" as it's advertised...
2020-04-07 Tom LaneAdjust bytea get_bit/set_bit to cope with bytea strings...
2020-04-06 Tom LaneStabilize new GIN test case in 9.5 branch.
2020-04-06 Michael PaquierPreserve clustered index after rewrites with ALTER...
2020-04-06 Andres FreundUse TransactionXmin instead of RecentGlobalXmin in...
2020-04-05 Peter EisentrautSave errno across LWLockRelease() calls
2020-04-03 Tom LaneFix bugs in gin_fuzzy_search_limit processing.
2020-04-03 Tom LaneFix bogus CALLED_AS_TRIGGER() defenses.
2020-04-02 Bruce Momjiandoc: remove unnecessary INNER keyword
2020-04-02 Bruce Momjiandoc: remove comma, related to commit 92d31085e9
2020-03-31 Bruce Momjiandoc: remove mention of bitwise operators as solely...
2020-03-31 Bruce Momjiandoc: clarify hierarchy of objects: global, db, schema...
2020-03-31 Bruce Momjiandoc: restore wording from recent patch "rolled back to"
2020-03-31 Bruce Momjiandoc: clarify when row-level locks are released
2020-03-31 Bruce Momjiandoc: add namespace column to pg_buffercache example...
2020-03-31 Bruce Momjiandoc: adjust UPDATE/DELETE's FROM/USING to match SELECT...
2020-03-31 Tom LaneBack-patch addition of stack overflow and interrupt...
2020-03-30 Tom LaneBe more careful about extracting encoding from locale...
2020-03-29 Tom LaneDoc: correct misstatement about ltree label maximum...
2020-03-28 Tom LaneProtect against overflow of ltree.numlevel and lquery...
2020-03-28 Andres FreundEnsure snapshot is registered within ScanPgRelation().
2020-03-26 Tom LaneEnsure that plpgsql cleans up cleanly during parallel...
2020-03-26 Peter EisentrautDrop slot's LWLock before returning from SaveSlotToPath()
2020-03-23 Tom LaneDoc: explain that LIKE et al can be used in ANY (sub...
2020-03-23 Tom LaneFix our getopt_long's behavior for a command line argum...
2020-03-23 Michael PaquierDoc: Fix type of some storage parameters in CREATE...
2020-03-22 Noah MischRevert "Skip WAL for new relfilenodes, under wal_level...
2020-03-21 Noah MischSkip WAL for new relfilenodes, under wal_level=minimal.
2020-03-21 Noah MischBack-patch log_newpage_range().
2020-03-21 Noah MischDuring heap rebuild, lock any TOAST index until end...
2020-03-21 Noah MischFix cosmetic blemishes involving rd_createSubid.
2020-03-21 Bruce Momjiandocs: use alias in WHERE clause of full text search...
2020-03-20 Andrew DunstanTurn off deprecated bison warnings under MSVC
2020-03-19 Bruce Momjianpg_upgrade: make get_major_server_version() err msg...
2020-03-19 Noah MischBack-patch src/test/recovery and PostgresNode from...
2020-03-18 Tom LaneDoc: remove reference to nonexisting GUC from 9.5 relea...
2020-03-18 Amit KapilaAdd missing errcode() in a few ereport calls.
2020-03-17 Tom LaneDoc: clarify behavior of "anyrange" pseudo-type.
2020-03-17 Tom LaneAvoid holding a directory FD open across assorted SRF...
2020-03-14 Bruce MomjianC comment: correct commented bytes of max_cached_tuplebufs
2020-03-14 Tom LaneRestructure polymorphic-type resolution in funcapi.c.
2020-03-13 Peter EisentrautPreserve replica identity index across ALTER TABLE...
2020-03-12 Thomas MunroFix nextXid tracking bug on standbys (9.5-11 only).
2020-03-09 Tom LaneFix pg_dump/pg_restore to restore event triggers later.
2020-03-09 Fujii MasaoFix bug that causes to report waiting in PS display...
2020-03-09 Fujii MasaoAvoid assertion failure with targeted recovery in stand...
2020-03-03 Fujii MasaoFix the name of the first WAL segment file, in docs.
2020-02-27 Michael Paquiercreatedb: Fix quoting of --encoding, --lc-ctype and...
2020-02-19 Tom LaneFix confusion about event trigger vs. plain function...
2020-02-19 Fujii MasaoFix mesurement of elapsed time during truncating heap...
2020-02-19 Amit KapilaStop demanding that top xact must be seen before subxac...
next