aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make UniqueRelInfo a nodeAlexander Korotkov2023-10-27
* Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier2023-10-27
* Optimize various aggregate deserialization functions, take 2David Rowley2023-10-27
* Avoid compiler warning in non-assert buildsAmit Langote2023-10-26
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Introduce the concept of read-only StringInfosDavid Rowley2023-10-26
* Prevent duplicate RTEPermissionInfo for plain-inheritance parentsAmit Langote2023-10-26
* Migrate logical slots to the new node during an upgrade.Amit Kapila2023-10-26
* Remove useless self-joinsAlexander Korotkov2023-10-25
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis2023-10-23
* Fix typos in wait_event.cMichael Paquier2023-10-24
* Change struct tablespaceinfo's oid member from 'char *' to 'Oid'Robert Haas2023-10-23
* Refactor parse_filename_for_nontemp_relation to parse more.Robert Haas2023-10-23
* Remove unnecessary break in pg_logical_replication_slot_advance()Michael Paquier2023-10-23
* Fix min_dynamic_shared_memory on Windows.Thomas Munro2023-10-22
* Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane2023-10-21
* Make some error strings more genericAlvaro Herrera2023-10-20
* Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane2023-10-20
* During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas2023-10-19
* Doc: modernize comment for boolin().Tom Lane2023-10-19
* Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier2023-10-19
* Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier2023-10-19
* jit: Changes for LLVM 17.Thomas Munro2023-10-19
* jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro2023-10-19
* jit: Support opaque pointers in LLVM 16.Thomas Munro2023-10-18
* Count write times when extending relation files for shared buffersMichael Paquier2023-10-18
* Add flush option to pg_logical_emit_message()Michael Paquier2023-10-18
* Dodge a compiler bug affecting timetz_zone/timetz_izone.Tom Lane2023-10-17
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Reword messages about impending (M)XID exhaustion.Robert Haas2023-10-17
* Talk about assigning, rather than generating, new MultiXactIds.Robert Haas2023-10-17
* Improve truncation of pg_serial/, removing "apparent wraparound" LOGsMichael Paquier2023-10-17
* Restart the apply worker if the privileges have been revoked.Amit Kapila2023-10-17
* Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane2023-10-16
* Move extra code out of the Pre/PostRestoreCommand() section.Nathan Bossart2023-10-16
* Fix code indentation violations in e83d1b0c40ccMichael Paquier2023-10-16
* Fix comment from commit 22655aa231.Thomas Munro2023-10-16
* Add support event triggers on authenticated loginAlexander Korotkov2023-10-16
* Acquire ControlFileLock in relevant SQL functions.Thomas Munro2023-10-16
* Harden xxx_is_visible() functions against concurrent object drops.Tom Lane2023-10-14
* Harden has_xxx_privilege() functions against concurrent object drops.Tom Lane2023-10-14
* Fix bulk table extension when copying into multiple partitionsAndres Freund2023-10-13
* Improve the naming in wal_sync_method code.Nathan Bossart2023-10-13
* Add support for AT LOCALMichael Paquier2023-10-13
* Add wait events for checkpoint delay mechanism.Thomas Munro2023-10-13
* Unify two isLogSwitch tests in XLogInsertRecord.Robert Haas2023-10-12
* Fix runtime partition pruning for HASH partitioned tablesDavid Rowley2023-10-13
* Fix incorrect step generation in HASH partition pruningDavid Rowley2023-10-12
* Add option to bgworkers to allow the bypass of role login checkMichael Paquier2023-10-12