| 2025-09-08 |
Amit Kapila | Add test to prevent premature removal of conflict-relev... |
commit | commitdiff | tree |
| 2025-09-08 |
Michael Paquier | Fix corruption of pgstats shared hashtable due to OOM... |
commit | commitdiff | tree |
| 2025-09-08 |
Amit Kapila | Post-commit review fixes for 228c370868. |
commit | commitdiff | tree |
| 2025-09-08 |
Michael Paquier | Update parser README to include parse_jsontable.c |
commit | commitdiff | tree |
| 2025-09-05 |
Tatsuo Ishii | Allow to log raw parse tree. |
commit | commitdiff | tree |
| 2025-09-05 |
Andres Freund | bufmgr: Remove freelist, always use clock-sweep |
commit | commitdiff | tree |
| 2025-09-05 |
Andres Freund | bufmgr: Use consistent naming of the clock-sweep algorithm |
commit | commitdiff | tree |
| 2025-09-05 |
Melanie Plageman | Add assert and log message to visibilitymap_set |
commit | commitdiff | tree |
| 2025-09-05 |
Dean Rasheed | Fix concurrent update issue with MERGE. |
commit | commitdiff | tree |
| 2025-09-05 |
Michael Paquier | Fix outdated comments in slru.c |
commit | commitdiff | tree |
| 2025-09-05 |
Michael Paquier | Switch some numeric-related functions to use soft error... |
commit | commitdiff | tree |
| 2025-09-05 |
Michael Paquier | Change pg_lsn_in_internal() to use soft error reporting |
commit | commitdiff | tree |
| 2025-09-04 |
Nathan Bossart | Revert recent change to RequestNamedLWLockTranche(). |
commit | commitdiff | tree |
| 2025-09-04 |
Peter Eisentraut | Clean up newly added guc_tables.inc.c |
commit | commitdiff | tree |
| 2025-09-04 |
Nathan Bossart | Adjust commentary for WaitEventLWLock in wait_event_nam... |
commit | commitdiff | tree |
| 2025-09-04 |
Dean Rasheed | Fix replica identity check for MERGE. |
commit | commitdiff | tree |
| 2025-09-04 |
Dean Rasheed | Fix replica identity check for INSERT ON CONFLICT DO... |
commit | commitdiff | tree |
| 2025-09-03 |
Michael Paquier | Fix incorrect comment in pgstat_backend.c |
commit | commitdiff | tree |
| 2025-09-03 |
Tom Lane | Make libpq_pipeline.c shorter and more uniform via... |
commit | commitdiff | tree |
| 2025-09-03 |
Nathan Bossart | Move dynamically-allocated LWLock tranche names to... |
commit | commitdiff | tree |
| 2025-09-03 |
Jacob Champion | ci: Explicitly enable Meson features |
commit | commitdiff | tree |
| 2025-09-03 |
Jacob Champion | ci: Remove extra PG_TEST_EXTRA from NetBSD/OpenBSD |
commit | commitdiff | tree |
| 2025-09-03 |
Peter Eisentraut | Fix mistake in new GUC tables source |
commit | commitdiff | tree |
| 2025-09-03 |
Peter Eisentraut | Generate GUC tables from .dat file |
commit | commitdiff | tree |
| 2025-09-03 |
Richard Guo | Fix planner error when estimating SubPlan cost |
commit | commitdiff | tree |
| 2025-09-03 |
Amit Kapila | Fix use-after-free issue in slot synchronization. |
commit | commitdiff | tree |
| 2025-09-03 |
Michael Paquier | libpq: Fix PQtrace() format for non-printable characters |
commit | commitdiff | tree |
| 2025-09-03 |
Michael Paquier | Update outdated references to the SLRU ControlLock |
commit | commitdiff | tree |
| 2025-09-02 |
Fujii Masao | Add HINT for COPY TO when WHERE clause is used. |
commit | commitdiff | tree |
| 2025-09-02 |
Nathan Bossart | Change ReplicationSlotPersistentData's "synced" member... |
commit | commitdiff | tree |
| 2025-09-02 |
Tom Lane | Improve error message for duplicate labels when creatin... |
commit | commitdiff | tree |
| 2025-09-02 |
Michael Paquier | Generate pgstat_count_slru*() functions for slru using... |
commit | commitdiff | tree |
| 2025-09-02 |
Amit Kapila | Add max_retention_duration option to subscriptions. |
commit | commitdiff | tree |
| 2025-09-01 |
Michael Paquier | postgres_fdw: Use psql variables for connection parameters |
commit | commitdiff | tree |
| 2025-08-30 |
Richard Guo | Fix const-simplification for constraints and stats |
commit | commitdiff | tree |
| 2025-08-30 |
Bruce Momjian | add_commit_links.pl: error out if missing major versio... |
commit | commitdiff | tree |
| 2025-08-30 |
Nathan Bossart | Prepare DSM registry for upcoming changes to LWLock... |
commit | commitdiff | tree |
| 2025-08-29 |
Tom Lane | Provide error context when an error is thrown within... |
commit | commitdiff | tree |
| 2025-08-29 |
Daniel Gustafsson | pg_dump: Fix compression API errorhandling |
commit | commitdiff | tree |
| 2025-08-29 |
Nathan Bossart | Make LWLockCounter a global variable. |
commit | commitdiff | tree |
| 2025-08-29 |
Tom Lane | Fix .gitignore for src/interfaces/libpq-oauth. |
commit | commitdiff | tree |
| 2025-08-29 |
Nathan Bossart | Remove unused parameter from ProcessSlotSyncInterrupts(). |
commit | commitdiff | tree |
| 2025-08-29 |
Tom Lane | Silence -Wmissing-variable-declarations in headerscheck. |
commit | commitdiff | tree |
| 2025-08-29 |
David Rowley | Fix possible use after free in expand_partitioned_rtentry() |
commit | commitdiff | tree |
| 2025-08-29 |
Álvaro Herrera | CREATE STATISTICS: improve misleading error message |
commit | commitdiff | tree |
| 2025-08-29 |
Daniel Gustafsson | Fix typo in isolation test spec |
commit | commitdiff | tree |
| 2025-08-29 |
Peter Eisentraut | headerscheck: Document that --with-llvm is required |
commit | commitdiff | tree |
| 2025-08-29 |
Peter Eisentraut | headerscheck: Ignore Windows-specific header |
commit | commitdiff | tree |
| 2025-08-29 |
Peter Eisentraut | headerscheck: Use ICU_CFLAGS |
commit | commitdiff | tree |
| 2025-08-29 |
Peter Eisentraut | Mark ItemPointer arguments as const in tuple/table... |
commit | commitdiff | tree |
| 2025-08-29 |
Peter Eisentraut | Remove unneeded casts of BufferGetPage() result |
commit | commitdiff | tree |
| 2025-08-29 |
Richard Guo | Fix semijoin unique-ification for child relations |
commit | commitdiff | tree |
| 2025-08-29 |
Masahiko Sawada | Use LW_SHARED in walsummarizer.c for WALSummarizerLock... |
commit | commitdiff | tree |
| 2025-08-28 |
Tom Lane | Fix "variable not found in subplan target lists" in... |
commit | commitdiff | tree |
| 2025-08-28 |
Álvaro Herrera | Glossary: improve definition of "relation" |
commit | commitdiff | tree |
| 2025-08-28 |
Álvaro Herrera | Avoid including commands/dbcommands.h in so many places |
commit | commitdiff | tree |
| 2025-08-28 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
| 2025-08-27 |
Andres Freund | aio: Stop using enum bitfields due to bad code generation |
commit | commitdiff | tree |
| 2025-08-27 |
Peter Eisentraut | Put back intra-grant-inplace.spec test coverage |
commit | commitdiff | tree |
| 2025-08-27 |
Peter Eisentraut | Improve objectNamesToOids() comment |
commit | commitdiff | tree |
| 2025-08-27 |
Peter Eisentraut | Fix: Don't strip $libdir from nested module_pathnames |
commit | commitdiff | tree |
| 2025-08-27 |
Jeff Davis | Check for more Unicode functions during upgrade. |
commit | commitdiff | tree |
| 2025-08-26 |
Jacob Champion | oauth: Explicitly depend on -pthread |
commit | commitdiff | tree |
| 2025-08-26 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
| 2025-08-26 |
Nathan Bossart | Document privileges required for vacuumdb --missing... |
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-26 |
Alexander Korotkov | Improve RowMark handling during Self-Join Elimination |
commit | commitdiff | tree |
| 2025-08-26 |
Alexander Korotkov | Refactor variable names in remove_self_joins_one_group() |
commit | commitdiff | tree |
| 2025-08-26 |
Alexander Korotkov | Further clarify documentation for the initcap function |
commit | commitdiff | tree |
| 2025-08-26 |
Peter Eisentraut | Raise C requirement to C11 |
commit | commitdiff | tree |
| 2025-08-25 |
Peter Eisentraut | Message wording improvements |
commit | commitdiff | tree |
| 2025-08-25 |
Nathan Bossart | Use PqMsg_* macros in applyparallelworker.c. |
commit | commitdiff | tree |
| 2025-08-25 |
Jacob Champion | oauth: Add unit tests for multiplexer handling |
commit | commitdiff | tree |
| 2025-08-25 |
Jacob Champion | oauth: Always link with -lm for floor() |
commit | commitdiff | tree |
| 2025-08-25 |
Nathan Bossart | Use PqMsg_* macros in fe-protocol3.c. |
commit | commitdiff | tree |
| 2025-08-25 |
Peter Eisentraut | Formatting cleanup of guc_tables.c |
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 |
Alexander Korotkov | Revert "Get rid of WALBufMappingLock" |
commit | commitdiff | tree |
| 2025-08-22 |
Nathan Bossart | vacuumdb: Fix --missing-stats-only with virtual generat... |
commit | commitdiff | tree |
| 2025-08-22 |
Heikki Linnakangas | Revert unnecessary check for NULL |
commit | commitdiff | tree |
| 2025-08-22 |
Heikki Linnakangas | libpq: Be strict about cancel key lengths |
commit | commitdiff | tree |
| 2025-08-22 |
Heikki Linnakangas | libpq: Handle OOM by disconnecting instead of hanging... |
commit | commitdiff | tree |
| 2025-08-22 |
Heikki Linnakangas | Use ereport() rather than elog() |
commit | commitdiff | tree |
| 2025-08-22 |
Heikki Linnakangas | Revert GetTransactionSnapshot() to return historic... |
commit | commitdiff | tree |
| 2025-08-22 |
Peter Eisentraut | Reduce lock level for ALTER DOMAIN ... VALIDATE CONSTRAINT |
commit | commitdiff | tree |
| 2025-08-22 |
Amit Kapila | Doc: Fix typo in logicaldecoding.sgml. |
commit | commitdiff | tree |
| 2025-08-22 |
Michael Paquier | Change dynahash.c and hsearch.h to use int64 instead... |
commit | commitdiff | tree |
| 2025-08-22 |
Michael Paquier | Ignore temporary relations in RelidByRelfilenumber() |
commit | commitdiff | tree |
| 2025-08-21 |
Peter Eisentraut | Use consistent type for pgaio_io_get_id() result |
commit | commitdiff | tree |
| 2025-08-21 |
Fujii Masao | Disallow server start with sync_replication_slots ... |
commit | commitdiff | tree |
| 2025-08-21 |
Peter Eisentraut | PL/Python: Add event trigger support |
commit | commitdiff | tree |
| 2025-08-21 |
Peter Eisentraut | PL/Python: Refactor for event trigger support |
commit | commitdiff | tree |
| 2025-08-21 |
Michael Paquier | Apply some fat commas to commands of TAP tests |
commit | commitdiff | tree |
| 2025-08-21 |
Michael Paquier | doc: Improve description of wal_compression |
commit | commitdiff | tree |
| 2025-08-20 |
Tom Lane | Fix re-execution of a failed SQLFunctionCache entry. |
commit | commitdiff | tree |
| 2025-08-20 |
Peter Eisentraut | Minor error message enhancement |
commit | commitdiff | tree |
| 2025-08-20 |
Michael Paquier | Fix assertion failure with replication slot release... |
commit | commitdiff | tree |
| 2025-08-20 |
Fujii Masao | vacuumdb: Make vacuumdb --analyze-only process partitio... |
commit | commitdiff | tree |
| next |