Commit Graph

44534 Commits (cc415a56d09a8da7c919088036b6097b70f10791)
 

Author SHA1 Message Date
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
Peter Eisentraut 4120864b9e Change transaction state debug strings to match enum symbols 8 years ago
Peter Eisentraut 81148856b0 Improve savepoint error messages 8 years ago
Peter Eisentraut ec87efde8d Simplify parse representation of savepoint commands 8 years ago
Peter Eisentraut 04700b685f Rename TransactionChain functions 8 years ago
Peter Eisentraut 8d47a90862 Update function comments 8 years ago
Tom Lane 877cdf11ea Mop-up for letting VOID-returning SQL functions end with a SELECT. 8 years ago
Tom Lane 84a3611ccc Fix msvc/ecpg_regression.proj for recent ECPG test additions. 8 years ago
Tom Lane 2cf8c7aa48 Clean up duplicate table and function names in regression tests. 8 years ago
Robert Haas 1466bcfa4a Split create_grouping_paths into degenerate and non-degenerate cases. 8 years ago
Alvaro Herrera a446a1c70f test_ddl_deparse: rename matview 8 years ago
Tom Lane fb7db40ad2 Clean up duplicate role and schema names in regression tests. 8 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 8 years ago
Robert Haas 648a6c7bd8 Pass additional arguments to a couple of grouping-related functions. 8 years ago
Alvaro Herrera 8d1b805fcc restrict -> pg_restrict 8 years ago
Alvaro Herrera e69f5e0efc test_ddl_deparse: Don't use pg_class as source for a matview 8 years ago
Alvaro Herrera 24c0a6c649 logical replication: fix OID type mapping mechanism 8 years ago
Peter Eisentraut 8df5a1c868 Fix compiler warning 8 years ago
Peter Eisentraut f66e8bf875 Remove pg_class.relhaspkey 8 years ago
Stephen Frost 6b960aae90 Fix function-header comments in planner.c 8 years ago
Stephen Frost 1f7b8967ef Fix typo in add_paths_to_append_rel() 8 years ago
Michael Meskes 20ba33dade Fixed compiler warnings in test case. 8 years ago
Peter Eisentraut 33803f67f1 Support INOUT arguments in procedures 8 years ago
Alvaro Herrera 484a4a08ab Log when a BRIN autosummarization request fails 8 years ago
Stephen Frost 97d18ce27d Fix comment for ExecProcessReturning 8 years ago
Peter Eisentraut df411e7c66 Add tests for reinit.c 8 years ago
Michael Meskes 3b7ab43804 Add Oracle like handling of char arrays. 8 years ago
Michael Meskes db2fc801f6 Fix double frees in ecpg. 8 years ago
Andres Freund 1e22166e5e Expand AND/OR regression tests around NULL handling. 8 years ago
Andres Freund 4f63e85eb1 Add COSTS off to two EXPLAIN using tests. 8 years ago
Robert Haas 0927d2f46d Let Parallel Append over simple UNION ALL have partial subpaths. 8 years ago
Tom Lane d04900de7d When updating reltuples after ANALYZE, just extrapolate from our sample. 8 years ago
Tom Lane 38f7831d70 Avoid holding AutovacuumScheduleLock while rechecking table statistics. 8 years ago
Michael Meskes b32fad52e9 Set connection back to NULL after freeing it. 8 years ago
Peter Eisentraut 17bb625017 Move strtoint() to common 8 years ago