Commit Graph

47481 Commits (b538c90b1bded5464787e2b8e4431302d24eb601)
 

Author SHA1 Message Date
Jeff Davis b538c90b1b Fix error in commit e6feef57. 7 years ago
Michael Paquier 70a33b2109 Fix typo in mvdistinct.c 7 years ago
Jeff Davis e6feef571a Fix daterange canonicalization for +/- infinity. 7 years ago
Peter Geoghegan d004147eb3 Fix nbtree metapage cache upgrade bug. 7 years ago
Tom Lane bc8393cf27 Further adjust SPITupleTable to provide a public row-count field. 7 years ago
Tomas Vondra 7d24f6a490 Simplify bitmap updates in multivariate MCV code 7 years ago
Tomas Vondra e4deae7396 Fix handling of NULLs in MCV items and constants 7 years ago
Tomas Vondra e8b6ae2130 Fix handling of opclauses in extended statistics 7 years ago
Tomas Vondra a4303a078c Remove unnecessary TYPECACHE_GT_OPR lookup 7 years ago
Andres Freund 21039555cd tableam: comment improvements. 7 years ago
Michael Paquier 1c1602b8b6 Simplify description of --data-checksums in documentation of initdb 7 years ago
Tom Lane 93907478e1 Update time zone data files to tzdata release 2019b. 7 years ago
Tom Lane f285322f9c Sync our copy of the timezone library with IANA release tzcode2019b. 7 years ago
Tom Lane fec0778c80 Clarify the distinction between public and private SPITupleTable fields. 7 years ago
Tom Lane 860c095fd5 Doc: explain where to find Makefile used to build sepgsql-regtest.pp. 7 years ago
Tom Lane 82c8a3c52a Fix sepgsql test results for commit d97b714a2. 7 years ago
Tom Lane d97b714a21 Avoid using lcons and list_delete_first where it's easy to do so. 7 years ago
Thomas Munro dfd0121dc7 Move some md.c-specific logic from smgr.c to md.c. 7 years ago
Tom Lane 3093eb2b83 Fix thinko in construction of old_conpfeqop list. 7 years ago
Tom Lane c245776906 Remove lappend_cell...() family of List functions. 7 years ago
Tom Lane 2f5b8eb5a2 Clean up some ad-hoc code for sorting and de-duplicating Lists. 7 years ago
Tom Lane 569ed7f483 Redesign the API for list sorting (list_qsort becomes list_sort). 7 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 7 years ago
Tom Lane 4c3d05d875 Remove dead code. 7 years ago
Bruce Momjian c6bce6ebb6 doc: mention pg_reload_conf() for reloading the config file 7 years ago
Thomas Munro 5823677acc Provide pgbench --show-script to dump built-in scripts. 7 years ago
Thomas Munro ce8f946764 Report the time taken by pgbench initialization steps. 7 years ago
Peter Geoghegan bfdbac2ab3 Correct nbtsplitloc.c comment. 7 years ago
Peter Geoghegan e3899ffd8b Fix pathological nbtree split point choice issue. 7 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
Thomas Munro 67b9b3ca32 Provide XLogRecGetFullXid(). 7 years ago
Peter Eisentraut 5925e55498 Add gen_random_uuid function 7 years ago
Alexander Korotkov 565f339000 Forgotten catversion bump 7 years ago
Alexander Korotkov 075f0a880f Add support for <-> (box, point) operator to SP-GiST box_ops 7 years ago
Alexander Korotkov c085e1c1cb Add support for <-> (box, point) operator to GiST box_ops 7 years ago
Alexander Korotkov 6254c55f81 Add missing commutators for distance operators 7 years ago
Andrew Gierth 6e74c64bcf Teach pg_stat_statements not to ignore FOR UPDATE clauses 7 years ago
Thomas Munro 0369f47366 Fix documentation for pgbench tpcb-like. 7 years ago
Noah Misch 8a0cbb8852 Revive test of concurrent OID generation. 7 years ago
Michael Paquier 39aadc9842 Fix some inconsistencies in MSVC scripts 7 years ago
Michael Paquier 170d11b8e7 Fix and improve several places in the docs 7 years ago
Thomas Munro 5b51bbfbd5 Fix tab completion for UPDATE. 7 years ago
Thomas Munro 7bdc6556fb Tab completion for CREATE TYPE. 7 years ago
Thomas Munro b91dd9de5e Forward received condition variable signals on cancel. 7 years ago
Thomas Munro 1321509fa4 Introduce timed waits for condition variables. 7 years ago
Thomas Munro b31fbe852c Warn if wal_level is too low when creating a publication. 7 years ago
Tom Lane d3751adcf1 Fix get_actual_variable_range() to cope with broken HOT chains. 7 years ago
David Rowley cfde234939 Fix RANGE partition pruning with multiple boolean partition keys 7 years ago
Alexander Korotkov 0cea6eb5a5 Fixes for jsonpath filter expression elements table in docs 7 years ago
Tom Lane b5810de3f4 Reduce memory consumption for multi-statement query strings. 7 years ago