summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-01Remove obsolete comment for WaitForProcSignalBarrier().Thomas Munro
2021-03-01Fix recovery test hang in 021_row_visibility.pl on windows.Andres Freund
2021-03-01Allow condition variables to be used in interrupt code.Thomas Munro
2021-03-01Use condition variables for ProcSignalBarriers.Thomas Munro
2021-03-01Avoid repeated decoding of prepared transactions after a restart.Amit Kapila
2021-03-01Use FeBeWaitSet for walsender.c.Thomas Munro
2021-03-01Introduce symbolic names for FeBeWaitSet positions.Thomas Munro
2021-03-01Update docs of logical replication for commit ce0fdbfe97.Amit Kapila
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-27Raise a timeout to 180s, in contrib/test_decoding.Noah Misch
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-26Doc: further clarify libpq's description of connection string URIs.Tom Lane
2021-02-26Improve memory management in regex compiler.Tom Lane
2021-02-26Extend a test case a littlePeter Eisentraut
2021-02-26doc: Improve {archive,restore}_command for compressed logsMichael Paquier
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-25doc: Mention PGDATABASE as supported by pgbenchMichael Paquier
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-24doc: Improve description of wal_receiver_status_intervalMichael Paquier
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-22Fix docs build for website stylesMagnus Hagander
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