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
*
Bring pg_nextoid()'s error messages into line with message style guide.
Tom Lane
2019-05-05
*
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
*
Add check for syscache lookup failure in update_relispartition().
Tom Lane
2019-05-05
*
Correct more obsolete nbtree page split comments.
Peter Geoghegan
2019-05-03
*
Remove RelationSetIndexList().
Tom Lane
2019-05-03
*
Fix reindexing of pg_class indexes some more.
Tom Lane
2019-05-02
*
heap_prepare_freeze_tuple: Simplify coding
Alvaro Herrera
2019-05-02
*
Fix nbtsort.c's page space accounting.
Peter Geoghegan
2019-05-02
*
Fix some problems with VACUUM (INDEX_CLEANUP FALSE).
Robert Haas
2019-05-02
*
Fix union for pgstat message types
Magnus Hagander
2019-05-01
*
Fix unused variable compiler warning in !debug builds.
Andres Freund
2019-04-30
*
Improve comment spelling and style in llvmjit_deform.c.
Andres Freund
2019-04-30
*
Improve code inferring length of bitmap for JITed tuple deforming.
Andres Freund
2019-04-30
*
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-30
*
Message style fixes
Alvaro Herrera
2019-04-30
*
Widen tuple counter variables from long to int64
Alvaro Herrera
2019-04-30
*
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-29
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
*
Remove obsolete _bt_insert_parent() comment.
Peter Geoghegan
2019-04-29
*
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-04-29
*
Fix potential catalog corruption with temporary identity columns
Peter Eisentraut
2019-04-29
*
Use preprocessor conditions compatible with Emacs indent.
Noah Misch
2019-04-28
*
Clean up minor warnings from buildfarm.
Tom Lane
2019-04-28
*
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-26
*
Fix partitioned index attachment
Alvaro Herrera
2019-04-25
*
Fix function names in comments.
Fujii Masao
2019-04-25
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
Fix some minor postmaster-state-machine issues.
Tom Lane
2019-04-24
*
Unify error messages
Alvaro Herrera
2019-04-24
*
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
*
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
*
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-23
*
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
*
Don't request pretty-printed output from xmlNodeDump().
Tom Lane
2019-04-23
*
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2019-04-23
*
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-22
*
Fix mvdistinct and dependencies size calculations
Tomas Vondra
2019-04-21
*
Fix slot type issue for fuzzy distance index scan over out-of-core table AM.
Andres Freund
2019-04-19
*
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-04-19
*
Fix problems with auto-held portals.
Tom Lane
2019-04-19
*
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-19
*
Fix potential use-after-free for BEFORE UPDATE row triggers on non-core AMs.
Andres Freund
2019-04-18
*
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
Peter Eisentraut
2019-04-18
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
*
Fix assorted minor bogosity in GSSAPI transport error messages.
Tom Lane
2019-04-17
*
Minor jsonpath fixes.
Tom Lane
2019-04-17
*
Return NULL for checksum failures if checksums are not enabled
Magnus Hagander
2019-04-17
*
Fix thinko introduced by 82a5649 in slot.c
Michael Paquier
2019-04-17
*
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-17
*
Rework handling of invalid indexes with REINDEX CONCURRENTLY
Michael Paquier
2019-04-17
[next]