aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Additional tests for stored generated columnsPeter Eisentraut2025-01-22
* Improve grammar of options for command arrays in TAP testsMichael Paquier2025-01-22
* Doc: Update the interaction of tablesync with wal_retrieve_retry_interval.Amit Kapila2025-01-22
* Run perltidyMichael Paquier2025-01-22
* Doc: simplify the tutorial's window-function examples.Tom Lane2025-01-21
* Reword recent error messages: "should" -> "must"Álvaro Herrera2025-01-21
* Fix detach of a partition that has a toplevel FK to a partitioned tableÁlvaro Herrera2025-01-21
* Fix NO ACTION temporal foreign keys when the referenced endpoints changePeter Eisentraut2025-01-21
* Improve whitespace in without_overlaps testPeter Eisentraut2025-01-21
* Improve generated_stored testPeter Eisentraut2025-01-21
* Refactor ExecScan() to allow inlining of its core logicAmit Langote2025-01-21
* Rework handling of pending data for backend statisticsMichael Paquier2025-01-21
* Rename some pgstats callbacks related to flush of entriesMichael Paquier2025-01-21
* 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
* Check return of pg_b64_encode() for errorPeter Eisentraut2025-01-16
* Doc: Improve the Replica Identity information.Amit Kapila2025-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