2025-09-11 |
Tom Lane | Report the correct is_temporary flag for column defaults. |
commit | commitdiff | tree |
2025-09-11 |
Γlvaro Herrera | Improve comment about snapshot macros |
commit | commitdiff | tree |
2025-09-11 |
Γlvaro Herrera | Add test for temporal referential integrity |
commit | commitdiff | tree |
2025-09-11 |
Γlvaro Herrera | Fill testing gap for possible referential integrity... |
commit | commitdiff | tree |
2025-09-11 |
Peter Eisentraut | Remove checks for no longer supported GCC versions |
commit | commitdiff | tree |
2025-09-11 |
Peter Eisentraut | Remove stray semicolon at global scope |
commit | commitdiff | tree |
2025-09-11 |
Amit Kapila | Fix intermittent test failure introduced in 6456c6e2c4. |
commit | commitdiff | tree |
2025-09-11 |
Dean Rasheed | doc: Fix indentation in func-datetime.sgml. |
commit | commitdiff | tree |
2025-09-11 |
Dean Rasheed | doc: Improve description of new random(min, max) functions. |
commit | commitdiff | tree |
2025-09-11 |
Michael Paquier | Fix description of WAL record blocks in hash_xlog.h |
commit | commitdiff | tree |
2025-09-11 |
Michael Paquier | Fix incorrect file reference in guc.h |
commit | commitdiff | tree |
2025-09-10 |
Tom Lane | Avoid faulty alignment of Datums in build_sorted_items(). |
commit | commitdiff | tree |
2025-09-10 |
Tom Lane | Eliminate duplicative hashtempcxt in nodeSubplan.c. |
commit | commitdiff | tree |
2025-09-10 |
Tom Lane | Fix memory leakage in nodeSubplan.c. |
commit | commitdiff | tree |
2025-09-10 |
Nathan Bossart | meson: Build numeric.c with -ftree-vectorize. |
commit | commitdiff | tree |
2025-09-10 |
Peter Eisentraut | Fix CREATE TABLE LIKE with not-valid check constraint |
commit | commitdiff | tree |
2025-09-10 |
Michael Paquier | Remove dynahash.h |
commit | commitdiff | tree |
2025-09-10 |
Michael Paquier | Replace callers of dynahash.h's my_log() by equivalent... |
commit | commitdiff | tree |
2025-09-09 |
Michael Paquier | Fix leak with SMgrRelations in startup process |
commit | commitdiff | tree |
2025-09-09 |
Nathan Bossart | Fix documentation for shmem_startup_hook. |
commit | commitdiff | tree |
2025-09-09 |
Nathan Bossart | test_slru: Fix LWLock tranche allocation in EXEC_BACKEN... |
commit | commitdiff | tree |
2025-09-09 |
Peter Eisentraut | Fix typo in comment |
commit | commitdiff | tree |
2025-09-09 |
Dean Rasheed | Add date and timestamp variants of random(min, max). |
commit | commitdiff | tree |
2025-09-09 |
Amit Kapila | Fix Coverity issue reported in commit a850be2fe. |
commit | commitdiff | tree |
2025-09-08 |
Melanie Plageman | Add error codes when vacuum discovers VM corruption |
commit | commitdiff | tree |
2025-09-08 |
Jeff Davis | meson: build checksums with extra optimization flags. |
commit | commitdiff | tree |
2025-09-08 |
Nathan Bossart | pg_upgrade: Transfer pg_largeobject_metadata's files... |
commit | commitdiff | tree |
2025-09-08 |
Melanie Plageman | Remove unused xl_heap_prune member, reason |
commit | commitdiff | tree |
2025-09-08 |
Robert Haas | Don't generate fake "*TLOCRN*" or "*TROCRN*" aliases... |
commit | commitdiff | tree |
2025-09-08 |
Robert Haas | Don't generate fake "ANY_subquery" aliases, either. |
commit | commitdiff | tree |
2025-09-08 |
Robert Haas | Don't generate fake "*SELECT*" or "*SELECT* %d" subquer... |
commit | commitdiff | tree |
2025-09-08 |
Melanie Plageman | Remove unneeded VM pin from VM replay |
commit | commitdiff | tree |
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 |
next |