Commit Graph

44518 Commits (432bb9e04da4d4a1799b1fe7c723b975cb070c43)
 

Author SHA1 Message Date
Andres Freund 432bb9e04d Basic JIT provider and error handling infrastructure. 8 years ago
Andres Freund 4317cc68a2 Fix typo in BITCODE_CXXFLAGS assignment. 8 years ago
Andres Freund a02671cfde Empty CXXFLAGS inherited from autoconf. 8 years ago
Tom Lane 846b5a5257 Prevent extensions from creating custom GUCs that are GUC_LIST_QUOTE. 8 years ago
Tom Lane 742869946f Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. 8 years ago
Tom Lane 0f0deb7194 Improve predtest.c's handling of cases with NULL-constant inputs. 8 years ago
Tom Lane 27ba260c73 Change oddly-chosen OID allocation. 8 years ago
Peter Eisentraut 4731d848f2 pg_controldata: Prevent division-by-zero errors 8 years ago
Alvaro Herrera 56163004b8 Fix relcache handling of the 'default' partition 8 years ago
Teodor Sigaev e51a04840a Add general purpose hasing functions to pgbench. 8 years ago
Tatsuo Ishii 8bb3c7d347 Fix typo. 8 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 8 years ago
Teodor Sigaev be8a7a6866 Add strict_word_similarity to pg_trgm module 8 years ago
Peter Eisentraut f20b328534 Add configure tests for stdbool.h and sizeof bool 8 years ago
Andrew Gierth d2d79887ea Repair crash with unsortable grouping sets. 8 years ago
Teodor Sigaev aea7c17e86 Rework word_similarity documentation, make it close to actual algorithm. 8 years ago
Peter Eisentraut d652e3525b doc: Small wording improvement 8 years ago
Andres Freund 4c0000b839 Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line. 8 years ago
Andres Freund 5b2526c838 Add configure infrastructure (--with-llvm) to enable LLVM support. 8 years ago
Andres Freund 6869b4f258 Add C++ support to configure. 8 years ago
Peter Eisentraut a364dfa4ac Attempt to fix build with unusual OpenSSL versions 8 years ago
Andres Freund 3de04e4ed1 Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro. 8 years ago
Tom Lane 264eb03aab Make configure check for a couple more Perl modules for --enable-tap-tests. 8 years ago
Robert Haas 94150513ec Don't pass the grouping target around unnecessarily. 8 years ago
Tom Lane b6cbe9ea1a Doc: typo fix, "PG_" should be "TG_" here. 8 years ago
Robert Haas b5996c2791 Determine grouping strategies in create_grouping_paths. 8 years ago
Robert Haas 4f15e5d09d Defer creation of partially-grouped relation until it's needed. 8 years ago
Alvaro Herrera 4dba331cb3 Fix CommandCounterIncrement in partition-related DDL 8 years ago
Tom Lane 467963c3e9 Prevent query-lifespan memory leakage of SP-GiST traversal values. 8 years ago
Peter Eisentraut 13c7c65ec9 Add missing break 8 years ago
Tom Lane 6497a18e6c Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. 8 years ago
Andrew Dunstan 9ad21a6957 Don't use an Msys virtual path to create a tablespace 8 years ago
Tom Lane 6fbd5cce22 Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY. 8 years ago
Alvaro Herrera ee0a1fc84e Remove unnecessary members from ModifyTableState and ExecInsert 8 years ago
Alvaro Herrera 839a8eb2b3 Expand comment a little bit 8 years ago
Alvaro Herrera 6666ee49f4 Fix state reversal after partition tuple routing 8 years ago
Robert Haas c596fadbfe Generate a separate upper relation for each stage of setop planning. 8 years ago
Robert Haas 49525c4630 Rewrite recurse_union_children to iterate, rather than recurse. 8 years ago
Magnus Hagander 71cce90ee9 Fix typo in comment 8 years ago
Tom Lane a467832047 Doc: note that statement-level view triggers require an INSTEAD OF trigger. 8 years ago
Magnus Hagander 8d2814f274 Fix pg_recvlogical for pre-10 versions 8 years ago
Tom Lane 2dbee9f19f Fix overflow handling in plpgsql's integer FOR loops. 8 years ago
Tom Lane 8f5ac44043 Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan. 8 years ago
Michael Meskes e400840b1d Fix closing of incorrectly named cursor. 8 years ago
Peter Eisentraut e3bdb2d926 Set libpq sslcompression to off by default 8 years ago
Peter Eisentraut 8a3d942529 Add ssl_passphrase_command setting 8 years ago
Andres Freund 7a50bb690b Add 'unit' parameter to ExplainProperty{Integer,Float}. 8 years ago
Andres Freund f3e4b95edb Make ExplainPropertyInteger accept 64bit input, remove *Long variant. 8 years ago
Tom Lane 9e17bdb8a5 Fix query-lifespan memory leakage in repeatedly executed hash joins. 8 years ago
Tom Lane 013c0baadd Doc: explicitly point out that enum values can't be dropped. 8 years ago