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
*
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
*
Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
David Rowley
2024-02-07
*
Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.
Amit Kapila
2024-02-07
*
Clean-ups for 776621a5e4 and 7329240437.
Amit Kapila
2024-02-07
*
Simplify signature of CopyAttributeOutCSV() in copyto.c
Michael Paquier
2024-02-07
*
Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"
Michael Paquier
2024-02-07
*
Change initial use of pg_atomic_write_u64 to init
Alvaro Herrera
2024-02-06
*
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-02-06
*
Simplify initialization of incremental hash state
John Naylor
2024-02-06
*
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2024-02-05
*
Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context
Heikki Linnakangas
2024-02-05
*
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-02-05
*
Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO
Michael Paquier
2024-02-05
*
Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM
Michael Paquier
2024-02-05
*
Fix typo in comments
Heikki Linnakangas
2024-02-03
*
Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().
Tom Lane
2024-02-02
*
Fix bug in bulk extending temp relation after failure
Heikki Linnakangas
2024-02-02
*
Allow Gather Merge in more cases for parallel DISTINCT
David Rowley
2024-02-03
*
Sync PG_VERSION file in CREATE DATABASE.
Noah Misch
2024-02-01
*
Handle interleavings between CREATE DATABASE steps and base backup.
Noah Misch
2024-02-01
*
Fix stats_fetch_consistency with stats for fixed-numbered objects
Michael Paquier
2024-02-01
*
Fix copy&paste typo in comment
Alvaro Herrera
2024-01-31
*
Fix costing bug in MergeAppend
David Rowley
2024-02-01
*
Revise pg_walsummary's 002_blocks test to avoid spurious failures.
Robert Haas
2024-01-31
*
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-31
*
Remove some obsolete smgrcloseall() calls.
Heikki Linnakangas
2024-01-31
*
Consider the "LIMIT 1" optimization with parallel DISTINCT
David Rowley
2024-01-31
*
Fix various issues with ALTER TEXT SEARCH CONFIGURATION
Michael Paquier
2024-01-31
*
Simplify partial path generation in GROUP BY/ORDER BY
David Rowley
2024-01-31
*
Split use of SerialSLRULock, creating SerialControlLock
Alvaro Herrera
2024-01-30
*
Add a failover option to subscriptions.
Amit Kapila
2024-01-30
*
Fix incorrect format placeholders for Oid
Peter Eisentraut
2024-01-30
[next]