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