aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Cleanup partition pruning step generationDavid Rowley2021-04-08
* Add functions to wait for backend terminationMagnus Hagander2021-04-08
* Provide ReadRecentBuffer() to re-pin buffers by ID.Thomas Munro2021-04-08
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-08
* Cope with NULL query string in ExecInitParallelPlan().Andres Freund2021-04-07
* Fix typo in jsonfuncs.c.Amit Kapila2021-04-08
* Repair find_inheritance_children with no active snapshotAlvaro Herrera2021-04-08
* Add csvlog output for the new query_id valueBruce Momjian2021-04-07
* Teach VACUUM to bypass unnecessary index vacuuming.Peter Geoghegan2021-04-07
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Add wraparound failsafe to VACUUM.Peter Geoghegan2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-07
* Comment cleanup for a1115fa07.Tom Lane2021-04-07
* Truncate line pointer array during VACUUM.Peter Geoghegan2021-04-07
* Tighten up allowed names for custom GUC parameters.Tom Lane2021-04-07
* Don't add non-existent pages to bitmap from BRINTomas Vondra2021-04-07
* Refactor hba_authnameMagnus Hagander2021-04-07
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-07
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-07
* Fix use of cursor sensitivity terminologyPeter Eisentraut2021-04-07
* Message improvementPeter Eisentraut2021-04-07
* Remove redundant memset(0) calls for page init of some index AMsMichael Paquier2021-04-07
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Postpone some more stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Increment xactCompletionCount during subtransaction abort.Andres Freund2021-04-06
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Fix missing #include in nodeResultCache.h.Tom Lane2021-04-06
* Fix handling of clauses incompatible with extended statisticsTomas Vondra2021-04-06
* Refactor lazy_scan_heap() loop.Peter Geoghegan2021-04-06
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao2021-04-06
* Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().Etsuro Fujita2021-04-06
* ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut2021-04-06
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Fix typo in pgstat.c.Fujii Masao2021-04-06
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-06
* Refactor function parse_output_parameters.Amit Kapila2021-04-06
* Allocate access strategy in parallel VACUUM workers.Peter Geoghegan2021-04-05
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Propagate parallel VACUUM's buffer access strategy.Peter Geoghegan2021-04-05
* Simplify state managed by VACUUM.Peter Geoghegan2021-04-05
* Add pg_read_all_data and pg_write_all_data rolesStephen Frost2021-04-05
* Shut down transaction tracking at startup process exit.Fujii Masao2021-04-06
* Fix typo in collationcmds.cMichael Paquier2021-04-05
* Fix more confusion in SP-GiST.Tom Lane2021-04-04
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-04
* Fix bug in brin_minmax_multi_unionTomas Vondra2021-04-04