summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-01-31Add pgstat_drop_matching_entries() to pgstatsMichael Paquier
2025-01-30Use "ssize_t" not "long" in max_stack_depth-related code.Tom Lane
2025-01-30Simplify executor's handling of CaseTestExpr & CoerceToDomainValue.Tom Lane
2025-01-30Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote
2025-01-29Handle default NULL insertion a little better.Tom Lane
2025-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-29Fix grammatical typos around possessive "its"John Naylor
2025-01-29Revert "Speed up tail processing when hashing aligned C strings, take two"John Naylor
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Merge copies of converting an XID to a FullTransactionId.Noah Misch
2025-01-25Change shutdown sequence to terminate checkpointer lastAndres Freund
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2025-01-24Return yyparse() result not via global variablePeter Eisentraut
2025-01-23Add support for Unicode case folding.Jeff Davis
2025-01-23Convert macros to static inline functions (htup_details.h, itup.h)Peter Eisentraut
2025-01-23Add some const decorations (htup.h)Peter Eisentraut
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-22Fix comment about AVX-512 popcount support.Nathan Bossart
2025-01-21Fix NO ACTION temporal foreign keys when the referenced endpoints changePeter Eisentraut
2025-01-21Refactor ExecScan() to allow inlining of its core logicAmit Langote
2025-01-21Rework handling of pending data for backend statisticsMichael Paquier
2025-01-21Rename some pgstats callbacks related to flush of entriesMichael Paquier
2025-01-20Avoid using timezone Asia/Manila in regression tests.Tom Lane
2025-01-20Add some more use of Page/PageData rather than char *Peter Eisentraut
2025-01-20Add const qualifiers to bufpage.hPeter Eisentraut
2025-01-20Add PageData C typePeter Eisentraut
2025-01-19Remove PrintBufferDescs() and PrintPinnedBufs().Tom Lane
2025-01-19Be clearer about when jsonapi's need_escapes is neededAndrew Dunstan
2025-01-17Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis
2025-01-17Support Unicode full case mapping and conversion.Jeff Davis
2025-01-17Add pg_nodiscard decorations to base64 functionsPeter Eisentraut
2025-01-17Remove redefinitions of SIG_* macros in win32_port.h.Nathan Bossart
2025-01-16Add and use BitmapHeapScanDescData structMelanie Plageman
2025-01-16Rework macro pgstat_is_ioop_tracked_in_bytes()Michael Paquier
2025-01-16Convert libpgport's pqsignal() to a void function.Nathan Bossart
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-15Fix cpluspluscheck for "Change gist stratnum function to use CompareType"Peter Eisentraut
2025-01-15IWYU pragmas for catalog headersPeter Eisentraut
2025-01-15IWYU widely useful pragmasPeter Eisentraut
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
2025-01-14Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.Tom Lane
2025-01-14Synchronize guc_tables.c categories with vacuum docs categoriesMelanie Plageman
2025-01-14Consistently spell "leakproof" without a hyphen.Dean Rasheed
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-14Bump PGSTAT_FILE_FORMAT_IDMichael Paquier