| 9 hours ago |
Thomas Munro | jit: Adjust AArch64-only code for LLVM 21. REL_14_STABLE github/REL_14_STABLE |
commit | commitdiff | tree |
| 3 days ago |
Heikki Linnakangas | Print new OldestXID value in pg_resetwal when it's... |
commit | commitdiff | tree |
| 3 days ago |
Tom Lane | Don't allow CTEs to determine semantic levels of aggreg... |
commit | commitdiff | tree |
| 4 days ago |
Thomas Munro | Define PS_USE_CLOBBER_ARGV on GNU/Hurd. |
commit | commitdiff | tree |
| 4 days ago |
Nathan Bossart | Update .abi-compliance-history for change to CreateStat... |
commit | commitdiff | tree |
| 7 days ago |
Nathan Bossart | Add note about CreateStatistics()'s selective use of... |
commit | commitdiff | tree |
| 9 days ago |
Dean Rasheed | doc: Improve description of RLS policies applied by... |
commit | commitdiff | tree |
| 9 days ago |
Heikki Linnakangas | Clear 'xid' in dummy async notify entries written to... |
commit | commitdiff | tree |
| 9 days ago |
Heikki Linnakangas | Fix remaining race condition with CLOG truncation and... |
commit | commitdiff | tree |
| 9 days ago |
Heikki Linnakangas | Fix bug where we truncated CLOG that was still needed... |
commit | commitdiff | tree |
| 9 days ago |
Heikki Linnakangas | Escalate ERRORs during async notify processing to FATAL |
commit | commitdiff | tree |
| 10 days ago |
Daniel Gustafsson | doc: Document effects of ownership change on privileges |
commit | commitdiff | tree |
| 10 days ago |
Daniel Gustafsson | Fix range for commit_siblings in sample conf |
commit | commitdiff | tree |
| 11 days ago |
Tom Lane | Stamp 14.20. REL_14_20 |
commit | commitdiff | tree |
| 11 days ago |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
| 12 days ago |
Nathan Bossart | Check for CREATE privilege on the schema in CREATE... |
commit | commitdiff | tree |
| 12 days ago |
Jacob Champion | libpq: Prevent some overflows of int/size_t |
commit | commitdiff | tree |
| 12 days ago |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 13 days ago |
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 |
| 2025-08-21 |
Michael Paquier | doc: Improve description of wal_compression |
commit | commitdiff | tree |
| 2025-08-20 |
Michael Paquier | Fix assertion failure with replication slot release... |
commit | commitdiff | tree |
| 2025-08-19 |
Masahiko Sawada | Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache... |
commit | commitdiff | tree |
| 2025-08-19 |
Amit Kapila | Fix self-deadlock during DROP SUBSCRIPTION. |
commit | commitdiff | tree |
| 2025-08-17 |
Etsuro Fujita | Update obsolete comments in ResultRelInfo struct. |
commit | commitdiff | tree |
| 2025-08-15 |
David Rowley | Fix invalid format string in HASH_DEBUG code |
commit | commitdiff | tree |
| 2025-08-13 |
Tom Lane | Don't treat EINVAL from semget() as a hard failure. |
commit | commitdiff | tree |
| 2025-08-11 |
Tom Lane | Stamp 14.19. REL_14_19 |
commit | commitdiff | tree |
| 2025-08-11 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
| 2025-08-11 |
Nathan Bossart | Fix MSVC pg_upgrade test. |
commit | commitdiff | tree |
| 2025-08-11 |
Nathan Bossart | Restrict psql meta-commands in plain-text dumps. |
commit | commitdiff | tree |
| 2025-08-11 |
Noah Misch | Convert newlines to spaces in names written in v11... |
commit | commitdiff | tree |
| next |