aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Update the names of Parallel Hash Join phases.Thomas Munro2021-03-17
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-17
* Work around issues in MinGW-64's setjmp/longjmp support.Tom Lane2021-03-15
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Improve FK trigger parallel-safety check added by 05c8482f7f.Amit Kapila2021-03-13
* Consolidate nbtree VACUUM metapage routines.Peter Geoghegan2021-03-12
* Add condition variable for walreceiver shutdown.Thomas Munro2021-03-12
* Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan2021-03-11
* Be clear about whether a recovery pause has taken effect.Robert Haas2021-03-11
* Refactor and generalize the ParallelSlot machinery.Robert Haas2021-03-11
* Improve comment for struct BufferDesc.Thomas Munro2021-03-11
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* C comments: improve description of GiST NSN and GistBuildLSNBruce Momjian2021-03-10
* Replace buffer I/O locks with condition variables.Thomas Munro2021-03-11
* Fix another portability bug in recent pgbench commit.Thomas Munro2021-03-10
* Add missing pthread_barrier_t.Thomas Munro2021-03-10
* pgbench: Improve time logic.Thomas Munro2021-03-10
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Add support for more progress reporting in COPYMichael Paquier2021-03-09
* Remove support for SSL compressionMichael Paquier2021-03-09
* Properly mark pg_stat_get_subscription() as returning a set.Tom Lane2021-03-08
* Add bit_xor aggregate functionPeter Eisentraut2021-03-06
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Add trim_array() function.Tom Lane2021-03-03
* pg_upgrade: Check version of target cluster binariesPeter Eisentraut2021-03-03
* Add sort_template.h for making sort functions.Thomas Munro2021-03-03
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Improve reporting for syntax errors in multi-line JSON data.Tom Lane2021-03-01
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01
* Introduce symbolic names for FeBeWaitSet positions.Thomas Munro2021-03-01
* Use SIGURG rather than SIGUSR1 for latches.Thomas Munro2021-03-01
* Optimize latches to send fewer signals.Thomas Munro2021-03-01
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Improve memory management in regex compiler.Tom Lane2021-02-26
* Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro2021-02-26
* VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan2021-02-25
* Allow complemented character class escapes within regex brackets.Tom Lane2021-02-25
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro2021-02-22
* Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro2021-02-22
* Avoid generating extra subre tree nodes for capturing parentheses.Tom Lane2021-02-20
* Convert regex engine's subre tree from binary to N-ary style.Tom Lane2021-02-20
* Recognize "match-all" NFAs within the regex engine.Tom Lane2021-02-20
* Invent "rainbow" arcs within the regex engine.Tom Lane2021-02-20
* Fix inconsistent configure data for --with-sslMichael Paquier2021-02-20
* Update snowballPeter Eisentraut2021-02-19
* Allow specifying CRL directoryPeter Eisentraut2021-02-18