aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Update time zone data files to tzdata release 2025a.Tom Lane2025-01-20
* Avoid using timezone Asia/Manila in regression tests.Tom Lane2025-01-20
* Improve generated_stored testPeter Eisentraut2025-01-20
* Add some more use of Page/PageData rather than char *Peter Eisentraut2025-01-20
* Add const qualifiers to bufpage.hPeter Eisentraut2025-01-20
* Add PageData C typePeter Eisentraut2025-01-20
* Fix latch event policy that hid socket events.Thomas Munro2025-01-20
* Fix header check for continuation records where standbys could be stuckMichael Paquier2025-01-20
* Remove PrintBufferDescs() and PrintPinnedBufs().Tom Lane2025-01-19
* Be clearer about when jsonapi's need_escapes is neededAndrew Dunstan2025-01-19
* Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis2025-01-17
* Support Unicode full case mapping and conversion.Jeff Davis2025-01-17
* vacuumdb: Fix comment for vacuum_one_database().Nathan Bossart2025-01-17
* Add documentation about calling version-1 C functions from C.Tom Lane2025-01-17
* Fix parsing of qualified relation names in RETURNING.Dean Rasheed2025-01-17
* Speed up hex_encode with bytewise lookupJohn Naylor2025-01-17
* Remove flex version checksPeter Eisentraut2025-01-17
* Add pg_nodiscard decorations to base64 functionsPeter Eisentraut2025-01-17
* Revert recent changes related to handling of 2PC files at recoveryMichael Paquier2025-01-17
* Remove redefinitions of SIG_* macros in win32_port.h.Nathan Bossart2025-01-16
* Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane2025-01-16
* Add and use BitmapHeapScanDescData structMelanie Plageman2025-01-16
* Rework macro pgstat_is_ioop_tracked_in_bytes()Michael Paquier2025-01-17
* Convert libpgport's pqsignal() to a void function.Nathan Bossart2025-01-16
* Avoid calling pqsignal() with invalid signals on Windows frontends.Nathan Bossart2025-01-16
* Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane2025-01-16
* Make pg_interpret_timezone_abbrev() check sp->defaulttype too.Tom Lane2025-01-16
* Fix nbtree contradictory array element comment.Peter Geoghegan2025-01-16
* Split ATExecValidateConstraint into reusable piecesÁlvaro Herrera2025-01-16
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Remove dead codePeter Eisentraut2025-01-16
* refactor: split ATExecAlterConstrRecurse()Peter Eisentraut2025-01-16
* Fix error handling of pg_b64_decode()Peter Eisentraut2025-01-16
* Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier2025-01-16
* Fix cpluspluscheck for "Change gist stratnum function to use CompareType"Peter Eisentraut2025-01-15
* Add more general summary to vacuumlazy.cMelanie Plageman2025-01-15
* Add a bit of documentation related to IWYUPeter Eisentraut2025-01-15
* IWYU pragmas for catalog headersPeter Eisentraut2025-01-15
* IWYU widely useful pragmasPeter Eisentraut2025-01-15
* postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut2025-01-15
* Downgrade error in object_aclmask_ext() to internalPeter Eisentraut2025-01-15
* Downgrade errors in object_ownercheck() to internalPeter Eisentraut2025-01-15
* Drop warning-free support for Flex 2.5.35Peter Eisentraut2025-01-15
* Change gist stratnum function to use CompareTypePeter Eisentraut2025-01-15
* Rename RowCompareType to CompareTypePeter Eisentraut2025-01-15
* Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.Tom Lane2025-01-14
* Synchronize guc_tables.c categories with vacuum docs categoriesMelanie Plageman2025-01-14
* psql: Add option to use expanded mode to all list commands.Dean Rasheed2025-01-14
* ecpg: Restore detection of unsupported COPY FROM STDIN.Fujii Masao2025-01-15
* Consistently spell "leakproof" without a hyphen.Dean Rasheed2025-01-14