| Commit message (Expand) | Author | Age |
* | Stamp 13.20.REL_13_20 | Tom Lane | 2025-02-17 |
* | Translation updates | Álvaro Herrera | 2025-02-17 |
* | Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. | Tom Lane | 2025-02-16 |
* | In fmtIdEnc(), handle failure of enlargePQExpBuffer(). | Tom Lane | 2025-02-16 |
* | Make escaping functions retain trailing bytes of an invalid character. | Tom Lane | 2025-02-15 |
* | Fix PQescapeLiteral()/PQescapeIdentifier() length handling | Andres Freund | 2025-02-14 |
* | Fix assertion on dereferenced object | Daniel Gustafsson | 2025-02-14 |
* | Fix MakeTransitionCaptureState() to return a consistent result | Michael Paquier | 2025-02-13 |
* | Doc: Fix punctuation errors | John Naylor | 2025-02-12 |
* | Stamp 13.19.REL_13_19 | Tom Lane | 2025-02-10 |
* | Last-minute updates for release notes. | Tom Lane | 2025-02-10 |
* | Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. | Tom Lane | 2025-02-10 |
* | Fix type in test_escape test | Andres Freund | 2025-02-10 |
* | docs: EUC_TW can be up to four bytes wide, not three | Andres Freund | 2025-02-10 |
* | Add test of various escape functions | Andres Freund | 2025-02-10 |
* | Fix handling of invalidly encoded data in escaping functions | Andres Freund | 2025-02-10 |
* | Specify the encoding of input to fmtId() | Andres Freund | 2025-02-10 |
* | Add pg_encoding_set_invalid() | Andres Freund | 2025-02-10 |
* | Back-patch pg_encoding_verifymbstr()/pg_encoding_verifymbchar() to v13. | Andres Freund | 2025-02-10 |
* | Translation updates | Peter Eisentraut | 2025-02-10 |
* | Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. | Tom Lane | 2025-02-09 |
* | Fix pgbench performance issue induced by commit af35fe501. | Tom Lane | 2025-02-07 |
* | Doc: clarify behavior of timestamptz input some more. | Tom Lane | 2025-02-07 |
* | doc: Update links which returned 404 | Daniel Gustafsson | 2025-02-05 |
* | pg_controldata: Fix possible errors on corrupted pg_control | Alexander Korotkov | 2025-02-05 |
* | vacuumdb: Add missing PQfinish() calls to vacuum_one_database(). | Nathan Bossart | 2025-02-04 |
* | Mention jsonlog in description of logging_collector in GUC table | Michael Paquier | 2025-02-02 |
* | Fix comment of StrategySyncStart() | Michael Paquier | 2025-01-31 |
* | Avoid integer overflow while testing wal_skip_threshold condition. | Tom Lane | 2025-01-30 |
* | Avoid breaking SJIS encoding while de-backslashing Windows paths. | Tom Lane | 2025-01-29 |
* | At update of non-LP_NORMAL TID, fail instead of corrupting page header. | Noah Misch | 2025-01-25 |
* | Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input. | Noah Misch | 2025-01-25 |
* | Doc: recommend "psql -X" for restoring pg_dump scripts. | Tom Lane | 2025-01-25 |
* | Use the correct sizeof() in BufFileLoadBuffer | Tomas Vondra | 2025-01-25 |
* | Don't ask for bug reports about pthread_is_threaded_np() != 0. | Tom Lane | 2025-01-23 |
* | Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. | Tom Lane | 2025-01-22 |
* | Update time zone data files to tzdata release 2025a. | Tom Lane | 2025-01-20 |
* | Avoid using timezone Asia/Manila in regression tests. | Tom Lane | 2025-01-20 |
* | Fix header check for continuation records where standbys could be stuck | Michael Paquier | 2025-01-20 |
* | Fix readlink() for non-PostgreSQL junction points on Windows. | Thomas Munro | 2025-01-18 |
* | Fix stat() for recursive junction points on Windows. | Thomas Munro | 2025-01-18 |
* | Revert recent changes related to handling of 2PC files at recovery | Michael Paquier | 2025-01-17 |
* | Fix setrefs.c's failure to do expression processing on prune steps. | Tom Lane | 2025-01-16 |
* | Move routines to manipulate WAL into PostgreSQL::Test::Cluster | Michael Paquier | 2025-01-16 |
* | Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. | Tom Lane | 2025-01-14 |
* | Fix catcache invalidation of a list entry that's being built | Heikki Linnakangas | 2025-01-14 |
* | ecpg: Restore detection of unsupported COPY FROM STDIN. | Fujii Masao | 2025-01-15 |
* | Fix potential integer overflow in bringetbitmap() | Michael Paquier | 2025-01-14 |
* | Fix HBA option count | Daniel Gustafsson | 2025-01-12 |
* | Fix XMLTABLE() deparsing to quote namespace names if necessary. | Dean Rasheed | 2025-01-12 |