Commit Graph

44499 Commits (6869b4f2584787d9e4cefaab8a4bae1ecbe63766)
 

Author SHA1 Message Date
Andres Freund 6869b4f258 Add C++ support to configure. 7 years ago
Peter Eisentraut a364dfa4ac Attempt to fix build with unusual OpenSSL versions 7 years ago
Andres Freund 3de04e4ed1 Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro. 7 years ago
Tom Lane 264eb03aab Make configure check for a couple more Perl modules for --enable-tap-tests. 7 years ago
Robert Haas 94150513ec Don't pass the grouping target around unnecessarily. 7 years ago
Tom Lane b6cbe9ea1a Doc: typo fix, "PG_" should be "TG_" here. 7 years ago
Robert Haas b5996c2791 Determine grouping strategies in create_grouping_paths. 7 years ago
Robert Haas 4f15e5d09d Defer creation of partially-grouped relation until it's needed. 7 years ago
Alvaro Herrera 4dba331cb3 Fix CommandCounterIncrement in partition-related DDL 7 years ago
Tom Lane 467963c3e9 Prevent query-lifespan memory leakage of SP-GiST traversal values. 7 years ago
Peter Eisentraut 13c7c65ec9 Add missing break 7 years ago
Tom Lane 6497a18e6c Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. 7 years ago
Andrew Dunstan 9ad21a6957 Don't use an Msys virtual path to create a tablespace 7 years ago
Tom Lane 6fbd5cce22 Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY. 7 years ago
Alvaro Herrera ee0a1fc84e Remove unnecessary members from ModifyTableState and ExecInsert 7 years ago
Alvaro Herrera 839a8eb2b3 Expand comment a little bit 7 years ago
Alvaro Herrera 6666ee49f4 Fix state reversal after partition tuple routing 7 years ago
Robert Haas c596fadbfe Generate a separate upper relation for each stage of setop planning. 7 years ago
Robert Haas 49525c4630 Rewrite recurse_union_children to iterate, rather than recurse. 7 years ago
Magnus Hagander 71cce90ee9 Fix typo in comment 7 years ago
Tom Lane a467832047 Doc: note that statement-level view triggers require an INSTEAD OF trigger. 7 years ago
Magnus Hagander 8d2814f274 Fix pg_recvlogical for pre-10 versions 7 years ago
Tom Lane 2dbee9f19f Fix overflow handling in plpgsql's integer FOR loops. 7 years ago
Tom Lane 8f5ac44043 Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan. 7 years ago
Michael Meskes e400840b1d Fix closing of incorrectly named cursor. 7 years ago
Peter Eisentraut e3bdb2d926 Set libpq sslcompression to off by default 7 years ago
Peter Eisentraut 8a3d942529 Add ssl_passphrase_command setting 7 years ago
Andres Freund 7a50bb690b Add 'unit' parameter to ExplainProperty{Integer,Float}. 7 years ago
Andres Freund f3e4b95edb Make ExplainPropertyInteger accept 64bit input, remove *Long variant. 7 years ago
Tom Lane 9e17bdb8a5 Fix query-lifespan memory leakage in repeatedly executed hash joins. 7 years ago
Tom Lane 013c0baadd Doc: explicitly point out that enum values can't be dropped. 7 years ago
Peter Eisentraut 4120864b9e Change transaction state debug strings to match enum symbols 7 years ago
Peter Eisentraut 81148856b0 Improve savepoint error messages 7 years ago
Peter Eisentraut ec87efde8d Simplify parse representation of savepoint commands 7 years ago
Peter Eisentraut 04700b685f Rename TransactionChain functions 7 years ago
Peter Eisentraut 8d47a90862 Update function comments 7 years ago
Tom Lane 877cdf11ea Mop-up for letting VOID-returning SQL functions end with a SELECT. 7 years ago
Tom Lane 84a3611ccc Fix msvc/ecpg_regression.proj for recent ECPG test additions. 7 years ago
Tom Lane 2cf8c7aa48 Clean up duplicate table and function names in regression tests. 7 years ago
Robert Haas 1466bcfa4a Split create_grouping_paths into degenerate and non-degenerate cases. 7 years ago
Alvaro Herrera a446a1c70f test_ddl_deparse: rename matview 7 years ago
Tom Lane fb7db40ad2 Clean up duplicate role and schema names in regression tests. 7 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 7 years ago
Robert Haas 648a6c7bd8 Pass additional arguments to a couple of grouping-related functions. 7 years ago
Alvaro Herrera 8d1b805fcc restrict -> pg_restrict 7 years ago
Alvaro Herrera e69f5e0efc test_ddl_deparse: Don't use pg_class as source for a matview 7 years ago
Alvaro Herrera 24c0a6c649 logical replication: fix OID type mapping mechanism 7 years ago
Peter Eisentraut 8df5a1c868 Fix compiler warning 7 years ago
Peter Eisentraut f66e8bf875 Remove pg_class.relhaspkey 7 years ago
Stephen Frost 6b960aae90 Fix function-header comments in planner.c 7 years ago