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
*
Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48.
Amit Kapila
2024-02-22
*
Speed up uuid_out() by not relying on a StringInfo
Michael Paquier
2024-02-22
*
Add lookup table for replication slot conflict reasons
Michael Paquier
2024-02-22
*
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-22
*
MERGE ... DO NOTHING: require SELECT privileges
Alvaro Herrera
2024-02-21
*
Fix typo
Alvaro Herrera
2024-02-21
*
Remove extra check_stack_depth() from dropconstraint_internal()
Alexander Korotkov
2024-02-21
*
Replace relids in lateral subquery parse tree during SJE
Alexander Korotkov
2024-02-20
*
Revert "Improve compression and storage support with inheritance"
Peter Eisentraut
2024-02-20
*
Minor corrections for partition pruning
David Rowley
2024-02-20
*
Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()
Michael Paquier
2024-02-20
*
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-02-20
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Pass correct count to WALRead().
Jeff Davis
2024-02-16
*
Add assert to WALReadFromBuffers().
Jeff Davis
2024-02-16
*
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
*
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-16
*
Improve compression and storage support with inheritance
Peter Eisentraut
2024-02-16
*
Fix the incorrect format specifier used in commit 7a424ece48.
Amit Kapila
2024-02-16
*
Add more LOG and DEBUG messages for slot synchronization.
Amit Kapila
2024-02-16
*
Followup fixes for transaction_timeout
Alexander Korotkov
2024-02-16
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Doc: improve a couple of comments in postgresql.conf.sample.
Tom Lane
2024-02-15
*
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2024-02-15
*
Simplify PathKey checking code
David Rowley
2024-02-15
*
Clarify the 'rows' parameter in create_append_path
David Rowley
2024-02-15
*
Remove obsolete check in SIGTERM handler for the startup process.
Nathan Bossart
2024-02-14
*
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
*
Allow pg_monitor to execute pg_current_logfile().
Nathan Bossart
2024-02-14
*
Fix multiranges to behave more like dependent types.
Tom Lane
2024-02-14
*
Add a slot synchronization function.
Amit Kapila
2024-02-14
*
Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"
Michael Paquier
2024-02-14
*
Improve comment about query_id_enabled in queryjumblefuncs.c
Michael Paquier
2024-02-14
*
Catch overflow when rounding intervals in AdjustIntervalForTypmod.
Tom Lane
2024-02-13
*
Fix 'mmap' DSM implementation with allocations larger than 4 GB
Heikki Linnakangas
2024-02-13
*
Use a safer outfuncs/readfuncs representation for BitStrings.
Tom Lane
2024-02-13
*
Skip .DS_Store files in server side utils
Daniel Gustafsson
2024-02-13
*
Use correct format placeholder for timeline IDs
Peter Eisentraut
2024-02-13
*
Read WAL directly from WAL buffers.
Jeff Davis
2024-02-12
*
Remove unnecessary smgropen() calls
Heikki Linnakangas
2024-02-12
*
Use heap_inplace_update() to unset pg_database.dathasloginevt
Alexander Korotkov
2024-02-12
*
Disallow jsonpath methods involving TZ in immutable functions
Andrew Dunstan
2024-02-10
*
Remove race condition in pg_get_expr().
Tom Lane
2024-02-09
*
Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()
Alexander Korotkov
2024-02-09
*
Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN
Peter Eisentraut
2024-02-09
*
Fix indentation of copyto.c
Michael Paquier
2024-02-09
*
Improve COPY TO performance when server and client encodings match
Michael Paquier
2024-02-09
*
Fix gcc >= 10 warning
Alexander Korotkov
2024-02-08
*
Fix wrong logic in TransactionIdInRecentPast()
Alexander Korotkov
2024-02-08
*
Remove Start* macros in postmaster.c.
Nathan Bossart
2024-02-07
[next]