summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-12-02Remove doc and code comments about ON CONFLICT deficienciesÁlvaro Herrera
2025-12-02Avoid use of NOTICE to wait for snapshot invalidationÁlvaro Herrera
2025-12-02Fix ON CONFLICT with REINDEX CONCURRENTLY and partitionsÁlvaro Herrera
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-12-02Simplify hash_xlog_split_allocate_page()Peter Eisentraut
2025-12-02Replace pointer comparisons and assignments to literal zero with NULLPeter Eisentraut
2025-12-02Update some timestamp[tz] functions to use soft-error reportingMichael Paquier
2025-12-01Make regex "max_chr" depend on encoding, not provider.Jeff Davis
2025-12-01Change some callers to use pg_ascii_toupper().Jeff Davis
2025-12-01Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLYÁlvaro Herrera
2025-12-01Fix a strict aliasing violationPeter Eisentraut
2025-12-01Move WAL sequence code into its own fileMichael Paquier
2025-12-01Switch some date/timestamp functions to use the soft error reportingMichael Paquier
2025-11-29Don't call simplify_aggref with a NULL PlannerInfoDavid Rowley
2025-11-29Update obsolete row compare preprocessing comments.Peter Geoghegan
2025-11-29Avoid rewriting data-modifying CTEs more than once.Dean Rasheed
2025-11-28Generate translator comments for GUC parameter descriptionsPeter Eisentraut
2025-11-28Fix pg_isblank()Peter Eisentraut
2025-11-28Add slotsync_skip_reason column to pg_replication_slots view.Amit Kapila
2025-11-27Fix possibly uninitialized HeapScanDesc.rs_startblockDavid Rowley
2025-11-27Add routines for marking buffers dirty efficientlyMichael Paquier
2025-11-27Allow indexscans on partial hash indexes with implied quals.Tom Lane
2025-11-27Fix error reporting for SQL/JSON path type mismatchesAmit Langote
2025-11-27Add parallelism support for TID Range ScansDavid Rowley
2025-11-26Have the planner replace COUNT(ANY) with COUNT(*), when possibleDavid Rowley
2025-11-26Teach DSM registry to retry entry initialization if needed.Nathan Bossart
2025-11-26Allow pg_locale_t APIs to work when ctype_is_c.Jeff Davis
2025-11-26Revert "Teach DSM registry to ERROR if attaching to an uninitialized entry."Nathan Bossart
2025-11-26Split heap_page_prune_and_freeze() into helpersMelanie Plageman
2025-11-26Remove a few unused struct members.Nathan Bossart
2025-11-26Add GUC to show EXEC_BACKEND stateDaniel Gustafsson
2025-11-26Replace internal C function pg_hypot() by standard hypot()Peter Eisentraut
2025-11-26Add input function for data type pg_dependenciesMichael Paquier
2025-11-26Add input function for data type pg_ndistinctMichael Paquier
2025-11-25Assert that cutoffs are provided if freezing will be attemptedMelanie Plageman
2025-11-25Remove a useless length check.Jeff Davis
2025-11-25Improve test case stabilityÁlvaro Herrera
2025-11-25gen_guc_tables.pl: Validate required GUC fields before code generationPeter Eisentraut
2025-11-25backend/nodes cleanup: Move loop variables definitions into for statementPeter Eisentraut
2025-11-25Fix a BF failure caused by commit 76b78721ca.Amit Kapila
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-25Remove obsolete commentPeter Eisentraut
2025-11-25Rename routines for write/read of pgstats fileMichael Paquier
2025-11-24lwlock: Fix, currently harmless, bug in LWLockWakeup()Andres Freund
2025-11-24Avoid global LC_CTYPE dependency in pg_locale_libc.c.Jeff Davis
2025-11-24Improve detection of implicitly-temporary views.Tom Lane
2025-11-24postgres: Use pg_{add,mul}_size_overflow()Jacob Champion
2025-11-24Fix infer_arbiter_index during concurrent index operationsÁlvaro Herrera
2025-11-23Issue a NOTICE if a created function depends on any temp objects.Tom Lane
2025-11-23Add SupportRequestInlineInFrom planner support request.Tom Lane