aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix typos.Amit Kapila2020-06-11
* Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund2020-06-08
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-08
* MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.Noah Misch2020-06-07
* Refresh function name in CRC-associated Valgrind suppressions.Noah Misch2020-06-05
* Fix instance of elog() called while holding a spinlockMichael Paquier2020-06-04
* Fix use-after-release mistake in currtid() and currtid2() for viewsMichael Paquier2020-06-01
* Make install-tests target work with vpath buildsAndrew Dunstan2020-05-31
* Add CHECK_FOR_INTERRUPTS() to the repeat() functionJoe Conway2020-05-28
* Fix MSVC installations with multiple "configure" files detectedMichael Paquier2020-05-21
* Fix comment in slot.c.Amit Kapila2020-05-18
* Fix bogus initialization of replication origin shared memory state.Tom Lane2020-05-15
* Avoid killing btree items that are already deadAlvaro Herrera2020-05-15
* Fix the MSVC build for versions 2015 and later.Amit Kapila2020-05-14
* Fix pg_recvlogical avoidance of superfluous Standby Status Update.Noah Misch2020-05-13
* Stamp 9.5.22.REL9_5_22Tom Lane2020-05-11
* Translation updatesPeter Eisentraut2020-05-11
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-05-09
* pg_restore: Provide file name with one failure messageAlvaro Herrera2020-05-08
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Handle spaces for Python install location in MSVC scriptsMichael Paquier2020-05-06
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth2020-04-25
* Update Windows timezone name list to include currently-known zones.Tom Lane2020-04-24
* Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane2020-04-24
* Update time zone data files to tzdata release 2020a.Tom Lane2020-04-24
* Remove some unstable parts from new TAP test for archive status checkMichael Paquier2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier2020-04-22
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* Use a slightly more liberal regex to detect Visual Studio versionAndrew Dunstan2020-04-17
* Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane2020-04-11
* Fix pg_dump/pg_restore to restore event trigger comments later.Tom Lane2020-04-08
* Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane2020-04-07
* Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.Tom Lane2020-04-07
* Stabilize new GIN test case in 9.5 branch.Tom Lane2020-04-06
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund2020-04-05
* Save errno across LWLockRelease() callsPeter Eisentraut2020-04-05
* Fix bugs in gin_fuzzy_search_limit processing.Tom Lane2020-04-03
* Be more careful about extracting encoding from locale strings on Windows.Tom Lane2020-03-30
* Ensure snapshot is registered within ScanPgRelation().Andres Freund2020-03-28
* Ensure that plpgsql cleans up cleanly during parallel-worker exit.Tom Lane2020-03-26
* Drop slot's LWLock before returning from SaveSlotToPath()Peter Eisentraut2020-03-26
* Fix our getopt_long's behavior for a command line argument of just "-".Tom Lane2020-03-23
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Back-patch log_newpage_range().Noah Misch2020-03-21
* During heap rebuild, lock any TOAST index until end of transaction.Noah Misch2020-03-21
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-21