| 2 hours ago |
Andres Freund | tests: Rename conflicting role names REL_14_STABLE github/REL_14_STABLE |
commit | commitdiff | tree |
| 24 hours ago |
Michael Paquier | Fix allocation formula in llvmjit_expr.c |
commit | commitdiff | tree |
| 2 days ago |
Dean Rasheed | doc: Fix statement about ON CONFLICT and deferrable... |
commit | commitdiff | tree |
| 6 days ago |
Heikki Linnakangas | Fix setting next multixid's offset at offset wraparound |
commit | commitdiff | tree |
| 8 days ago |
Heikki Linnakangas | Set next multixid's offset when creating a new multixid |
commit | commitdiff | tree |
| 9 days ago |
Heikki Linnakangas | Fix amcheck's handling of half-dead B-tree pages |
commit | commitdiff | tree |
| 9 days ago |
Heikki Linnakangas | Fix amcheck's handling of incomplete root splits in... |
commit | commitdiff | tree |
| 12 days ago |
Dean Rasheed | Avoid rewriting data-modifying CTEs more than once. |
commit | commitdiff | tree |
| 2025-11-27 |
Tom Lane | Allow indexscans on partial hash indexes with implied... |
commit | commitdiff | tree |
| 2025-11-26 |
Daniel Gustafsson | doc: Clarify passphrase command reloading on Windows |
commit | commitdiff | tree |
| 2025-11-24 |
Andres Freund | lwlock: Fix, currently harmless, bug in LWLockWakeup() |
commit | commitdiff | tree |
| 2025-11-24 |
David Rowley | Fix incorrect IndexOptInfo header comment |
commit | commitdiff | tree |
| 2025-11-22 |
Thomas Munro | jit: Adjust AArch64-only code for LLVM 21. |
commit | commitdiff | tree |
| 2025-11-19 |
Heikki Linnakangas | Print new OldestXID value in pg_resetwal when it's... |
commit | commitdiff | tree |
| 2025-11-18 |
Tom Lane | Don't allow CTEs to determine semantic levels of aggreg... |
commit | commitdiff | tree |
| 2025-11-17 |
Thomas Munro | Define PS_USE_CLOBBER_ARGV on GNU/Hurd. |
commit | commitdiff | tree |
| 2025-11-17 |
Nathan Bossart | Update .abi-compliance-history for change to CreateStat... |
commit | commitdiff | tree |
| 2025-11-14 |
Nathan Bossart | Add note about CreateStatistics()'s selective use of... |
commit | commitdiff | tree |
| 2025-11-13 |
Dean Rasheed | doc: Improve description of RLS policies applied by... |
commit | commitdiff | tree |
| 2025-11-12 |
Heikki Linnakangas | Clear 'xid' in dummy async notify entries written to... |
commit | commitdiff | tree |
| 2025-11-12 |
Heikki Linnakangas | Fix remaining race condition with CLOG truncation and... |
commit | commitdiff | tree |
| 2025-11-12 |
Heikki Linnakangas | Fix bug where we truncated CLOG that was still needed... |
commit | commitdiff | tree |
| 2025-11-12 |
Heikki Linnakangas | Escalate ERRORs during async notify processing to FATAL |
commit | commitdiff | tree |
| 2025-11-12 |
Daniel Gustafsson | doc: Document effects of ownership change on privileges |
commit | commitdiff | tree |
| 2025-11-12 |
Daniel Gustafsson | Fix range for commit_siblings in sample conf |
commit | commitdiff | tree |
| 2025-11-10 |
Tom Lane | Stamp 14.20. REL_14_20 |
commit | commitdiff | tree |
| 2025-11-10 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
| 2025-11-10 |
Nathan Bossart | Check for CREATE privilege on the schema in CREATE... |
commit | commitdiff | tree |
| 2025-11-10 |
Jacob Champion | libpq: Prevent some overflows of int/size_t |
commit | commitdiff | tree |
| 2025-11-10 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2025-11-09 |
Tom Lane | Release notes for 18.1, 17.7, 16.11, 15.15, 14.20,... |
commit | commitdiff | tree |
| 2025-11-07 |
Thomas Munro | Fix generic read and write barriers for Clang. |
commit | commitdiff | tree |
| 2025-11-07 |
Fujii Masao | doc: Fix descriptions of some PGC_POSTMASTER parameters. |
commit | commitdiff | tree |
| 2025-11-06 |
Álvaro Herrera | Introduce XLogRecPtrIsValid() |
commit | commitdiff | tree |
| 2025-11-06 |
Peter Eisentraut | Disallow generated columns in COPY WHERE clause |
commit | commitdiff | tree |
| 2025-11-06 |
Etsuro Fujita | Update obsolete comment in ExecScanReScan(). |
commit | commitdiff | tree |
| 2025-11-06 |
Etsuro Fujita | postgres_fdw: Add more test coverage for EvalPlanQual... |
commit | commitdiff | tree |
| 2025-11-05 |
Michael Paquier | Fix timing-dependent failure in recovery test 004_timel... |
commit | commitdiff | tree |
| 2025-11-04 |
Andres Freund | jit: Fix accidentally-harmless type confusion |
commit | commitdiff | tree |
| 2025-11-04 |
Álvaro Herrera | Fix snapshot handling bug in recent BRIN fix |
commit | commitdiff | tree |
| 2025-11-04 |
Andres Freund | Backpatch: Fix warnings about declaration of environ... |
commit | commitdiff | tree |
| 2025-11-04 |
Álvaro Herrera | Have psql's "\? variables" show csv_fieldsep |
commit | commitdiff | tree |
| 2025-11-04 |
Peter Eisentraut | Tighten check for generated column in partition key... |
commit | commitdiff | tree |
| 2025-11-04 |
Álvaro Herrera | BRIN autosummarization may need a snapshot |
commit | commitdiff | tree |
| 2025-11-04 |
Michael Paquier | Fix unconditional WAL receiver shutdown during stream... |
commit | commitdiff | tree |
| 2025-11-03 |
Noah Misch | Doc: cover index CONCURRENTLY causing errors in INSERT... |
commit | commitdiff | tree |
| 2025-11-02 |
Tom Lane | Avoid mixing void and integer in a conditional expression. |
commit | commitdiff | tree |
| 2025-10-30 |
Bruce Momjian | doc: rewrite random_page_cost description |
commit | commitdiff | tree |
| 2025-10-30 |
David Rowley | Fix bogus use of "long" in AllocSetCheck() |
commit | commitdiff | tree |
| 2025-10-23 |
Daniel Gustafsson | doc: Remove mention of Git protocol support |
commit | commitdiff | tree |
| 2025-10-23 |
Tom Lane | Fix off-by-one Asserts in FreePageBtreeInsertInternal... |
commit | commitdiff | tree |
| 2025-10-23 |
Tom Lane | Fix resource leaks in PL/Python error reporting, redux. |
commit | commitdiff | tree |
| 2025-10-23 |
Fujii Masao | Add comments explaining overflow entries in the replica... |
commit | commitdiff | tree |
| 2025-10-23 |
Masahiko Sawada | Add copyright notice to vacuum_horizon_floor.pl test. |
commit | commitdiff | tree |
| 2025-10-23 |
David Rowley | Fix incorrect zero extension of Datum in JIT tuple... |
commit | commitdiff | tree |
| 2025-10-22 |
Fujii Masao | Make invalid primary_slot_name follow standard GUC... |
commit | commitdiff | tree |
| 2025-10-22 |
Fujii Masao | Fix stalled lag columns in pg_stat_replication when... |
commit | commitdiff | tree |
| 2025-10-21 |
Nathan Bossart | Add .abi-compliance-history to back-branches. |
commit | commitdiff | tree |
| 2025-10-21 |
Nathan Bossart | Add previous commit to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2025-10-21 |
Nathan Bossart | Re-pgindent brin.c. |
commit | commitdiff | tree |
| 2025-10-21 |
David Rowley | Fix BRIN 32-bit counter wrap issue with huge tables |
commit | commitdiff | tree |
| 2025-10-20 |
Michael Paquier | Fix POSIX compliance in pgwin32_unsetenv() for "name... |
commit | commitdiff | tree |
| 2025-10-19 |
Tom Lane | Don't rely on zlib's gzgetc() macro. |
commit | commitdiff | tree |
| 2025-10-18 |
Álvaro Herrera | Fix pg_dump sorting of foreign key constraints |
commit | commitdiff | tree |
| 2025-10-17 |
Nathan Bossart | Fix privilege checks for pg_prewarm() on indexes. |
commit | commitdiff | tree |
| 2025-10-16 |
Álvaro Herrera | Fix update-po for the PGXS case |
commit | commitdiff | tree |
| 2025-10-15 |
Etsuro Fujita | Fix EvalPlanQual handling of foreign/custom joins in... |
commit | commitdiff | tree |
| 2025-10-13 |
Tom Lane | Fix incorrect message-printing in win32security.c. |
commit | commitdiff | tree |
| 2025-10-13 |
David Rowley | Doc: clarify n_distinct_inherited setting |
commit | commitdiff | tree |
| 2025-10-11 |
Álvaro Herrera | Stop creating constraints during DETACH CONCURRENTLY |
commit | commitdiff | tree |
| 2025-10-10 |
Peter Geoghegan | Remove overzealous _bt_killitems assertion. |
commit | commitdiff | tree |
| 2025-10-10 |
Michael Paquier | Remove state.tmp when failing to save a replication... |
commit | commitdiff | tree |
| 2025-10-05 |
Tom Lane | Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. |
commit | commitdiff | tree |
| 2025-10-03 |
Michael Paquier | pgbench: Fail cleanly when finding a COPY result state |
commit | commitdiff | tree |
| 2025-10-02 |
Michael Paquier | pgstattuple: Improve reports generated for indexes... |
commit | commitdiff | tree |
| 2025-09-30 |
Fujii Masao | pgbench: Fix error reporting in readCommandResponse(). |
commit | commitdiff | tree |
| 2025-09-29 |
Noah Misch | Fix StatisticsObjIsVisibleExt() for pg_temp. |
commit | commitdiff | tree |
| 2025-09-27 |
Tom Lane | Fix missed copying of groupDistinct in transformPLAssig... |
commit | commitdiff | tree |
| 2025-09-18 |
Fujii Masao | pg_restore: Fix security label handling with --no-publi... |
commit | commitdiff | tree |
| 2025-09-17 |
Tom Lane | Calculate agglevelsup correctly when Aggref contains... |
commit | commitdiff | tree |
| 2025-09-17 |
David Rowley | Add missing EPQ recheck for TID Range Scan |
commit | commitdiff | tree |
| 2025-09-16 |
David Rowley | Add missing EPQ recheck for TID Scan |
commit | commitdiff | tree |
| 2025-09-16 |
Noah Misch | Fix pg_dump COMMENT dependency for separate domain... |
commit | commitdiff | tree |
| 2025-09-16 |
Fujii Masao | pg_dump: Fix dumping of security labels on subscription... |
commit | commitdiff | tree |
| 2025-09-16 |
Fujii Masao | pg_restore: Fix comment handling with --no-publications... |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | CREATE STATISTICS: improve misleading error message |
commit | commitdiff | tree |
| 2025-09-15 |
Peter Eisentraut | jit: fix build with LLVM-21 |
commit | commitdiff | tree |
| 2025-09-13 |
Tom Lane | Amend recent fix for SIMILAR TO regex conversion. |
commit | commitdiff | tree |
| 2025-09-11 |
Michael Paquier | Fix description of WAL record blocks in hash_xlog.h |
commit | commitdiff | tree |
| 2025-09-10 |
Tom Lane | Fix memory leakage in nodeSubplan.c. |
commit | commitdiff | tree |
| 2025-09-04 |
Dean Rasheed | Fix compiler error introduced by 5386bfb9c1f. |
commit | commitdiff | tree |
| 2025-09-04 |
Dean Rasheed | Fix replica identity check for INSERT ON CONFLICT DO... |
commit | commitdiff | tree |
| 2025-09-03 |
Richard Guo | Fix planner error when estimating SubPlan cost |
commit | commitdiff | tree |
| 2025-09-03 |
Michael Paquier | libpq: Fix PQtrace() format for non-printable characters |
commit | commitdiff | tree |
| 2025-08-29 |
Álvaro Herrera | CREATE STATISTICS: improve misleading error message |
commit | commitdiff | tree |
| 2025-08-26 |
Tom Lane | Put "excludeOnly" GIN scan keys at the end of the scank... |
commit | commitdiff | tree |
| 2025-08-26 |
Tom Lane | Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. |
commit | commitdiff | tree |
| 2025-08-23 |
Noah Misch | Rewrite previous commit's test for TestUpgradeXversion... |
commit | commitdiff | tree |
| 2025-08-23 |
Noah Misch | Sort DO_DEFAULT_ACL dump objects independent of OIDs. |
commit | commitdiff | tree |
| 2025-08-22 |
Michael Paquier | Ignore temporary relations in RelidByRelfilenumber() |
commit | commitdiff | tree |
| next |