aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add object names to partition integrity violations.Amit Kapila2020-03-23
* Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-03-23
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* In log_newpage_range(), heed forkNum and page_std arguments.Noah Misch2020-03-21
* During heap rebuild, lock any TOAST index until end of transaction.Noah Misch2020-03-21
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-21
* Allow page lock to conflict among parallel group members.Amit Kapila2020-03-21
* Allow relation extension lock to conflict among parallel group members.Amit Kapila2020-03-20
* nbtree: Remove obsolete _bt_pgaddtup() comments.Peter Geoghegan2020-03-19
* Revert "Specialize MemoryContextMemAllocated()."Jeff Davis2020-03-19
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Prepare to support non-tables in publicationsPeter Eisentraut2020-03-19
* Rename the recovery-related wait events.Fujii Masao2020-03-19
* Add assert to ensure that page locks don't participate in deadlock cycle.Amit Kapila2020-03-19
* nbtree: Use raw PageAddItem() for retail inserts.Peter Geoghegan2020-03-18
* Fix comment related to concurrent index swapping in index.cMichael Paquier2020-03-19
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-18
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Refactor nbtree fastpath optimization.Peter Geoghegan2020-03-18
* Implement type regcollationPeter Eisentraut2020-03-18
* Recognize some OR clauses as compatible with functional dependenciesTomas Vondra2020-03-18
* Fix wording of several extended stats commentsTomas Vondra2020-03-18
* Add missing errcode() in a few ereport calls.Amit Kapila2020-03-18
* Fix typo in indexcmds.cMichael Paquier2020-03-18
* Assert that we don't acquire a heavyweight lock on another object afterAmit Kapila2020-03-18
* nbtree: Remove useless local variables.Peter Geoghegan2020-03-17
* Don't use EV_CLEAR for kqueue events.Thomas Munro2020-03-18
* Fix kqueue support under debugger on macOS.Thomas Munro2020-03-18
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-17
* Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.Tom Lane2020-03-17
* Remove logical_read_local_xlog_pageAlvaro Herrera2020-03-17
* Fix consistency issues with replication slot copyAlvaro Herrera2020-03-17
* Remove bogus assertion about polymorphic SQL function result.Tom Lane2020-03-17
* Fix comment in xlog.c.Fujii Masao2020-03-17
* Remove useless pfree()s at the ends of various ValuePerCall SRFs.Tom Lane2020-03-16
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* nbtree: Fix obsolete _bt_search() comment.Peter Geoghegan2020-03-16
* nbtree: Pass down MAXALIGN()'d itemsz for new item.Peter Geoghegan2020-03-16
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Simplify the effective_io_concurrency setting.Thomas Munro2020-03-16
* nbtree: Reorder nbtinsert.c prototypes.Peter Geoghegan2020-03-15
* Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut2020-03-15
* Rearrange pseudotypes.c to get rid of duplicative code.Tom Lane2020-03-14
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra2020-03-14
* Use functional dependencies to estimate ScalarArrayOpExprTomas Vondra2020-03-14
* Remove am_syslogger global variablePeter Eisentraut2020-03-13
* Unify several ways to tracking backend typePeter Eisentraut2020-03-13