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 mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2020-06-11
*
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
*
Update description of parameter password_encryption
Peter Eisentraut
2020-06-10
*
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-06-08
*
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-05
*
Preserve pg_index.indisreplident across REINDEX CONCURRENTLY
Michael Paquier
2020-06-05
*
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-04
*
Fix instance of elog() called while holding a spinlock
Michael Paquier
2020-06-04
*
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-06-03
*
Fix use-after-release mistake in currtid() and currtid2() for views
Michael Paquier
2020-06-01
*
Fix crashes with currtid() and currtid2()
Michael Paquier
2020-06-01
*
llvmjit: Fix building against LLVM 11 by removing unnecessary include.
Andres Freund
2020-05-28
*
Add CHECK_FOR_INTERRUPTS() to the repeat() function
Joe Conway
2020-05-28
*
Add missing error code to "cannot attach index ..." error.
Heikki Linnakangas
2020-05-28
*
Add lcov exclusion markers to jsonpath scanner
Peter Eisentraut
2020-05-26
*
gss: add missing references to hostgssenc and hostnogssenc
Bruce Momjian
2020-05-25
*
Fix two typos in a comment
Alvaro Herrera
2020-05-22
*
Fix comment in slot.c.
Amit Kapila
2020-05-18
*
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-05-16
*
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
*
Move check for fsync=off so that pendingOps still gets cleared.
Heikki Linnakangas
2020-05-14
*
Fix the MSVC build for versions 2015 and later.
Amit Kapila
2020-05-14
*
Translation updates
Peter Eisentraut
2020-05-11
*
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-05-09
*
Fix several DDL issues of generated columns versus inheritance
Peter Eisentraut
2020-05-08
*
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-08
*
Report missing wait event for timeline history file.
Fujii Masao
2020-05-08
*
Fix YA text phrase search bug.
Tom Lane
2020-05-07
*
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-05-06
*
Fix severe memory leaks in GSSAPI encryption support.
Tom Lane
2020-05-05
*
Fix GSS client to non-GSS server connection
Stephen Frost
2020-05-02
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Clear up issue with FSM and oldest bpto.xact.
Peter Geoghegan
2020-05-01
*
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
2020-05-01
*
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-05-01
*
Fix full text search to handle NOT above a phrase search correctly.
Tom Lane
2020-04-27
*
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
*
Fix transient memory leak for SRFs in FROM.
Andres Freund
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
*
Allow pg_read_all_stats to access all stats views again
Magnus Hagander
2020-04-20
*
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-18
*
Fix possible crash with GENERATED ALWAYS columns
David Rowley
2020-04-18
*
Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-04-11
*
Further cleanup of ts_headline code.
Tom Lane
2020-04-09
*
Fix default text search parser's ts_headline code for phrase queries.
Tom Lane
2020-04-09
[prev]
[next]