Commit Graph

50817 Commits (bb437f995d47405ecd92cf66df71f7f7e40ed460)
 

Author SHA1 Message Date
David Rowley bb437f995d Add TID Range Scans to support efficient scanning ranges of TIDs 5 years ago
Peter Eisentraut f4adc41c4f Enhanced cycle mark values 5 years ago
Tom Lane 4e90052c46 Doc: further clarify libpq's description of connection string URIs. 5 years ago
Tom Lane 0fc1af174c Improve memory management in regex compiler. 5 years ago
Peter Eisentraut b3a9e9897e Extend a test case a little 5 years ago
Michael Paquier 329784e118 doc: Improve {archive,restore}_command for compressed logs 5 years ago
Thomas Munro 8556267b2b Revert "pg_collation_actual_version() -> pg_collation_current_version()." 5 years ago
Tom Lane 80ca8464fe Fix list-manipulation bug in WITH RECURSIVE processing. 5 years ago
Peter Geoghegan 2376361839 VACUUM VERBOSE: Count "newly deleted" index pages. 5 years ago
Tom Lane 301ed8812e Doc: remove src/backend/regex/re_syntax.n. 5 years ago
Tom Lane 7dc13a0f08 Change regex \D and \W shorthands to always match newlines. 5 years ago
Tom Lane 2a0af7fe46 Allow complemented character class escapes within regex brackets. 5 years ago
Fujii Masao 6b40d9bdbd Improve tab-completion for TRUNCATE. 5 years ago
Michael Paquier a6f8dc47a0 doc: Mention PGDATABASE as supported by pgbench 5 years ago
Peter Geoghegan e5d8a99903 Use full 64-bit XIDs in deleted nbtree pages. 5 years ago
Amit Kapila 8a4f9522d0 Fix relcache reference leak introduced by ce0fdbfe97. 5 years ago
Michael Paquier bcf2667bf6 Fix some typos, grammar and style in docs and comments 5 years ago
Peter Eisentraut 8ec8fe0f31 Message style fix 5 years ago
Michael Paquier c82d59d64e doc: Improve description of wal_receiver_status_interval 5 years ago
Alvaro Herrera 5a65eacfdc
Fix confusion in comments about generate_gather_paths 5 years ago
Alvaro Herrera 8deb6b38dc
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed 5 years ago
Tom Lane 3db05e76f9 Suppress compiler warning in new regex match-all detection code. 5 years ago
Alvaro Herrera d9d076222f
VACUUM: ignore indexing operations with CONCURRENTLY 5 years ago
Peter Eisentraut 6f6f284c7e Simplify printing of LSNs 5 years ago
Amit Kapila ade89ba5f4 Fix an oversight in ReorderBufferFinishPrepared. 5 years ago
Amit Kapila bc617a7b1c Change the error message for logical replication authentication failure. 5 years ago
Alvaro Herrera 0f5505a881
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls 5 years ago
Alvaro Herrera 6a03369a71
Fix typo 5 years ago
Magnus Hagander d22d0fa937 Fix docs build for website styles 5 years ago
Thomas Munro 5bc09a7471 Tab-complete CREATE COLLATION. 5 years ago
Thomas Munro beb4480c85 Refactor get_collation_current_version(). 5 years ago
Thomas Munro 9cf184cc05 pg_collation_actual_version() -> pg_collation_current_version(). 5 years ago
Thomas Munro 0fb0a0503b Hide internal error for pg_collation_actual_version(<bad OID>). 5 years ago
Fujii Masao f05ed5a5cf Initialize atomic variable waitStart in PGPROC, at postmaster startup. 5 years ago
Peter Eisentraut efbfb64241 Improve new hash partition bound check error messages 5 years ago
Michael Paquier 9294264278 Use pgstat_progress_update_multi_param() where possible 5 years ago
Thomas Munro db8374d804 Remove outdated reference to RAID spindles. 5 years ago
Tom Lane 190c79884a Simplify memory management for regex DFAs a little. 5 years ago
Tom Lane 6ee479abfc Fix invalid array access in trgm_regexp.c. 5 years ago
Tom Lane ea1268f630 Avoid generating extra subre tree nodes for capturing parentheses. 5 years ago
Tom Lane 5810430894 Convert regex engine's subre tree from binary to N-ary style. 5 years ago
Tom Lane cebc1d34e5 Fix regex engine to suppress useless concatenation sub-REs. 5 years ago
Tom Lane 824bf71902 Recognize "match-all" NFAs within the regex engine. 5 years ago
Tom Lane 08c0d6ad65 Invent "rainbow" arcs within the regex engine. 5 years ago
Michael Paquier 1766118833 doc: Mention that partitions_{done,total} is 0 for REINDEX progress reports 5 years ago
Michael Paquier a899ec1cb2 Fix inconsistent configure data for --with-ssl 5 years ago
Fujii Masao fe06819f10 Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN. 5 years ago
Fujii Masao 8a55cb5ba9 Fix bug in COMMIT AND CHAIN command. 5 years ago
Peter Eisentraut 678d0e239b Update snowball 5 years ago
Peter Geoghegan b071a31149 Add nbtree README section on page recycling. 5 years ago