aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Stamp 13.20.REL_13_20Tom Lane2025-02-17
* Translation updatesÁlvaro Herrera2025-02-17
* Release notes for 17.4, 16.8, 15.12, 14.17, 13.20.Tom Lane2025-02-16
* In fmtIdEnc(), handle failure of enlargePQExpBuffer().Tom Lane2025-02-16
* Make escaping functions retain trailing bytes of an invalid character.Tom Lane2025-02-15
* Fix PQescapeLiteral()/PQescapeIdentifier() length handlingAndres Freund2025-02-14
* Fix assertion on dereferenced objectDaniel Gustafsson2025-02-14
* Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier2025-02-13
* Doc: Fix punctuation errorsJohn Naylor2025-02-12
* Stamp 13.19.REL_13_19Tom Lane2025-02-10
* Last-minute updates for release notes.Tom Lane2025-02-10
* Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations.Tom Lane2025-02-10
* Fix type in test_escape testAndres Freund2025-02-10
* docs: EUC_TW can be up to four bytes wide, not threeAndres Freund2025-02-10
* Add test of various escape functionsAndres Freund2025-02-10
* Fix handling of invalidly encoded data in escaping functionsAndres Freund2025-02-10
* Specify the encoding of input to fmtId()Andres Freund2025-02-10
* Add pg_encoding_set_invalid()Andres Freund2025-02-10
* Back-patch pg_encoding_verifymbstr()/pg_encoding_verifymbchar() to v13.Andres Freund2025-02-10
* Translation updatesPeter Eisentraut2025-02-10
* Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.Tom Lane2025-02-09
* Fix pgbench performance issue induced by commit af35fe501.Tom Lane2025-02-07
* Doc: clarify behavior of timestamptz input some more.Tom Lane2025-02-07
* doc: Update links which returned 404Daniel Gustafsson2025-02-05
* pg_controldata: Fix possible errors on corrupted pg_controlAlexander Korotkov2025-02-05
* vacuumdb: Add missing PQfinish() calls to vacuum_one_database().Nathan Bossart2025-02-04
* Mention jsonlog in description of logging_collector in GUC tableMichael Paquier2025-02-02
* Fix comment of StrategySyncStart()Michael Paquier2025-01-31
* Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane2025-01-30
* Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane2025-01-29
* At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch2025-01-25
* Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch2025-01-25
* Doc: recommend "psql -X" for restoring pg_dump scripts.Tom Lane2025-01-25
* Use the correct sizeof() in BufFileLoadBufferTomas Vondra2025-01-25
* Don't ask for bug reports about pthread_is_threaded_np() != 0.Tom Lane2025-01-23
* Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane2025-01-22
* 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
* Fix header check for continuation records where standbys could be stuckMichael Paquier2025-01-20
* Fix readlink() for non-PostgreSQL junction points on Windows.Thomas Munro2025-01-18
* Fix stat() for recursive junction points on Windows.Thomas Munro2025-01-18
* Revert recent changes related to handling of 2PC files at recoveryMichael Paquier2025-01-17
* Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane2025-01-16
* Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier2025-01-16
* Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.Tom Lane2025-01-14
* Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas2025-01-14
* ecpg: Restore detection of unsupported COPY FROM STDIN.Fujii Masao2025-01-15
* Fix potential integer overflow in bringetbitmap()Michael Paquier2025-01-14
* Fix HBA option countDaniel Gustafsson2025-01-12
* Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed2025-01-12