aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier2021-03-22
* Fix memory leak when rejecting bogus DH parameters.Tom 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
* VACUUM ANALYZE: Always update pg_class.reltuples.Peter Geoghegan2021-03-10
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* Validate the OID argument of pg_import_system_collations().Tom Lane2021-03-08
* Fix use-after-free bug with AfterTriggersTableData.storeslotAlvaro Herrera2021-02-27
* Fix list-manipulation bug in WITH RECURSIVE processing.Tom Lane2021-02-25
* Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera2021-02-23
* Remove outdated reference to RAID spindles.Thomas Munro2021-02-22
* Fix bug in COMMIT AND CHAIN command.Fujii Masao2021-02-19
* Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-02-18
* Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao2021-02-18
* Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane2021-02-16
* Simplify loop logic in nodeIncrementalSort.c.Tom Lane2021-02-15
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro2021-02-15
* Hold interrupts while running dsm_detach() callbacks.Thomas Munro2021-02-15
* Avoid divide-by-zero in regex_selectivity() with long fixed prefix.Tom Lane2021-02-12
* Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier2021-02-10
* Translation updatesPeter Eisentraut2021-02-08
* Fix mishandling of column-level SELECT privileges for join aliases.Tom Lane2021-02-08
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane2021-02-07
* Propagate CTE property flags when copying a CTE list into a rule.Tom Lane2021-02-06
* Disallow converting an inheritance child table to a view.Tom Lane2021-02-06
* Fix backslash-escaping multibyte chars in COPY FROM.Heikki Linnakangas2021-02-05
* Fix bug in HashAgg's selective-column-spilling logic.Tom Lane2021-02-04
* Fix YA incremental sort bug.Tom Lane2021-02-04
* Avoid crash when rolling back within a prepared statement.Tom Lane2021-02-03
* Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch2021-01-30
* Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.Noah Misch2021-01-30
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Silence another gcc 11 warning.Tom Lane2021-01-28
* Remove bogus restriction from BEFORE UPDATE triggersAlvaro Herrera2021-01-28
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Don't add bailout adjustment for non-strict deserialize calls.Andrew Gierth2021-01-28
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-25
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-25
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21