summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-21Improve generated_stored testPeter 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-20Update time zone data files to tzdata release 2025a.Tom Lane
2025-01-20Avoid using timezone Asia/Manila in regression tests.Tom Lane
2025-01-20Improve generated_stored testPeter Eisentraut
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-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-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-17vacuumdb: Fix comment for vacuum_one_database().Nathan Bossart
2025-01-17Add documentation about calling version-1 C functions from C.Tom Lane
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-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