Commit Graph

44310 Commits (810e7e264ab547c404e32dba4f8733db53912084)
 

Author SHA1 Message Date
Robert Haas 810e7e264a Remove extra word from comment. 7 years ago
Robert Haas 84cb51b4e2 postgres_fdw: Fix interaction of PHVs with child joins. 7 years ago
Robert Haas de6428afe1 Avoid another valgrind complaint about write() of uninitalized bytes. 7 years ago
Robert Haas 9a5c4f58f3 Try to stabilize EXPLAIN output in partition_check test. 7 years ago
Robert Haas 7d8ac9814b Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes. 7 years ago
Tom Lane 38b41f182a Repair pg_upgrade's failure to preserve relfrozenxid for matviews. 7 years ago
Andres Freund 29d432e477 Blindly attempt to adapt sepgsql regression tests. 7 years ago
Andres Freund 4c0ec9ee28 Use platform independent type for TupleTableSlot->tts_off. 7 years ago
Peter Eisentraut c2ff42c6c1 Error message improvement 7 years ago
Tom Lane 3486bcf9e8 Fix pg_dump's logic for eliding sequence limits that match the defaults. 7 years ago
Alvaro Herrera 9a89f6d854 Adjust ALTER TABLE docs on partitioned constraints 7 years ago
Magnus Hagander 9a44a26b65 Fix typo 7 years ago
Alvaro Herrera 6f1d723b63 Fix crash in pg_replication_slot_advance 7 years ago
Tom Lane 159efe4af4 Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. 7 years ago
Alvaro Herrera 4108a28d3a Fix expected output 7 years ago
Alvaro Herrera eb7ed3f306 Allow UNIQUE indexes on partitioned tables 7 years ago
Tom Lane 524d64ea8e Remove bogus "extern" annotations on function definitions. 7 years ago
Tom Lane 8c44802b6e Remove redundant initialization of a local variable. 7 years ago
Peter Eisentraut ebf6049ebe Fix StaticAssertExpr() under C++ 7 years ago
Peter Eisentraut 2e1d1ebdff Remove redundant function declaration 7 years ago
Peter Eisentraut 97a804cb2b Message style fix 7 years ago
Peter Eisentraut 1a1adb215c Move function comment to the right place 7 years ago
Peter Eisentraut 7923118c16 Minor comment fix 7 years ago
Alvaro Herrera a26116c6cb Refactor format_type APIs to be more modular 7 years ago
Alvaro Herrera cef60043dd Mention trigger name in trigger test 7 years ago
Andres Freund ad7dbee368 Allow tupleslots to have a fixed tupledesc, use in executor nodes. 7 years ago
Andres Freund bf6c614a2f Do execGrouping.c via expression eval machinery, take two. 7 years ago
Peter Eisentraut ad9a274778 Fix crash when canceling parallel query 7 years ago
Tom Lane 49bff412ed Remove some inappropriate #includes. 7 years ago
Peter Eisentraut 2fb1abaeb0 Rename enable_partition_wise_join to enable_partitionwise_join 7 years ago
Magnus Hagander f8437c819a Fix typo in comment 7 years ago
Andres Freund 2a41507dab Revert "Do execGrouping.c via expression eval machinery." 7 years ago
Andres Freund 773aec7aa9 Do execGrouping.c via expression eval machinery. 7 years ago
Tom Lane 51db0d18fb Fix plpgsql to enforce domain checks when returning a NULL domain value. 7 years ago
Tom Lane 439c7bc1a0 Doc: fix minor bug in CREATE TABLE example. 7 years ago
Tom Lane 51940f9760 Cast to void in StaticAssertExpr, not its callers. 7 years ago
Tom Lane 03c5a00ea3 Move the extern declaration for ExceptionalCondition into c.h. 7 years ago
Tom Lane cbadba8dd6 Revert "Stabilize output of new regression test case". 7 years ago
Tom Lane feb1cc5593 Stabilize new plpgsql_record regression tests. 7 years ago
Andres Freund 6d7dc53500 Return implementation defined value if pg_$op_s$bit_overflow overflows. 7 years ago
Tom Lane 9a725f7b5c Silence assorted "variable may be used uninitialized" warnings. 7 years ago
Tom Lane 0c62356cc8 Add an assertion that we don't pass NULL to snprintf("%s"). 7 years ago
Tom Lane e748e902de Fix broken logic for reporting PL/Python function names in errcontext. 7 years ago
Tom Lane f9263006d8 Support CONSTANT/NOT NULL/initial value for plpgsql composite variables. 7 years ago
Tom Lane fd333bc763 Speed up plpgsql trigger startup by introducing "promises". 7 years ago
Tom Lane 40301c1c8b Speed up plpgsql function startup by doing fewer pallocs. 7 years ago
Tom Lane 4b93f57999 Make plpgsql use its DTYPE_REC code paths for composite-type variables. 7 years ago
Peter Eisentraut 2ac3e6acc2 doc: pg_function_is_visible also applies to aggregates and procedures 7 years ago
Peter Eisentraut 7a32ac8a66 Add procedure support to pg_get_functiondef 7 years ago
Peter Eisentraut 7cd56f218d Add tests for pg_get_functiondef 7 years ago