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 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
*
Cosmetic improvements for default text search parser's ts_headline code.
Tom Lane
2020-04-09
*
Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-04-09
*
Allow parallel create index to accumulate buffer usage stats.
Amit Kapila
2020-04-09
*
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
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
*
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
*
Fix bogus CALLED_AS_TRIGGER() defenses.
Tom Lane
2020-04-03
*
Check equality semantics for unique indexes on partitioned tables.
Tom Lane
2020-04-01
*
Fix race condition in statext_store().
Tom Lane
2020-03-31
*
Teach pg_ls_dir_files() to ignore ENOENT failures from stat().
Tom Lane
2020-03-31
*
Revert "Skip redundant anti-wraparound vacuums"
Michael Paquier
2020-03-31
*
Consistently truncate non-key suffix columns.
Peter Geoghegan
2020-03-30
*
Ensure snapshot is registered within ScanPgRelation().
Andres Freund
2020-03-28
*
Drop slot's LWLock before returning from SaveSlotToPath()
Peter Eisentraut
2020-03-26
*
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-24
*
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
*
In log_newpage_range(), heed forkNum and page_std arguments.
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
*
Fix comment related to concurrent index swapping in index.c
Michael Paquier
2020-03-19
[next]