aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2025-02-10
* Mention jsonlog in description of logging_collector in GUC tableMichael Paquier2025-02-02
* Fix comment of StrategySyncStart()Michael Paquier2025-01-31
* Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane2025-01-30
* Handle default NULL insertion a little better.Tom Lane2025-01-29
* At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch2025-01-25
* Use the correct sizeof() in BufFileLoadBufferTomas Vondra2025-01-25
* Don't ask for bug reports about pthread_is_threaded_np() != 0.Tom Lane2025-01-23
* Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane2025-01-22
* Fix detach of a partition that has a toplevel FK to a partitioned tableÁlvaro Herrera2025-01-21
* Fix latch event policy that hid socket events.Thomas Munro2025-01-20
* Fix header check for continuation records where standbys could be stuckMichael Paquier2025-01-20
* Revert recent changes related to handling of 2PC files at recoveryMichael Paquier2025-01-17
* Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane2025-01-16
* Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas2025-01-14
* Fix potential integer overflow in bringetbitmap()Michael Paquier2025-01-14
* Fix HBA option countDaniel Gustafsson2025-01-12
* Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed2025-01-12
* Fix missing ldapscheme option in pg_hba_file_rules()Daniel Gustafsson2025-01-10
* Fix an ALTER GROUP ... DROP USER error message.Nathan Bossart2025-01-09
* Fix C error reported by Oracle compiler.Thomas Munro2025-01-08
* Restore smgrtruncate() prototype in back-branches.Thomas Munro2025-01-08
* Ignore nullingrels when looking up statisticsRichard Guo2025-01-02
* Fix memory leak in pgoutput with relation attribute mapMichael Paquier2024-12-30
* Fix handling of orphaned 2PC files in the future at recoveryMichael Paquier2024-12-30
* Exclude parallel workers from connection privilege/limit checks.Tom Lane2024-12-28
* In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch2024-12-28
* Fix memory leak in pgoutput with publication list cacheMichael Paquier2024-12-23
* Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas2024-12-21
* Fix corruption when relation truncation fails.Thomas Munro2024-12-20
* Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley2024-12-19
* Accommodate very large dshash tables.Nathan Bossart2024-12-17
* Fix elog(FATAL) before PostmasterMain() or just after fork().Noah Misch2024-12-10
* Fix comments of GUC hooks for timezone_abbreviationsMichael Paquier2024-12-10
* Fix small memory leaks in GUC checksDaniel Gustafsson2024-12-09
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* Improve comment about dropped entries in pgstat.cMichael Paquier2024-12-09
* Fix invalidation of local pgstats references for entry reinitializationMichael Paquier2024-12-09
* Fix possible crash during WindowAgg evaluationDavid Rowley2024-12-09
* Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane2024-12-07
* Make getObjectDescription robust against dangling amproc type links.Tom Lane2024-12-07
* Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane2024-12-07
* RelationTruncate() must set DELAY_CHKPT_START.Thomas Munro2024-12-03
* Avoid mislabeling of lateral references, redux.Tom Lane2024-11-30
* Avoid mislabeling of lateral references when pulling up a subquery.Tom Lane2024-11-28
* Revert "Handle better implicit transaction state of pipeline mode"Michael Paquier2024-11-28
* Handle better implicit transaction state of pipeline modeMichael Paquier2024-11-27
* Rename C23 keywordPeter Eisentraut2024-11-26
* Fix NULLIF()'s handling of read-write expanded objects.Tom Lane2024-11-25
* Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch2024-11-25