Commit Graph

44286 Commits (cef60043dd27c47a1a4a220158836ccff20be07a)
 

Author SHA1 Message Date
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
Peter Eisentraut a7b8f0661d Fix typo 7 years ago
Peter Eisentraut b4e2ada347 In LDAP test, restart after pg_hba.conf changes 7 years ago
Peter Eisentraut ebdb42a0d6 Fix typo 7 years ago
Alvaro Herrera 8237f27b50 get_relid_attribute_name is dead, long live get_attname 7 years ago
Robert Haas 88ef48c1cc Fix parallel index builds for dynamic_shared_memory_type=none. 7 years ago
Alvaro Herrera 80f021ef13 Add missing article 7 years ago
Bruce Momjian 91389228a1 psql: give ^D hint for \q in place where \q is ignored 7 years ago
Tom Lane 5c9f2564fa Fix assorted errors in pg_dump's handling of extended statistics objects. 7 years ago
Tom Lane d02d4a6d4f Avoid premature free of pass-by-reference CALL arguments. 7 years ago
Tom Lane 65b1d76785 Fix oversight in CALL argument handling, and do some minor cleanup. 7 years ago
Alvaro Herrera fad15f4a54 Mention partitioned indexes in "Data Definition" chapter 7 years ago
Robert Haas 935dee9ad5 Mark assorted GUC variables as PGDLLIMPORT. 7 years ago
Robert Haas be42015fcc Clear stmt_timeout_active if we disable_all_timeouts. 7 years ago
Robert Haas 958e20e42d postgres_fdw: Attmempt to stabilize regression tests. 7 years ago
Robert Haas b78d0160da Fix incorrect method name in comment. 8 years ago
Robert Haas e44dd84325 Avoid listing the same ResultRelInfo in more than one EState list. 8 years ago
Robert Haas 88fdc70060 Fix possible infinite loop with Parallel Append. 8 years ago
Peter Eisentraut b3a101eff0 Refine SSL tests test name reporting 8 years ago
Robert Haas 882ea509fe postgres_fdw: Remove CTID output from some tests. 8 years ago
Robert Haas 1bc0100d27 postgres_fdw: Push down UPDATE/DELETE joins to remote servers. 8 years ago
Peter Eisentraut 7c44b75a2a Make new triggers tests more robust 8 years ago
Peter Eisentraut 32ff269117 Add more information_schema columns 8 years ago
Robert Haas b98a7cd58f Update out-of-date comment in StartupXLOG. 8 years ago
Robert Haas 4815dfa10f Remove prototype for fmgr() function, which no longer exists. 8 years ago