aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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 C error reported by Oracle compiler.Thomas Munro2025-01-08
* Restore smgrtruncate() prototype in back-branches.Thomas Munro2025-01-08
* 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
* Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier2024-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
* 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
* Avoid low-probability crash on out-of-memory.Tom Lane2024-12-05
* RelationTruncate() must set DELAY_CHKPT_START.Thomas Munro2024-12-03
* Fix MinGW %d vs %lu warnings in back branches.Thomas Munro2024-11-29
* Revert "Handle better implicit transaction state of pipeline mode"Michael Paquier2024-11-28
* Handle better implicit transaction state of pipeline modeMichael Paquier2024-11-27
* 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
* Fix outdated bit in README.tuplockÁlvaro Herrera2024-11-21
* Fix memory leak in pgoutput for the WAL senderMichael Paquier2024-11-21
* Avoid assertion failure if a setop leaf query contains setops.Tom Lane2024-11-20
* Compare collations before merging UNION operations.Tom Lane2024-11-19
* Fix recently-exposed portability issue in regex optimization.Tom Lane2024-11-17
* Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch2024-11-15
* Fix a possibility of logical replication slot's restart_lsn going backwards.Masahiko Sawada2024-11-15
* Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane2024-11-15
* Fix race conditions with drop of reused pgstats entriesMichael Paquier2024-11-15
* Fix arrays comparison in CompareOpclassOptions()Alexander Korotkov2024-11-12
* Parallel workers use AuthenticatedUserId for connection privilege checks.Tom Lane2024-11-11
* Fix improper interactions between session_authorization and role.Tom Lane2024-11-11
* Ensure cached plans are correctly marked as dependent on role.Nathan Bossart2024-11-11
* Translation updatesPeter Eisentraut2024-11-11
* Improve fix for not entering parallel mode when holding interrupts.Tom Lane2024-11-08
* Disallow partitionwise join when collations don't matchAmit Langote2024-11-08
* Disallow partitionwise grouping when collations don't matchAmit Langote2024-11-08
* Message style improvementPeter Eisentraut2024-11-08
* Replace pgwin32_is_junction() with lstat().Thomas Munro2024-11-08
* Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro2024-11-06