summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-22Fix invalid array access in trgm_regexp.c.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-20doc: Mention that partitions_{done,total} is 0 for REINDEX progress reportsMichael Paquier
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
2021-02-19Update snowballPeter Eisentraut
2021-02-19Add nbtree README section on page recycling.Peter Geoghegan
2021-02-19Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2021-02-18Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao
2021-02-18Add tests for bytea LIKE operatorPeter Eisentraut
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-18nbtree README: move VACUUM linear scan section.Peter Geoghegan
2021-02-17Fix tuple routing to initialize batching only for insertsTomas Vondra
2021-02-17Fix pointer type in ExecForeignBatchInsert SGML docsTomas Vondra
2021-02-17Make some minor improvements in the regex code.Tom Lane
2021-02-17Routine usage information schema tablesPeter Eisentraut
2021-02-17Fix typoMagnus Hagander
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut