aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add pgstat_drop_matching_entries() to pgstatsMichael Paquier2025-01-31
* Fix comment of StrategySyncStart()Michael Paquier2025-01-31
* Use "ssize_t" not "long" in max_stack_depth-related code.Tom Lane2025-01-30
* Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane2025-01-30
* Move BitmapTableScan per-scan setup into a helperMelanie Plageman2025-01-30
* Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.Tom Lane2025-01-30
* Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote2025-01-30
* Require callers of coerce_to_domain() to supply base type/typmod.Tom Lane2025-01-29
* Handle default NULL insertion a little better.Tom Lane2025-01-29
* Make BufferIsExclusiveLocked and BufferIsDirty work for local buffers.Tom Lane2025-01-29
* Fix grammatical typos around possessive "its"John Naylor2025-01-29
* Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila2025-01-28
* Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier2025-01-28
* Print out error position for some ALTER TABLE ALTER COLUMN typeMichael Paquier2025-01-27
* Add missing CommandCounterIncrementÁlvaro Herrera2025-01-26
* At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch2025-01-25
* Merge copies of converting an XID to a FullTransactionId.Noah Misch2025-01-25
* Change shutdown sequence to terminate checkpointer lastAndres Freund2025-01-25
* Use the correct sizeof() in BufFileLoadBufferTomas Vondra2025-01-25
* Add SQL function CASEFOLD().Jeff Davis2025-01-24
* postmaster: Adjust which processes we expect to have exitedAndres Freund2025-01-24
* postmaster: Commonalize FatalError pathsAndres Freund2025-01-24
* postmaster: Move code to switch into FatalError state into functionAndres Freund2025-01-24
* postmaster: Don't repeatedly transition to crashing stateAndres Freund2025-01-24
* postmaster: Don't open-code TerminateChildren() in HandleChildCrash()Andres Freund2025-01-24
* checkpointer: Request checkpoint via latch instead of signalAndres Freund2025-01-24
* Make jsonb casts to scalar types translate JSON null to SQL NULL.Tom Lane2025-01-24
* Return yyparse() result not via global variablePeter Eisentraut2025-01-24
* Don't ask for bug reports about pthread_is_threaded_np() != 0.Tom Lane2025-01-23
* Ensure that AFTER triggers run as the instigating user.Tom Lane2025-01-23
* Reverse the search order in afterTriggerAddEvent().Tom Lane2025-01-23
* Allow NOT VALID foreign key constraints on partitioned tablesÁlvaro Herrera2025-01-23
* Add some const decorations (htup.h)Peter Eisentraut2025-01-23
* Change publication's publish_generated_columns option type to enum.Amit Kapila2025-01-23
* Support RN (roman-numeral format) in to_number().Tom Lane2025-01-22
* Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane2025-01-22
* Reword recent error messages: "should" -> "must"Álvaro Herrera2025-01-21
* Fix detach of a partition that has a toplevel FK to a partitioned tableÁlvaro Herrera2025-01-21
* Fix NO ACTION temporal foreign keys when the referenced endpoints changePeter Eisentraut2025-01-21
* Refactor ExecScan() to allow inlining of its core logicAmit Langote2025-01-21
* Rework handling of pending data for backend statisticsMichael Paquier2025-01-21
* Rename some pgstats callbacks related to flush of entriesMichael Paquier2025-01-21
* Add some more use of Page/PageData rather than char *Peter Eisentraut2025-01-20
* Add const qualifiers to bufpage.hPeter Eisentraut2025-01-20
* Fix latch event policy that hid socket events.Thomas Munro2025-01-20
* Fix header check for continuation records where standbys could be stuckMichael Paquier2025-01-20
* Remove PrintBufferDescs() and PrintPinnedBufs().Tom Lane2025-01-19
* Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis2025-01-17
* Support Unicode full case mapping and conversion.Jeff Davis2025-01-17
* Fix parsing of qualified relation names in RETURNING.Dean Rasheed2025-01-17