summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-17Add pg_nodiscard decorations to base64 functionsPeter Eisentraut
2025-01-17Revert recent changes related to handling of 2PC files at recoveryMichael Paquier
2025-01-17Remove redefinitions of SIG_* macros in win32_port.h.Nathan Bossart
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-16Convert libpgport's pqsignal() to a void function.Nathan Bossart
2025-01-16Avoid calling pqsignal() with invalid signals on Windows frontends.Nathan Bossart
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Make pg_interpret_timezone_abbrev() check sp->defaulttype too.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-16Fix error handling of pg_b64_decode()Peter Eisentraut
2025-01-16Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier
2025-01-15Fix cpluspluscheck for "Change gist stratnum function to use CompareType"Peter Eisentraut
2025-01-15Add more general summary to vacuumlazy.cMelanie Plageman
2025-01-15Add a bit of documentation related to IWYUPeter 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-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-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-14psql: Add option to use expanded mode to all list commands.Dean Rasheed
2025-01-14ecpg: Restore detection of unsupported COPY FROM STDIN.Fujii Masao
2025-01-14Consistently spell "leakproof" without a hyphen.Dean Rasheed
2025-01-14psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.Dean Rasheed
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-14Bump PGSTAT_FILE_FORMAT_IDMichael Paquier
2025-01-14Fix potential integer overflow in bringetbitmap()Michael Paquier
2025-01-14Move information about pgstats kinds into its own header pgstat_kind.hMichael 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-13Add BTOPTIONS_PROC comments to nbtree.h.Peter Geoghegan
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-11Repair memory leaks in plpython.Tom Lane
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut