| 2025-03-10 | Tom Lane | Doc: improve description of window function processing. | commit | commitdiff | tree |
| 2025-03-09 | Tom Lane | Don't try to parallelize array_agg() on an anonymous... | commit | commitdiff | tree |
| 2025-03-08 | Tom Lane | Clear errno before calling strtol() in spell.c. | commit | commitdiff | tree |
| 2025-03-07 | Nathan Bossart | Assert that wrapper_handler()'s argument is within... | commit | commitdiff | tree |
| 2025-03-07 | John Naylor | Doc: correct aggressive vacuum threshold for multixact... | commit | commitdiff | tree |
| 2025-03-06 | Tom Lane | Fix some performance issues in GIN query startup. | commit | commitdiff | tree |
| 2025-03-05 | Andres Freund | ci: Upgrade FreeBSD image | commit | commitdiff | tree |
| 2025-03-04 | Álvaro Herrera | Fix ALTER TABLE error message | commit | commitdiff | tree |
| 2025-03-04 | Daniel Gustafsson | doc: Expand version compatibility for pg_basebackup... | commit | commitdiff | tree |
| 2025-03-04 | Richard Guo | Avoid NullTest deduction for clone clauses | commit | commitdiff | tree |
| 2025-03-03 | Tom Lane | Fix broken handling of domains in atthasmissing logic. | commit | commitdiff | tree |
| 2025-03-01 | Tom Lane | Fix pg_strtof() to not crash on NULL endptr. | commit | commitdiff | tree |
| 2025-02-28 | Michael Paquier | pg_upgrade: Fix inconsistency in memory freeing | commit | commitdiff | tree |
| 2025-02-27 | Michael Paquier | pg_amcheck: Fix inconsistency in memory freeing | commit | commitdiff | tree |
| 2025-02-25 | Amit Kapila | Doc: Fix pg_copy_logical_replication_slot description. | commit | commitdiff | tree |
| 2025-02-24 | Masahiko Sawada | Fix assertion when decoding XLOG_PARAMETER_CHANGE on... | commit | commitdiff | tree |
| 2025-02-24 | John Naylor | Silence warning in older versions of Valgrind | commit | commitdiff | tree |
| 2025-02-21 | Tom Lane | Fix pg_dumpall to cope with dangling OIDs in pg_auth_me... | commit | commitdiff | tree |
| 2025-02-21 | Bruce Momjian | doc: clarify default checksum behavior in non-master... | commit | commitdiff | tree |
| 2025-02-21 | Andres Freund | Make test portlock logic work with meson | commit | commitdiff | tree |
| 2025-02-21 | Michael Paquier | Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) | commit | commitdiff | tree |
| 2025-02-21 | Amit Kapila | Fix a WARNING for data origin discrepancies. | commit | commitdiff | tree |
| 2025-02-21 | Michael Paquier | Add missing deparsing of [NO] IDENT to XMLSERIALIZE() | commit | commitdiff | tree |
| 2025-02-21 | Thomas Munro | Fix explicit valgrind interaction in read_stream.c. | commit | commitdiff | tree |
| 2025-02-20 | Michael Paquier | Fix FATAL message for invalid recovery timeline at... | commit | commitdiff | tree |
| 2025-02-20 | Michael Paquier | test_escape: Fix output of --help | commit | commitdiff | tree |
| 2025-02-19 | Tomas Vondra | Correct relation size estimate with low fillfactor | commit | commitdiff | tree |
| 2025-02-19 | Tom Lane | Fix crash in brininsertcleanup during logical replication. | commit | commitdiff | tree |
| 2025-02-19 | Andres Freund | tests: BackgroundPsql: Fix potential for lost errors... | commit | commitdiff | tree |
| 2025-02-19 | Andres Freund | backport: Extend background_psql() to be able to start... | commit | commitdiff | tree |
| 2025-02-19 | Andres Freund | backport: Improve handling of empty query results in... | commit | commitdiff | tree |
| 2025-02-19 | Amit Langote | doc: Fix some issues with JSON_TABLE() exampls | commit | commitdiff | tree |
| 2025-02-19 | Tom Lane | Avoid null pointer dereference crash after OOM in Snowb... | commit | commitdiff | tree |
| 2025-02-19 | Richard Guo | Fix unsafe access to BufferDescriptors | commit | commitdiff | tree |
| 2025-02-19 | Richard Guo | Fix freeing a child join's SpecialJoinInfo | commit | commitdiff | tree |
| 2025-02-19 | Michael Paquier | test_escape: Fix handling of short options in getopt_long() | commit | commitdiff | tree |
| 2025-02-17 | Tom Lane | Stamp 17.4. REL_17_4 | commit | commitdiff | tree |
| 2025-02-17 | Álvaro Herrera | Translation updates | commit | commitdiff | tree |
| 2025-02-16 | Tom Lane | Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. | commit | commitdiff | tree |
| 2025-02-16 | Tom Lane | In fmtIdEnc(), handle failure of enlargePQExpBuffer(). | commit | commitdiff | tree |
| 2025-02-15 | Tom Lane | Make escaping functions retain trailing bytes of an... | commit | commitdiff | tree |
| 2025-02-14 | Andres Freund | Fix PQescapeLiteral()/PQescapeIdentifier() length handling | commit | commitdiff | tree |
| 2025-02-14 | Nathan Bossart | Use PqMsg_Progress macro in HandleParallelMessage(). | commit | commitdiff | tree |
| 2025-02-14 | Daniel Gustafsson | Fix assertion on dereferenced object | commit | commitdiff | tree |
| 2025-02-13 | Michael Paquier | Fix MakeTransitionCaptureState() to return a consistent... | commit | commitdiff | tree |
| 2025-02-12 | Andres Freund | meson: Fix failure to detect bsd_auth.h presence | commit | commitdiff | tree |
| 2025-02-12 | Michael Paquier | Fix issue in recovery test 041_checkpoint_at_promote | commit | commitdiff | tree |
| 2025-02-12 | Michael Paquier | Fix some inconsistencies with memory freeing in pg_crea... | commit | commitdiff | tree |
| 2025-02-12 | John Naylor | Doc: Fix punctuation errors | commit | commitdiff | tree |
| 2025-02-10 | Tom Lane | Stamp 17.3. REL_17_3 | commit | commitdiff | tree |
| 2025-02-10 | Tom Lane | Last-minute updates for release notes. | commit | commitdiff | tree |
| 2025-02-10 | Tom Lane | Adapt appendPsqlMetaConnect() to the new fmtId() encodi... | commit | commitdiff | tree |
| 2025-02-10 | Andres Freund | Fix type in test_escape test | commit | commitdiff | tree |
| 2025-02-10 | Andres Freund | docs: EUC_TW can be up to four bytes wide, not three | commit | commitdiff | tree |
| 2025-02-10 | Andres Freund | Add test of various escape functions | commit | commitdiff | tree |
| 2025-02-10 | Andres Freund | Fix handling of invalidly encoded data in escaping... | commit | commitdiff | tree |
| 2025-02-10 | Andres Freund | Specify the encoding of input to fmtId() | commit | commitdiff | tree |
| 2025-02-10 | Andres Freund | Add pg_encoding_set_invalid() | commit | commitdiff | tree |
| 2025-02-10 | Peter Eisentraut | Translation updates | commit | commitdiff | tree |
| 2025-02-09 | Tom Lane | Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. | commit | commitdiff | tree |
| 2025-02-07 | Tom Lane | Fix pgbench performance issue induced by commit af35fe501. | commit | commitdiff | tree |
| 2025-02-07 | Tom Lane | Doc: clarify behavior of timestamptz input some more. | commit | commitdiff | tree |
| 2025-02-07 | Tom Lane | First-draft release notes for 17.3. | commit | commitdiff | tree |
| 2025-02-07 | Daniel Gustafsson | meson: Fix linking using old OpenSSL lib names | commit | commitdiff | tree |
| 2025-02-06 | Masahiko Sawada | radixtree: Fix crash when non-creator begins iteration... | commit | commitdiff | tree |
| 2025-02-05 | Daniel Gustafsson | doc: Update links which returned 404 | commit | commitdiff | tree |
| 2025-02-04 | Andres Freund | meson: ci: ensure tests are built before running them | commit | commitdiff | tree |
| 2025-02-04 | Andres Freund | meson: Add missing dependencies for libpq tests | commit | commitdiff | tree |
| 2025-02-04 | Andres Freund | meson: Add missing dependencies to libpq_pipeline test | commit | commitdiff | tree |
| 2025-02-04 | Andres Freund | meson: Add test dependencies for test_json_parser | commit | commitdiff | tree |
| 2025-02-04 | Andres Freund | meson: Add pg_regress_ecpg to ecpg test dependencies | commit | commitdiff | tree |
| 2025-02-04 | Andres Freund | meson: Improve dependencies for tmp_install test target | commit | commitdiff | tree |
| 2025-02-04 | Andres Freund | meson: Narrow dependencies for 'install-quiet' target | commit | commitdiff | tree |
| 2025-02-04 | Alexander Korotkov | pg_controldata: Fix possible errors on corrupted pg_control | commit | commitdiff | tree |
| 2025-02-04 | Nathan Bossart | vacuumdb: Add missing PQfinish() calls to vacuum_one_da... | commit | commitdiff | tree |
| 2025-02-02 | Michael Paquier | Mention jsonlog in description of logging_collector... | commit | commitdiff | tree |
| 2025-01-31 | Daniel Gustafsson | doc: Fix pg_buffercache_evict() title | commit | commitdiff | tree |
| 2025-01-31 | Michael Paquier | Fix comment of StrategySyncStart() | commit | commitdiff | tree |
| 2025-01-30 | Tom Lane | Avoid integer overflow while testing wal_skip_threshold... | commit | commitdiff | tree |
| 2025-01-29 | Tom Lane | Handle default NULL insertion a little better. | commit | commitdiff | tree |
| 2025-01-29 | Tom Lane | Avoid breaking SJIS encoding while de-backslashing... | commit | commitdiff | tree |
| 2025-01-29 | John Naylor | Revert "Speed up tail processing when hashing aligned... | commit | commitdiff | tree |
| 2025-01-25 | Noah Misch | At update of non-LP_NORMAL TID, fail instead of corrupt... | commit | commitdiff | tree |
| 2025-01-25 | Noah Misch | Merge copies of converting an XID to a FullTransactionId. | commit | commitdiff | tree |
| 2025-01-25 | Noah Misch | Disable runningcheck for src/test/modules/injection_poi... | commit | commitdiff | tree |
| 2025-01-25 | Noah Misch | Test ECPG decadd(), decdiv(), decmul(), and decsub... | commit | commitdiff | tree |
| 2025-01-25 | Tom Lane | Doc: recommend "psql -X" for restoring pg_dump scripts. | commit | commitdiff | tree |
| 2025-01-25 | Tomas Vondra | Use the correct sizeof() in BufFileLoadBuffer | commit | commitdiff | tree |
| 2025-01-24 | Peter Eisentraut | meson: Fix sepgsql installation | commit | commitdiff | tree |
| 2025-01-23 | Tom Lane | Don't ask for bug reports about pthread_is_threaded_np... | commit | commitdiff | tree |
| 2025-01-22 | Tom Lane | Repair incorrect handling of AfterTriggerSharedData... | commit | commitdiff | tree |
| 2025-01-21 | Álvaro Herrera | Reword recent error messages: "should" -> "must" | commit | commitdiff | tree |
| 2025-01-21 | Álvaro Herrera | Fix detach of a partition that has a toplevel FK to... | commit | commitdiff | tree |
| 2025-01-20 | Tom Lane | Update time zone data files to tzdata release 2025a. | commit | commitdiff | tree |
| 2025-01-20 | Tom Lane | Avoid using timezone Asia/Manila in regression tests. | commit | commitdiff | tree |
| 2025-01-20 | Thomas Munro | Fix latch event policy that hid socket events. | commit | commitdiff | tree |
| 2025-01-20 | Michael Paquier | Fix header check for continuation records where standby... | commit | commitdiff | tree |
| 2025-01-17 | Michael Paquier | Revert recent changes related to handling of 2PC files... | commit | commitdiff | tree |
| 2025-01-17 | Tom Lane | Fix setrefs.c's failure to do expression processing... | commit | commitdiff | tree |
| 2025-01-16 | Michael Paquier | Move routines to manipulate WAL into PostgreSQL::Test... | commit | commitdiff | tree |
| next |