aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane2020-06-11
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Update description of parameter password_encryptionPeter Eisentraut2020-06-10
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-08
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05
* Preserve pg_index.indisreplident across REINDEX CONCURRENTLYMichael Paquier2020-06-05
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* Fix instance of elog() called while holding a spinlockMichael Paquier2020-06-04
* Don't call palloc() while holding a spinlock, either.Tom Lane2020-06-03
* Fix use-after-release mistake in currtid() and currtid2() for viewsMichael Paquier2020-06-01
* Fix crashes with currtid() and currtid2()Michael Paquier2020-06-01
* llvmjit: Fix building against LLVM 11 by removing unnecessary include.Andres Freund2020-05-28
* Add CHECK_FOR_INTERRUPTS() to the repeat() functionJoe Conway2020-05-28
* Add missing error code to "cannot attach index ..." error.Heikki Linnakangas2020-05-28
* Add lcov exclusion markers to jsonpath scannerPeter Eisentraut2020-05-26
* gss: add missing references to hostgssenc and hostnogssencBruce Momjian2020-05-25
* Fix two typos in a commentAlvaro Herrera2020-05-22
* Fix comment in slot.c.Amit Kapila2020-05-18
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* Fix bogus initialization of replication origin shared memory state.Tom Lane2020-05-15
* Avoid killing btree items that are already deadAlvaro Herrera2020-05-15
* Move check for fsync=off so that pendingOps still gets cleared.Heikki Linnakangas2020-05-14
* Fix the MSVC build for versions 2015 and later.Amit Kapila2020-05-14
* Translation updatesPeter Eisentraut2020-05-11
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-05-09
* Fix several DDL issues of generated columns versus inheritancePeter Eisentraut2020-05-08
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-08
* Report missing wait event for timeline history file.Fujii Masao2020-05-08
* Fix YA text phrase search bug.Tom Lane2020-05-07
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Fix severe memory leaks in GSSAPI encryption support.Tom Lane2020-05-05
* Fix GSS client to non-GSS server connectionStephen Frost2020-05-02
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Clear up issue with FSM and oldest bpto.xact.Peter Geoghegan2020-05-01
* Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan2020-05-01
* Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan2020-05-01
* Fix full text search to handle NOT above a phrase search correctly.Tom Lane2020-04-27
* Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth2020-04-25
* Repair performance regression in information_schema.triggers view.Tom Lane2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Fix transient memory leak for SRFs in FROM.Andres Freund2020-04-22
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane2020-04-21
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Allow pg_read_all_stats to access all stats views againMagnus Hagander2020-04-20
* Fix race conditions in synchronous standby management.Tom Lane2020-04-18
* Fix possible crash with GENERATED ALWAYS columnsDavid Rowley2020-04-18
* Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane2020-04-11
* Further cleanup of ts_headline code.Tom Lane2020-04-09
* Fix default text search parser's ts_headline code for phrase queries.Tom Lane2020-04-09