summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-10-24Speed up pg_regress server readiness testing.Daniel Gustafsson
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-10-24Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis
2023-10-23Fix typos in wait_event.cMichael Paquier
2023-10-23Change struct tablespaceinfo's oid member from 'char *' to 'Oid'Robert Haas
2023-10-23Refactor parse_filename_for_nontemp_relation to parse more.Robert Haas
2023-10-23Remove unnecessary break in pg_logical_replication_slot_advance()Michael Paquier
2023-10-21Fix min_dynamic_shared_memory on Windows.Thomas Munro
2023-10-21Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane
2023-10-20Make some error strings more genericAlvaro Herrera
2023-10-20Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane
2023-10-20Remove unnecessary dependencies to wal_level=logical in TAP testsMichael Paquier
2023-10-19During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas
2023-10-19Doc: modernize comment for boolin().Tom Lane
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-19Improve pglz_decompress's defenses against corrupt compressed data.Tom Lane
2023-10-19Install wait_event_types.h in VPATH buildsMichael Paquier
2023-10-18jit: Changes for LLVM 17.Thomas Munro
2023-10-18jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro
2023-10-18jit: Support opaque pointers in LLVM 16.Thomas Munro
2023-10-18pg_upgrade: Fix test name in 002_pg_upgrade.plMichael Paquier
2023-10-18Clean up some pg_dump testsPeter Eisentraut
2023-10-18Count write times when extending relation files for shared buffersMichael Paquier
2023-10-18Add flush option to pg_logical_emit_message()Michael Paquier
2023-10-17Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-10-17Reword messages about impending (M)XID exhaustion.Robert Haas
2023-10-17Talk about assigning, rather than generating, new MultiXactIds.Robert Haas
2023-10-17Improve truncation of pg_serial/, removing "apparent wraparound" LOGsMichael Paquier
2023-10-17Run 006_login_trigger.pl only with Unix-domain socketsAlexander Korotkov
2023-10-17Restart the apply worker if the privileges have been revoked.Amit Kapila
2023-10-16Add regression test coverage for timetz_izone().Tom Lane
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-10-16Move extra code out of the Pre/PostRestoreCommand() section.Nathan Bossart
2023-10-16List 006_login_trigger.pl test for mesonAlexander Korotkov
2023-10-16worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECKMichael Paquier
2023-10-16Try to handle torn reads of pg_control in frontend.Thomas Munro
2023-10-16worker_spi: Bump up max_worker_processes in TAP testsMichael Paquier
2023-10-16Rename 005_login_trigger.pl to 006_login_trigger.plAlexander Korotkov
2023-10-16Fix role names in src/test/authentication/t/005_login_trigger.plAlexander Korotkov
2023-10-16Fix code indentation violations in e83d1b0c40ccMichael Paquier
2023-10-16Fix comment from commit 22655aa231.Thomas Munro
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-15Acquire ControlFileLock in relevant SQL functions.Thomas Munro
2023-10-14Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch
2023-10-14Don't spuriously report FD_SETSIZE exhaustion on Windows.Noah Misch
2023-10-14Harden xxx_is_visible() functions against concurrent object drops.Tom Lane
2023-10-14Harden has_xxx_privilege() functions against concurrent object drops.Tom Lane
2023-10-14Fix bulk table extension when copying into multiple partitionsAndres Freund