aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix typo and outdated information in README.barrierDavid Rowley2021-05-18
* Be more careful about barriers when releasing BackgroundWorkerSlots.Tom Lane2021-05-15
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-14
* Fix query-cancel handling in spgdoinsert().Tom Lane2021-05-14
* Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane2021-05-14
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-10
* Translation updatesPeter Eisentraut2021-05-10
* AlterSubscription_refresh: avoid stomping on global variableAlvaro Herrera2021-05-07
* Have ALTER CONSTRAINT recurse on partitioned tablesAlvaro Herrera2021-05-05
* Fix OID passed to object-alter hook during ALTER CONSTRAINTAlvaro Herrera2021-05-04
* Fix ALTER TABLE / INHERIT with generated columnsPeter Eisentraut2021-05-04
* Disallow calling anything but plain functions via the fastpath API.Tom Lane2021-04-30
* Fix use-after-release issue with pg_identify_object_as_address()Michael Paquier2021-04-28
* Fix pg_identify_object_as_address() with event triggersMichael Paquier2021-04-28
* Don't crash on reference to an un-available system column.Tom Lane2021-04-22
* Fix bugs in RETURNING in cross-partition UPDATE cases.Tom Lane2021-04-22
* Fix typo in commentMagnus Hagander2021-04-20
* Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.Tom Lane2021-04-13
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Avoid improbable PANIC during heap_update.Tom Lane2021-04-13
* Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch2021-04-12
* Fix old bug with coercing the result of a COLLATE expression.Tom Lane2021-04-12
* Fix out-of-bound memory access for interval -> char conversionMichael Paquier2021-04-12
* Fix typoMagnus Hagander2021-04-09
* Don't add non-existent pages to bitmap from BRINTomas Vondra2021-04-07
* Shut down transaction tracking at startup process exit.Fujii Masao2021-04-06
* Fix more confusion in SP-GiST.Tom Lane2021-04-04
* Fix ndistinct estimates with system attributesTomas Vondra2021-03-26
* Remove StoreSingleInheritance reimplementationAlvaro Herrera2021-03-25
* Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao2021-03-25
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier2021-03-22
* Fix memory leak when rejecting bogus DH parameters.Tom Lane2021-03-20
* Fix memory leak when initializing DH parameters in backendTom Lane2021-03-20
* Don't leak malloc'd error string in libpqrcv_check_conninfo().Tom Lane2021-03-18
* Don't leak malloc'd strings when a GUC setting is rejected.Tom Lane2021-03-18
* Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane2021-03-18
* Don't run RelationInitTableAccessMethod in a long-lived context.Tom Lane2021-03-18
* Don't leak rd_statlist when a relcache entry is dropped.Tom Lane2021-03-18
* Fix function name in error hintMagnus Hagander2021-03-18
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-03-17
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-18
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-17
* Avoid corner-case memory leak in SSL parameter processing.Tom Lane2021-03-16
* Forbid marking an identity column as nullable.Tom Lane2021-03-12
* Validate the OID argument of pg_import_system_collations().Tom Lane2021-03-08
* Fix use-after-free bug with AfterTriggersTableData.storeslotAlvaro Herrera2021-02-27
* Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera2021-02-23