summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-19Remove PrintBufferDescs() and PrintPinnedBufs().HEADmasterTom 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-16Check return of pg_b64_encode() for errorPeter Eisentraut
2025-01-16Doc: Improve the Replica Identity information.Amit Kapila
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