aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove duplicate lineAmit Langote2025-07-17
* Fix inconsistent LWLock tranche names for MultiXact*Michael Paquier2025-07-17
* Force LC_COLLATE to C in postmaster.Jeff Davis2025-07-16
* nbtree: Use only one notnullkey ScanKeyData.Peter Geoghegan2025-07-16
* Refactor non-supported compression error message in toast_compression.cMichael Paquier2025-07-16
* pgoutput: Initialize missing default for "origin" parameter.Fujii Masao2025-07-16
* Doc: clarify description of regexp fields in pg_ident.conf.Tom Lane2025-07-15
* Clarify the ra != rb case in compareJsonbContainers().Tom Lane2025-07-15
* Silence uninitialized-value warnings in compareJsonbContainers().Tom Lane2025-07-15
* Fix comments in index.cMichael Paquier2025-07-15
* In username-map substitution, cope with more than one \1.Tom Lane2025-07-13
* Remove XLogCtl->ckptFullXid.Nathan Bossart2025-07-12
* Replace float8 with int in date2isoweek() and date2isoyear().Tom Lane2025-07-12
* Remove long-unused TransactionIdIsActive()Andres Freund2025-07-12
* aio: Fix configuration reload in IO workers.Thomas Munro2025-07-12
* aio: Remove obsolete IO worker ID references.Thomas Munro2025-07-12
* aio: Regularize IO worker internal naming.Thomas Munro2025-07-12
* Fix stale idle flag when IO workers exit.Thomas Munro2025-07-12
* Fix inconsistent quoting of role names in ACLs.Tom Lane2025-07-11
* Add FLUSH_UNLOGGED option to CHECKPOINT command.Nathan Bossart2025-07-11
* Add MODE option to CHECKPOINT command.Nathan Bossart2025-07-11
* Add option list to CHECKPOINT command.Nathan Bossart2025-07-11
* Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart2025-07-11
* Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.Nathan Bossart2025-07-11
* Fix the handling of two GUCs during upgrade.Amit Kapila2025-07-11
* doc: Clarify meaning of "idle" in idle_replication_slot_timeout.Fujii Masao2025-07-11
* Change unit of idle_replication_slot_timeout to seconds.Fujii Masao2025-07-11
* Change wchar2char() and char2wchar() to accept a locale_t.Jeff Davis2025-07-09
* Introduce pg_dsm_registry_allocations view.Nathan Bossart2025-07-09
* Fix low-probability memory leak in XMLSERIALIZE(... INDENT).Tom Lane2025-07-08
* aio: Combine io_uring memory mappings, if supportedAndres Freund2025-07-07
* Consider explicit incremental sort for Append and MergeAppendRichard Guo2025-07-08
* Refactor some repetitive SLRU codeÁlvaro Herrera2025-07-07
* Standardize LSN formatting by zero paddingÁlvaro Herrera2025-07-07
* Integrate FullTransactionIds deeper into two-phase codeMichael Paquier2025-07-07
* Disable commit timestamps during bootstrapMichael Paquier2025-07-04
* Speed up truncation of temporary relations.Fujii Masao2025-07-04
* Simplify COALESCE() with one surviving argument.Tom Lane2025-07-03
* Break out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane2025-07-03
* Obtain required table lock during cross-table updates, redux.Tom Lane2025-07-03
* Prevent creation of duplicate not-null constraints for domainsÁlvaro Herrera2025-07-03
* Fix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera2025-07-03
* Refactor subtype field of AlterDomainStmtMichael Paquier2025-07-03
* Support multi-line headers in COPY FROM command.Fujii Masao2025-07-03
* Improve checks for GUC recovery_target_timelineMichael Paquier2025-07-03
* Enable use of Memoize for ANTI joinsRichard Guo2025-07-03
* Add InjectionPointList() to retrieve list of injection pointsMichael Paquier2025-07-03
* Make more use of RELATION_IS_OTHER_TEMP().Nathan Bossart2025-07-02
* Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart2025-07-02
* Update obsolete row compare preprocessing comments.Peter Geoghegan2025-07-02