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
*
Add min and max aggregates for bytea type.
Tom Lane
2024-10-08
*
Use aux process resource owner in walsender
Andres Freund
2024-10-08
*
bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()
Andres Freund
2024-10-08
*
bufmgr: Return early in ScheduleBufferTagForWriteback() if fsync=off
Andres Freund
2024-10-08
*
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-10-08
*
Move check for binary mode and on_error option to the appropriate location.
Fujii Masao
2024-10-08
*
Add REJECT_LIMIT option to the COPY command.
Fujii Masao
2024-10-08
*
Improve style of two code paths
Michael Paquier
2024-10-08
*
Fix search_path cache initialization.
Jeff Davis
2024-10-07
*
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-07
*
Restrict password hash length.
Nathan Bossart
2024-10-07
*
Fix fetching default toast value during decoding of in-progress transactions.
Amit Kapila
2024-10-07
*
Use camel case for "DateStyle" in some error messages
Michael Paquier
2024-10-07
*
Ignore not-yet-defined Portals in pg_cursors view.
Tom Lane
2024-10-06
*
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-10-05
*
Clean up WaitLatch calls that passed latch without WL_LATCH_SET
Heikki Linnakangas
2024-10-05
*
Remove unused latch
Heikki Linnakangas
2024-10-05
*
Reject non-ASCII locale names.
Thomas Munro
2024-10-05
*
Rename PageData to GenericXLogPageData
Peter Eisentraut
2024-10-04
*
Speed up numeric division by always using the "fast" algorithm.
Dean Rasheed
2024-10-04
*
Remove assertion checking query ID in execMain.c
Michael Paquier
2024-10-04
*
Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
*
Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
*
Replace Unicode apostrophe with ASCII apostrophe
Amit Langote
2024-10-03
*
Refactor CopyFrom() in copyfrom.c.
Fujii Masao
2024-10-03
*
Add log_verbosity = 'silent' support to COPY command.
Fujii Masao
2024-10-03
*
Fix expression list handling in ATExecAttachPartition()
Amit Langote
2024-10-03
*
Remove support for unlogged on partitioned tables
Michael Paquier
2024-10-03
*
Adjust json_manifest_per_file_callback API in one more place.
Tom Lane
2024-10-02
*
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-10-02
*
Reject a copy EOF marker that has data ahead of it on the same line.
Tom Lane
2024-10-01
*
Use macro to define the number of enum values
Peter Eisentraut
2024-10-01
*
jit: Use opaque pointers in all supported LLVM versions.
Peter Eisentraut
2024-10-01
*
jit: Require at least LLVM 14, if enabled.
Peter Eisentraut
2024-10-01
*
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-10-01
*
Expand assertion check for query ID reporting in executor
Michael Paquier
2024-10-01
*
Add missing command for pg_maintain in comment
Daniel Gustafsson
2024-10-01
*
Do not treat \. as an EOF marker in CSV mode for COPY IN.
Tom Lane
2024-09-30
*
Don't disallow DROP of constraints ONLY on partitioned tables
Alvaro Herrera
2024-09-30
*
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-30
*
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-30
*
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-30
*
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-29
*
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-27
*
Fix incorrect memory access in VACUUM FULL with invalid toast indexes
Michael Paquier
2024-09-27
*
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-26
*
Modernize to_char's Roman-numeral code, fixing overflow problems.
Tom Lane
2024-09-26
*
Turn 'if' condition around to avoid Svace complaint
Alvaro Herrera
2024-09-25
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
[next]