aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix ndistinct estimates with system attributesTomas Vondra2021-03-26
* 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 leak rd_statlist when a relcache entry is dropped.Tom Lane2021-03-18
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-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
* Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera2021-02-23
* Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-02-18
* Fix compiler warning in back branches (9.6, 10).Thomas Munro2021-02-16
* 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
* Translation updatesPeter Eisentraut2021-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 CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Silence another gcc 11 warning.Tom Lane2021-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 ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier2021-01-20
* Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane2021-01-19
* Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane2021-01-18
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Disallow CREATE STATISTICS on system catalogsTomas Vondra2021-01-15
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-13
* Fix thinko in commentAlvaro Herrera2021-01-12
* Fix ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-01-08
* Further second thoughts about idle_session_timeout patch.Tom Lane2021-01-07
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Add an explicit cast to double when using fabs().Dean Rasheed2021-01-05
* Fix numeric_power() when the exponent is INT_MIN.Dean Rasheed2021-01-05
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-28
* Invalidate acl.c caches when pg_authid changes.Noah Misch2020-12-25
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-24
* Fix portability issues with parsing of recovery_target_xidMichael Paquier2020-12-23
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-21
* Avoid memcpy() with same source and destination during relmapper init.Tom Lane2020-12-18
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-14
* Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.Tom Lane2020-12-08
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01