summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-30WIP: Add pg_plan_advice contrib module.adviceRobert Haas
2025-10-29Allow for plugin control over path generation strategies.Robert Haas
2025-10-29Temporary hack to unbreak partitionwise join control.Robert Haas
2025-10-29Store information about Append node consolidation in the final plan.Robert Haas
2025-10-29Store information about elided nodes in the final plan.Robert Haas
2025-10-29Store information about range-table flattening in the final plan.Robert Haas
2025-10-29pg_stat_statements: Fix handling of duplicate constant locationsÁlvaro Herrera
2025-10-29CheckNNConstraintFetch: Fill all of ConstrCheck in a single passÁlvaro Herrera
2025-10-29Reorganize GUC structsPeter Eisentraut
2025-10-29formatting.c cleanup: Remove unnecessary extra parenthesesPeter Eisentraut
2025-10-29formatting.c cleanup: Use array syntax instead of pointer arithmeticPeter Eisentraut
2025-10-29formatting.c cleanup: Add some const pointer qualifiersPeter Eisentraut
2025-10-29formatting.c cleanup: Use size_t for string length variables and argumentsPeter Eisentraut
2025-10-29Replace pg_restrict by standard restrictPeter Eisentraut
2025-10-29Remove obsolete commentPeter Eisentraut
2025-10-29Fix correctness issue with computation of FPI size in WAL statsMichael Paquier
2025-10-28Add psql PROMPT variable for search_path.Nathan Bossart
2025-10-28formatting.c cleanup: Move loop variables definitions into for statementPeter Eisentraut
2025-10-28formatting.c cleanup: Remove dashes in commentsPeter Eisentraut
2025-10-28Don't error out when dropping constraint if relchecks is already zeroÁlvaro Herrera
2025-10-28Move comment about casts from pg_wchar.Jeff Davis
2025-10-28Check that index can return in get_actual_variable_range()Peter Eisentraut
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-28Add worker type argument to logical replication worker functions.Amit Kapila
2025-10-27Simplify newline handling in two TAP testsMichael Paquier
2025-10-27Fix a couple of comments.Nathan Bossart
2025-10-27Add new RLS tests to test policies applied by command type.Dean Rasheed
2025-10-27Add some const qualificationsPeter Eisentraut
2025-10-27Remove Item typePeter Eisentraut
2025-10-27Remove meaninglist restrict qualifiersPeter Eisentraut
2025-10-27Fix GUC check_hook validation for synchronized_standby_slots.Amit Kapila
2025-10-27Improve test in 009_matviews.pl.Amit Kapila
2025-10-26Comment typo fixes: pg_wchar_t should be pg_wchar.Jeff Davis
2025-10-25Fix incorrect logic for caching ResultRelInfos for triggersDavid Rowley
2025-10-25Guard against division by zero in test_int128 module.Dean Rasheed
2025-10-25pg_rewind: Skip copy of WAL segments generated before point of divergenceMichael Paquier
2025-10-24psql: Improve tab completion for large objects.Fujii Masao
2025-10-23Update expected output for contrib/sepgsql's regression tests.Tom Lane
2025-10-23doc: Remove mention of Git protocol supportDaniel Gustafsson
2025-10-23Avoid memory leak in validation of a PL/Python trigger function.Tom Lane
2025-10-23Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.Tom Lane
2025-10-23Fix resource leaks in PL/Python error reporting, redux.Tom Lane
2025-10-23Introduce "REFRESH SEQUENCES" for subscriptions.Amit Kapila
2025-10-23pg_rewind: Extend code detecting relation files to work with WAL filesMichael Paquier
2025-10-23Add comments explaining overflow entries in the replication lag tracker.Fujii Masao
2025-10-23Fix coding style with "else".Tatsuo Ishii
2025-10-23Fix some misplaced comments in parallel_scheduleDavid Rowley
2025-10-23Add copyright notice to vacuum_horizon_floor.pl test.Masahiko Sawada
2025-10-23Fix incorrect zero extension of Datum in JIT tuple deform codeDavid Rowley
2025-10-22Avoid assuming that time_t can fit in an int.Tom Lane