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 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
*
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-03-18
*
Fix typo in indexcmds.c
Michael Paquier
2020-03-18
*
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-03-17
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-10
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Fix typo
Peter Eisentraut
2020-03-07
[next]