index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-21
*
Make some error strings more generic
Alvaro Herrera
2023-10-20
*
meson: Make detection of python more robust
Andres Freund
2023-10-20
*
Doc: update CREATE OPERATOR's statement about => as an operator.
Tom Lane
2023-10-20
*
Extend ALTER OPERATOR to allow setting more optimization attributes.
Tom Lane
2023-10-20
*
Remove unnecessary dependencies to wal_level=logical in TAP tests
Michael Paquier
2023-10-20
*
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-19
*
Doc: modernize comment for boolin().
Tom Lane
2023-10-19
*
pg_stat_statements: Add local_blk_{read|write}_time
Michael Paquier
2023-10-19
*
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
*
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-10-19
*
Improve pglz_decompress's defenses against corrupt compressed data.
Tom Lane
2023-10-18
*
Install wait_event_types.h in VPATH builds
Michael Paquier
2023-10-19
*
jit: Changes for LLVM 17.
Thomas Munro
2023-10-19
*
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-19
*
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
*
pg_upgrade: Fix test name in 002_pg_upgrade.pl
Michael Paquier
2023-10-18
*
Clean up some pg_dump tests
Peter Eisentraut
2023-10-18
*
Count write times when extending relation files for shared buffers
Michael Paquier
2023-10-18
*
Add flush option to pg_logical_emit_message()
Michael Paquier
2023-10-18
*
Dodge a compiler bug affecting timetz_zone/timetz_izone.
Tom Lane
2023-10-17
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Reword messages about impending (M)XID exhaustion.
Robert Haas
2023-10-17
*
Talk about assigning, rather than generating, new MultiXactIds.
Robert Haas
2023-10-17
*
Improve truncation of pg_serial/, removing "apparent wraparound" LOGs
Michael Paquier
2023-10-17
*
Run 006_login_trigger.pl only with Unix-domain sockets
Alexander Korotkov
2023-10-17
*
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-17
*
Add regression test coverage for timetz_izone().
Tom Lane
2023-10-16
*
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-16
*
Move extra code out of the Pre/PostRestoreCommand() section.
Nathan Bossart
2023-10-16
*
Update the documentation on recovering from (M)XID exhaustion.
Robert Haas
2023-10-16
*
List 006_login_trigger.pl test for meson
Alexander Korotkov
2023-10-16
*
worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECK
Michael Paquier
2023-10-16
*
Try to handle torn reads of pg_control in frontend.
Thomas Munro
2023-10-16
*
worker_spi: Bump up max_worker_processes in TAP tests
Michael Paquier
2023-10-16
*
Rename 005_login_trigger.pl to 006_login_trigger.pl
Alexander Korotkov
2023-10-16
*
Fix role names in src/test/authentication/t/005_login_trigger.pl
Alexander Korotkov
2023-10-16
*
Add a few recent commits to .git-blame-ignore-revs
Michael Paquier
2023-10-16
*
Fix code indentation violations in e83d1b0c40cc
Michael Paquier
2023-10-16
*
Fix comment from commit 22655aa231.
Thomas Munro
2023-10-16
*
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-16
*
Acquire ControlFileLock in relevant SQL functions.
Thomas Munro
2023-10-16
*
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-10-14
*
Don't spuriously report FD_SETSIZE exhaustion on Windows.
Noah Misch
2023-10-14
*
Harden xxx_is_visible() functions against concurrent object drops.
Tom Lane
2023-10-14
*
Harden has_xxx_privilege() functions against concurrent object drops.
Tom Lane
2023-10-14
*
Fix bulk table extension when copying into multiple partitions
Andres Freund
2023-10-13
*
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-10-13
*
Update oldextversions test for pg_stat_statements 1.11
Daniel Gustafsson
2023-10-13
*
Doc: Add more links in logical replication pages.
Amit Kapila
2023-10-13
[next]