index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Fix another minor page deletion buffer lock issue.
Peter Geoghegan
2020-04-25
*
Fix minor nbtree page deletion buffer lock issue.
Peter Geoghegan
2020-04-25
*
In caught-up logical walsender, sleep only in WalSndWaitForWal().
Noah Misch
2020-04-25
*
Revert "When WalSndCaughtUp, sleep only in WalSndWaitForWal()."
Noah Misch
2020-04-25
*
Fix error case for CREATE ROLE ... IN ROLE.
Andrew Gierth
2020-04-25
*
Repair performance regression in information_schema.triggers view.
Tom Lane
2020-04-24
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
*
Remove ACLDEBUG #define and associated code.
Tom Lane
2020-04-23
*
Remove useless (and broken) logging logic in memory context functions.
Tom Lane
2020-04-23
*
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-23
*
Fix transient memory leak for SRFs in FROM.
Andres Freund
2020-04-22
*
Fix cost_incremental_sort for expressions with varno 0
Tomas Vondra
2020-04-23
*
Remove bogus Assert in foreign key cloning code
David Rowley
2020-04-22
*
Remove HEAPDEBUGALL
Peter Eisentraut
2020-04-22
*
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-21
*
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-21
*
Fix detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-21
*
Consider outliers in split interval calculation.
Peter Geoghegan
2020-04-21
*
Allow matchingsel() to be used with operators that might return NULL.
Tom Lane
2020-04-21
*
Clean up cpluspluscheck violation.
Tom Lane
2020-04-21
*
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-20
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
*
Allow pg_read_all_stats to access all stats views again
Magnus Hagander
2020-04-20
*
Fix missing pfree() in logtape.c, missed by 24d85952.
Jeff Davis
2020-04-19
*
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-18
*
Fix possible crash with GENERATED ALWAYS columns
David Rowley
2020-04-18
*
Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.
Tom Lane
2020-04-17
*
Remove unneeded constraint dependency tracking
David Rowley
2020-04-17
*
Fix the usage of parallel and full options of vacuum command.
Amit Kapila
2020-04-16
*
Slightly simplify nbtree split point choice loop.
Peter Geoghegan
2020-04-15
*
Remove obsolete "hole in center of page" comment.
Peter Geoghegan
2020-04-14
*
Account for collation when coercing the output of a SQL function.
Tom Lane
2020-04-14
*
Set Perl search path more idiomatically
Andrew Dunstan
2020-04-14
*
Rearrange _bt_insertonpg() "update metapage" code.
Peter Geoghegan
2020-04-14
*
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-14
*
Add defensive "split_only_page" nbtree assertion.
Peter Geoghegan
2020-04-13
*
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-14
*
Make _bt_insertonpg() more like _bt_split().
Peter Geoghegan
2020-04-13
*
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-13
*
Use perl warnings pragma consistently
Andrew Dunstan
2020-04-13
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
*
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-13
*
Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.
Tom Lane
2020-04-11
*
Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.
Noah Misch
2020-04-11
*
When WalSndCaughtUp, sleep only in WalSndWaitForWal().
Noah Misch
2020-04-11
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
*
Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-04-11
*
Fix RELCACHE_FORCE_RELEASE issue
Peter Eisentraut
2020-04-11
*
Fix relcache reference leak
Peter Eisentraut
2020-04-11
*
Suppress unused-variable warning.
Tom Lane
2020-04-10
[prev]
[next]