summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-01Update the docs and comments for decoding of prepared xacts.Amit Kapila
2021-03-01Use EVFILT_SIGNAL for kqueue latches.Thomas Munro
2021-03-01Use signalfd(2) for epoll latches.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-28Remove latch.c workaround for Linux < 2.6.27.Thomas Munro
2021-02-27pgbench: Remove now-dead CState->ecntMichael Paquier
2021-02-27Fix use-after-free bug with AfterTriggersTableData.storeslotAlvaro Herrera
2021-02-27Add missing TidRangeScan readfuncDavid Rowley
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-02-27Enhanced cycle mark valuesPeter Eisentraut
2021-02-26Improve memory management in regex compiler.Tom Lane
2021-02-26Extend a test case a littlePeter Eisentraut
2021-02-26Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro
2021-02-26Fix list-manipulation bug in WITH RECURSIVE processing.Tom Lane
2021-02-25VACUUM VERBOSE: Count "newly deleted" index pages.Peter Geoghegan
2021-02-25Doc: remove src/backend/regex/re_syntax.n.Tom Lane
2021-02-25Change regex \D and \W shorthands to always match newlines.Tom Lane
2021-02-25Allow complemented character class escapes within regex brackets.Tom Lane
2021-02-25Improve tab-completion for TRUNCATE.Fujii Masao
2021-02-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-25Fix relcache reference leak introduced by ce0fdbfe97.Amit Kapila
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-24Message style fixPeter Eisentraut
2021-02-23Fix confusion in comments about generate_gather_pathsAlvaro Herrera
2021-02-23Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera
2021-02-23Suppress compiler warning in new regex match-all detection code.Tom Lane
2021-02-23VACUUM: ignore indexing operations with CONCURRENTLYAlvaro Herrera
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-23Fix an oversight in ReorderBufferFinishPrepared.Amit Kapila
2021-02-23Change the error message for logical replication authentication failure.Amit Kapila
2021-02-22Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera
2021-02-22Fix typoAlvaro Herrera
2021-02-22Tab-complete CREATE COLLATION.Thomas Munro
2021-02-22Refactor get_collation_current_version().Thomas Munro
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-22Initialize atomic variable waitStart in PGPROC, at postmaster startup.Fujii Masao
2021-02-22Improve new hash partition bound check error messagesPeter Eisentraut
2021-02-22Use pgstat_progress_update_multi_param() where possibleMichael Paquier
2021-02-22Remove outdated reference to RAID spindles.Thomas Munro
2021-02-22Simplify memory management for regex DFAs a little.Tom Lane
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-20Fix regex engine to suppress useless concatenation sub-REs.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-19Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.Fujii Masao
2021-02-19Fix bug in COMMIT AND CHAIN command.Fujii Masao