| 7 hours ago |
Fujii Masao | doc: Fix descriptions of some PGC_POSTMASTER parameters. REL_13_STABLE github/REL_13_STABLE |
commit | commitdiff | tree | snapshot |
| 18 hours ago |
Álvaro Herrera | Introduce XLogRecPtrIsValid() |
commit | commitdiff | tree | snapshot |
| 24 hours ago |
Peter Eisentraut | Disallow generated columns in COPY WHERE clause |
commit | commitdiff | tree | snapshot |
| 33 hours ago |
Etsuro Fujita | Update obsolete comment in ExecScanReScan(). |
commit | commitdiff | tree | snapshot |
| 33 hours ago |
Etsuro Fujita | postgres_fdw: Add more test coverage for EvalPlanQual... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Michael Paquier | Fix timing-dependent failure in recovery test 004_timel... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Andres Freund | jit: Fix accidentally-harmless type confusion |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Álvaro Herrera | Fix snapshot handling bug in recent BRIN fix |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Andres Freund | Backpatch: Fix warnings about declaration of environ... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Álvaro Herrera | Have psql's "\? variables" show csv_fieldsep |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Peter Eisentraut | Tighten check for generated column in partition key... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Álvaro Herrera | BRIN autosummarization may need a snapshot |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Michael Paquier | Fix unconditional WAL receiver shutdown during stream... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Noah Misch | Doc: cover index CONCURRENTLY causing errors in INSERT... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Tom Lane | Avoid mixing void and integer in a conditional expression. |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Bruce Momjian | doc: rewrite random_page_cost description |
commit | commitdiff | tree | snapshot |
| 8 days ago |
David Rowley | Fix bogus use of "long" in AllocSetCheck() |
commit | commitdiff | tree | snapshot |
| 2025-10-23 |
Daniel Gustafsson | doc: Remove mention of Git protocol support |
commit | commitdiff | tree | snapshot |
| 2025-10-23 |
Tom Lane | Fix off-by-one Asserts in FreePageBtreeInsertInternal... |
commit | commitdiff | tree | snapshot |
| 2025-10-23 |
Tom Lane | Fix resource leaks in PL/Python error reporting, redux. |
commit | commitdiff | tree | snapshot |
| 2025-10-23 |
Fujii Masao | Add comments explaining overflow entries in the replica... |
commit | commitdiff | tree | snapshot |
| 2025-10-23 |
David Rowley | Fix incorrect zero extension of Datum in JIT tuple... |
commit | commitdiff | tree | snapshot |
| 2025-10-22 |
Fujii Masao | Make invalid primary_slot_name follow standard GUC... |
commit | commitdiff | tree | snapshot |
| 2025-10-22 |
Fujii Masao | Fix stalled lag columns in pg_stat_replication when... |
commit | commitdiff | tree | snapshot |
| 2025-10-21 |
Nathan Bossart | Add .abi-compliance-history to back-branches. |
commit | commitdiff | tree | snapshot |
| 2025-10-21 |
Nathan Bossart | Add previous commit to .git-blame-ignore-revs. |
commit | commitdiff | tree | snapshot |
| 2025-10-21 |
Nathan Bossart | Re-pgindent brin.c. |
commit | commitdiff | tree | snapshot |
| 2025-10-21 |
David Rowley | Fix BRIN 32-bit counter wrap issue with huge tables |
commit | commitdiff | tree | snapshot |
| 2025-10-19 |
Tom Lane | Don't rely on zlib's gzgetc() macro. |
commit | commitdiff | tree | snapshot |
| 2025-10-18 |
Álvaro Herrera | Fix pg_dump sorting of foreign key constraints |
commit | commitdiff | tree | snapshot |
| 2025-10-17 |
Nathan Bossart | Fix privilege checks for pg_prewarm() on indexes. |
commit | commitdiff | tree | snapshot |
| 2025-10-16 |
Álvaro Herrera | Fix update-po for the PGXS case |
commit | commitdiff | tree | snapshot |
| 2025-10-15 |
Etsuro Fujita | Fix EvalPlanQual handling of foreign/custom joins in... |
commit | commitdiff | tree | snapshot |
| 2025-10-13 |
Tom Lane | Fix incorrect message-printing in win32security.c. |
commit | commitdiff | tree | snapshot |
| 2025-10-13 |
David Rowley | Doc: clarify n_distinct_inherited setting |
commit | commitdiff | tree | snapshot |
| 2025-10-10 |
Peter Geoghegan | Remove overzealous _bt_killitems assertion. |
commit | commitdiff | tree | snapshot |
| 2025-10-10 |
Michael Paquier | Remove state.tmp when failing to save a replication... |
commit | commitdiff | tree | snapshot |
| 2025-10-05 |
Tom Lane | Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. |
commit | commitdiff | tree | snapshot |
| 2025-10-03 |
Michael Paquier | pgbench: Fail cleanly when finding a COPY result state |
commit | commitdiff | tree | snapshot |
| 2025-10-02 |
Michael Paquier | pgstattuple: Improve reports generated for indexes... |
commit | commitdiff | tree | snapshot |
| 2025-09-30 |
Fujii Masao | pgbench: Fix error reporting in readCommandResponse(). |
commit | commitdiff | tree | snapshot |
| 2025-09-29 |
Noah Misch | Fix StatisticsObjIsVisibleExt() for pg_temp. |
commit | commitdiff | tree | snapshot |
| 2025-09-18 |
Fujii Masao | pg_restore: Fix security label handling with --no-publi... |
commit | commitdiff | tree | snapshot |
| 2025-09-17 |
Tom Lane | Calculate agglevelsup correctly when Aggref contains... |
commit | commitdiff | tree | snapshot |
| 2025-09-16 |
David Rowley | Add missing EPQ recheck for TID Scan |
commit | commitdiff | tree | snapshot |
| 2025-09-16 |
Noah Misch | Fix pg_dump COMMENT dependency for separate domain... |
commit | commitdiff | tree | snapshot |
| 2025-09-16 |
Fujii Masao | pg_dump: Fix dumping of security labels on subscription... |
commit | commitdiff | tree | snapshot |
| 2025-09-16 |
Fujii Masao | pg_restore: Fix comment handling with --no-publications... |
commit | commitdiff | tree | snapshot |
| 2025-09-15 |
Peter Eisentraut | jit: fix build with LLVM-21 |
commit | commitdiff | tree | snapshot |
| 2025-09-13 |
Tom Lane | Amend recent fix for SIMILAR TO regex conversion. |
commit | commitdiff | tree | snapshot |
| 2025-09-11 |
Michael Paquier | Fix description of WAL record blocks in hash_xlog.h |
commit | commitdiff | tree | snapshot |
| 2025-09-10 |
Tom Lane | Fix memory leakage in nodeSubplan.c. |
commit | commitdiff | tree | snapshot |
| 2025-09-04 |
Dean Rasheed | Fix compiler error introduced by 5386bfb9c1f. |
commit | commitdiff | tree | snapshot |
| 2025-09-04 |
Dean Rasheed | Fix replica identity check for INSERT ON CONFLICT DO... |
commit | commitdiff | tree | snapshot |
| 2025-09-03 |
Richard Guo | Fix planner error when estimating SubPlan cost |
commit | commitdiff | tree | snapshot |
| 2025-08-26 |
Tom Lane | Put "excludeOnly" GIN scan keys at the end of the scank... |
commit | commitdiff | tree | snapshot |
| 2025-08-26 |
Tom Lane | Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
Noah Misch | Rewrite previous commit's test for TestUpgradeXversion... |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
Noah Misch | Sort DO_DEFAULT_ACL dump objects independent of OIDs. |
commit | commitdiff | tree | snapshot |
| 2025-08-22 |
Michael Paquier | Ignore temporary relations in RelidByRelfilenumber() |
commit | commitdiff | tree | snapshot |
| 2025-08-21 |
Michael Paquier | doc: Improve description of wal_compression |
commit | commitdiff | tree | snapshot |
| 2025-08-20 |
Michael Paquier | Fix assertion failure with replication slot release... |
commit | commitdiff | tree | snapshot |
| 2025-08-19 |
Masahiko Sawada | Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache... |
commit | commitdiff | tree | snapshot |
| 2025-08-19 |
Amit Kapila | Fix self-deadlock during DROP SUBSCRIPTION. |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
Tom Lane | Don't treat EINVAL from semget() as a hard failure. |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
Tom Lane | Stamp 13.22. REL_13_22 |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
Nathan Bossart | Fix MSVC pg_upgrade test. |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
Nathan Bossart | Restrict psql meta-commands in plain-text dumps. |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
Noah Misch | Convert newlines to spaces in names written in v11... |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
Dean Rasheed | Fix security checks in selectivity estimation functions. |
commit | commitdiff | tree | snapshot |
| 2025-08-10 |
Tom Lane | Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. |
commit | commitdiff | tree | snapshot |
| 2025-08-10 |
Noah Misch | Remove, from stable branches, the new assertion of... |
commit | commitdiff | tree | snapshot |
| 2025-08-08 |
Peter Eisentraut | Fix incorrect lack of Datum conversion in _int_matchsel() |
commit | commitdiff | tree | snapshot |
| 2025-08-08 |
Etsuro Fujita | Fix oversight in FindTriggerIncompatibleWithInheritance. |
commit | commitdiff | tree | snapshot |
| 2025-08-08 |
Peter Eisentraut | pg_upgrade: Add missing newline in output, another one |
commit | commitdiff | tree | snapshot |
| 2025-08-08 |
Etsuro Fujita | Disallow collecting transition tuples from child foreig... |
commit | commitdiff | tree | snapshot |
| 2025-08-07 |
Peter Eisentraut | pg_upgrade: Make format strings consistent |
commit | commitdiff | tree | snapshot |
| 2025-08-07 |
Peter Eisentraut | pg_upgrade: Add missing newline in output |
commit | commitdiff | tree | snapshot |
| 2025-08-07 |
Tom Lane | doc: add float as an alias for double precision. |
commit | commitdiff | tree | snapshot |
| 2025-08-07 |
Alexander Korotkov | Fix checkpointer shared memory allocation |
commit | commitdiff | tree | snapshot |
| 2025-08-07 |
Alexander Korotkov | Revert "Clarify documentation for the initcap function" |
commit | commitdiff | tree | snapshot |
| 2025-08-07 |
John Naylor | Update ICU C++ API symbols |
commit | commitdiff | tree | snapshot |
| 2025-08-07 |
Peter Eisentraut | pg_upgrade: Improve message indentation |
commit | commitdiff | tree | snapshot |
| 2025-08-04 |
Dean Rasheed | Fix typo in create_index.sql. |
commit | commitdiff | tree | snapshot |
| 2025-08-04 |
Álvaro Herrera | doc: mention unusability of dropped CHECK to verify... |
commit | commitdiff | tree | snapshot |
| 2025-08-02 |
Etsuro Fujita | Doc: clarify the restrictions of AFTER triggers with... |
commit | commitdiff | tree | snapshot |
| 2025-07-31 |
Noah Misch | Sort dump objects independent of OIDs, for the 7 holdou... |
commit | commitdiff | tree | snapshot |
| 2025-07-31 |
Tom Lane | pg_dump: provide a stable sort order for rules. |
commit | commitdiff | tree | snapshot |
| 2025-07-30 |
Michael Paquier | Fix ./configure checks with __cpuidex() and __cpuid() |
commit | commitdiff | tree | snapshot |
| 2025-07-29 |
Tom Lane | Don't put library-supplied -L/-I switches before user... |
commit | commitdiff | tree | snapshot |
| 2025-07-29 |
Tom Lane | Remove unnecessary complication around xmlParseBalanced... |
commit | commitdiff | tree | snapshot |
| 2025-07-29 |
Alexander Korotkov | Clarify documentation for the initcap function |
commit | commitdiff | tree | snapshot |
| 2025-07-28 |
Tom Lane | Avoid regression in the size of XML input that we will... |
commit | commitdiff | tree | snapshot |
| 2025-07-27 |
Alexander Korotkov | Limit checkpointer requests queue size |
commit | commitdiff | tree | snapshot |
| 2025-07-23 |
Tom Lane | Fix build breakage on Solaris-alikes with late-model... |
commit | commitdiff | tree | snapshot |
| 2025-07-22 |
Michael Paquier | ecpg: Fix NULL pointer dereference during connection... |
commit | commitdiff | tree | snapshot |
| 2025-07-20 |
Fujii Masao | doc: Document reopen of output file via SIGHUP in pg_re... |
commit | commitdiff | tree | snapshot |
| 2025-07-19 |
Alexander Korotkov | Fix infinite wait when reading a partially written... |
commit | commitdiff | tree | snapshot |
| next |