summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2021-02-16Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.Andres Freund
2021-02-15Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas
2021-02-15Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao
2021-02-15Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro
2021-02-15Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-15Minor fixes to improve regex debugging code.Tom Lane
2021-02-15ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro
2021-02-13README/C-comment: document GiST's NSN valueBruce Momjian
2021-02-12Tweak compiler version cutoff for no_sanitize("alignment") support.Tom Lane
2021-02-12pg_attribute_no_sanitize_alignment() macroAlexander Korotkov
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-12Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan
2021-02-11Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
2021-02-10Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila
2021-02-09Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao
2021-02-09Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao
2021-02-09Add option PROCESS_TOAST to VACUUMMichael Paquier
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas