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