index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples
Heikki Linnakangas
2024-03-18
*
Add some const decorations
Peter Eisentraut
2024-03-18
*
Move code for backend startup to separate file
Heikki Linnakangas
2024-03-18
*
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
*
Move some functions from postmaster.c to a new source file
Heikki Linnakangas
2024-03-18
*
Split registration of Win32 deadchild callback to separate function
Heikki Linnakangas
2024-03-18
*
Remove references to backup_fs_hot() in Cluster.pm
Michael Paquier
2024-03-18
*
Initialize variables to placate compiler.
Nathan Bossart
2024-03-17
*
Support json_errdetail in FRONTEND code
Daniel Gustafsson
2024-03-17
*
Mark hash_corrupted() as pg_attribute_noreturn.
Tom Lane
2024-03-17
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Add attstattarget to FormExtraData_pg_attribute
Peter Eisentraut
2024-03-17
*
Generalize handling of nullable pg_attribute columns in DDL
Peter Eisentraut
2024-03-17
*
Make stxstattarget nullable
Peter Eisentraut
2024-03-17
*
Fix EXPLAIN output for subplans in MERGE.
Dean Rasheed
2024-03-17
*
Separate equalRowTypes() from equalTupleDescs()
Peter Eisentraut
2024-03-17
*
Add destroyStringInfo function for cleaning up StringInfos
Daniel Gustafsson
2024-03-16
*
psql: fix variable existence tab completion
Alexander Korotkov
2024-03-16
*
Use locale-aware value for \watch in 005_timeouts.pl
Alexander Korotkov
2024-03-15
*
Fix handling of expecteddir in pg_regress
Daniel Gustafsson
2024-03-15
*
Fix backstop in gin test if injection point is not reached
Heikki Linnakangas
2024-03-15
*
Try to unbreak injection-fault tests in the buildfarm
Heikki Linnakangas
2024-03-15
*
Fix wordings in timeouts TAP test
Alexander Korotkov
2024-03-15
*
Fix race condition in transaction timeout TAP tests
Alexander Korotkov
2024-03-15
*
Improve log messages referring to background worker processes
Heikki Linnakangas
2024-03-15
*
Disable tests using injection points in installcheck
Heikki Linnakangas
2024-03-15
*
Add basic TAP tests for the low-level backup method, take two
Michael Paquier
2024-03-15
*
Refactor initial hash lookup in dynahash.c
Michael Paquier
2024-03-15
*
Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths
David Rowley
2024-03-15
*
Login event trigger documentation wordsmithing
Daniel Gustafsson
2024-03-14
*
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-14
*
Add pg_column_toast_chunk_id().
Nathan Bossart
2024-03-14
*
Remove redundant snapshot copying from parallel leader to workers
Heikki Linnakangas
2024-03-14
*
Allow a no-wait lock acquisition to succeed in more cases.
Robert Haas
2024-03-14
*
Add TAP tests for timeouts
Alexander Korotkov
2024-03-14
*
Fix false reports in pg_visibility
Alexander Korotkov
2024-03-14
*
Comment out noisy libpq_pipeline test
Alvaro Herrera
2024-03-14
*
Fix documentation comment for pg_md5_hash
Daniel Gustafsson
2024-03-14
*
Fix typos in reorderbuffer.c.
Amit Kapila
2024-03-14
*
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
*
Put genbki.pl output into src/include/catalog/ directly
Peter Eisentraut
2024-03-14
*
Revert "Add basic TAP tests for the low-level backup method"
Michael Paquier
2024-03-14
*
Add basic TAP tests for the low-level backup method
Michael Paquier
2024-03-14
*
Improve documentation for pg_stat_checkpointer fields
Alexander Korotkov
2024-03-14
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Add the system identifier to backup manifests.
Robert Haas
2024-03-13
*
Hopefully make libpq_pipeline's new cancel test more reliable
Alvaro Herrera
2024-03-13
*
Expose new function get_controlfile_by_exact_path().
Robert Haas
2024-03-13
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Fix incorrect format placeholders
Peter Eisentraut
2024-03-13
[next]