summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-01-21Reword recent error messages: "should" -> "must"Álvaro Herrera
2025-01-21Fix detach of a partition that has a toplevel FK to a partitioned tableÁlvaro Herrera
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-20Add some more use of Page/PageData rather than char *Peter Eisentraut
2025-01-20Add const qualifiers to bufpage.hPeter Eisentraut
2025-01-20Fix latch event policy that hid socket events.Thomas Munro
2025-01-20Fix header check for continuation records where standbys could be stuckMichael Paquier
2025-01-19Remove PrintBufferDescs() and PrintPinnedBufs().Tom Lane
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-17Fix parsing of qualified relation names in RETURNING.Dean Rasheed
2025-01-17Speed up hex_encode with bytewise lookupJohn Naylor
2025-01-17Remove flex version checksPeter Eisentraut
2025-01-17Revert recent changes related to handling of 2PC files at recoveryMichael Paquier
2025-01-17Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane
2025-01-16Add and use BitmapHeapScanDescData structMelanie Plageman
2025-01-16Rework macro pgstat_is_ioop_tracked_in_bytes()Michael Paquier
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Fix nbtree contradictory array element comment.Peter Geoghegan
2025-01-16Split ATExecValidateConstraint into reusable piecesÁlvaro Herrera
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-16Remove dead codePeter Eisentraut
2025-01-16refactor: split ATExecAlterConstrRecurse()Peter Eisentraut
2025-01-15Add more general summary to vacuumlazy.cMelanie Plageman
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2025-01-15Downgrade error in object_aclmask_ext() to internalPeter Eisentraut
2025-01-15Downgrade errors in object_ownercheck() to internalPeter Eisentraut
2025-01-15Drop warning-free support for Flex 2.5.35Peter Eisentraut
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-15Rename RowCompareType to CompareTypePeter Eisentraut
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-14Fix potential integer overflow in bringetbitmap()Michael Paquier
2025-01-14Remove assertion in pgstat_count_io_op()Michael Paquier
2025-01-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier
2025-01-13Revert "TupleHashTable: store additional data along with tuple."Jeff Davis
2025-01-13Reorder vacuum GUCs in postgresql.conf.sample to match docsMelanie Plageman
2025-01-13Move nbtree preprocessing into new .c file.Peter Geoghegan
2025-01-13Fix pgindent damageRichard Guo
2025-01-12Fix HBA option countDaniel Gustafsson
2025-01-12Fix JsonExpr deparsing to quote variable names in the PASSING clause.Dean Rasheed
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-11Fix redefinition of type in commit e0ece2a981.Jeff Davis
2025-01-11TupleHashTable: store additional data along with tuple.Jeff Davis
2025-01-11Make verify_compact_attribute available in non-assert buildsDavid Rowley