| 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 |
| 2025-08-19 |
Nathan Bossart | Fix comment for MAX_SIMUL_LWLOCKS. |
commit | commitdiff | tree |
| 2025-08-19 |
Masahiko Sawada | Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache... |
commit | commitdiff | tree |
| 2025-08-19 |
Nathan Bossart | Fix misspelling of "tranche" in dsa.h. |
commit | commitdiff | tree |
| 2025-08-19 |
Fujii Masao | doc: Improve pgoutput documentation. |
commit | commitdiff | tree |
| 2025-08-19 |
Fujii Masao | doc: Improve documentation discoverability for pgoutput. |
commit | commitdiff | tree |
| 2025-08-19 |
Peter Eisentraut | Add src/include/catalog/README |
commit | commitdiff | tree |
| 2025-08-19 |
Amit Kapila | Fix self-deadlock during DROP SUBSCRIPTION. |
commit | commitdiff | tree |
| 2025-08-19 |
Michael Paquier | Refactor ReadMultiXactCounts() into GetMultiXactInfo() |
commit | commitdiff | tree |
| 2025-08-19 |
Michael Paquier | Remove useless pointer update in StatsShmemInit() |
commit | commitdiff | tree |
| 2025-08-19 |
Richard Guo | Simplify relation_has_unique_index_for() |
commit | commitdiff | tree |
| 2025-08-19 |
Richard Guo | Pathify RHS unique-ification for semijoin planning |
commit | commitdiff | tree |
| 2025-08-19 |
Michael Paquier | test_ddl_deparse: Rename test create_sequence_1 to... |
commit | commitdiff | tree |
| 2025-08-18 |
Michael Paquier | Remove unneeded header declarations in multixact.c |
commit | commitdiff | tree |
| 2025-08-18 |
David Rowley | Remove HASH_DEBUG output from dynahash.c |
commit | commitdiff | tree |
| 2025-08-18 |
David Rowley | Use elog(DEBUG4) for dynahash.c statistics output |
commit | commitdiff | tree |
| 2025-08-18 |
Tom Lane | Fix missing "use Test::More" in Kerberos.pm. |
commit | commitdiff | tree |
| 2025-08-18 |
Peter Eisentraut | Detect buffer underflow in get_th() |
commit | commitdiff | tree |
| 2025-08-18 |
Michael Paquier | Move SQL-callable code related to multixacts into its... |
commit | commitdiff | tree |
| 2025-08-18 |
Peter Eisentraut | meson: Move C99 test earlier |
commit | commitdiff | tree |
| 2025-08-18 |
Michael Paquier | Refactor init_params() in sequence.c to not use FormDat... |
commit | commitdiff | tree |
| 2025-08-17 |
Michael Paquier | Remove md5() call from isolation test for CLUSTER and... |
commit | commitdiff | tree |
| 2025-08-17 |
Etsuro Fujita | Update obsolete comments in ResultRelInfo struct. |
commit | commitdiff | tree |
| 2025-08-17 |
Michael Paquier | Add isolation test for TOAST value reuse during CLUSTER |
commit | commitdiff | tree |
| 2025-08-16 |
Masahiko Sawada | Fix typos in comments. |
commit | commitdiff | tree |
| 2025-08-15 |
Masahiko Sawada | Fix constant when extracting timestamp from UUIDv7. |
commit | commitdiff | tree |
| 2025-08-15 |
Peter Eisentraut | Fix git whitespace warning |
commit | commitdiff | tree |
| 2025-08-15 |
Peter Eisentraut | Add TAP tests for LDAP connection parameter lookup |
commit | commitdiff | tree |
| 2025-08-15 |
David Rowley | Fix invalid format string in HASH_DEBUG code |
commit | commitdiff | tree |
| 2025-08-15 |
David Rowley | Fix failing -D HASH_STATISTICS builds |
commit | commitdiff | tree |
| 2025-08-15 |
David Rowley | Add Asserts to validate prevbit values in bms_prev_member |
commit | commitdiff | tree |
| 2025-08-15 |
Michael Paquier | Add SQL test for TOAST value allocations on rewrite |
commit | commitdiff | tree |
| 2025-08-14 |
Andres Freund | ci: Simplify ci-os-only handling |
commit | commitdiff | tree |
| 2025-08-14 |
Andres Freund | ci: Per-repo configuration for manually trigger tasks |
commit | commitdiff | tree |
| 2025-08-14 |
Álvaro Herrera | Avoid including tableam.h and xlogreader.h in nbtree.h |
commit | commitdiff | tree |
| next |