Commit Graph

44302 Commits (c2ff42c6c1631c6c67d09fc8574186a984566a0d)
 

Author SHA1 Message Date
Peter Eisentraut c2ff42c6c1 Error message improvement 8 years ago
Tom Lane 3486bcf9e8 Fix pg_dump's logic for eliding sequence limits that match the defaults. 8 years ago
Alvaro Herrera 9a89f6d854 Adjust ALTER TABLE docs on partitioned constraints 8 years ago
Magnus Hagander 9a44a26b65 Fix typo 8 years ago
Alvaro Herrera 6f1d723b63 Fix crash in pg_replication_slot_advance 8 years ago
Tom Lane 159efe4af4 Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks. 8 years ago
Alvaro Herrera 4108a28d3a Fix expected output 8 years ago
Alvaro Herrera eb7ed3f306 Allow UNIQUE indexes on partitioned tables 8 years ago
Tom Lane 524d64ea8e Remove bogus "extern" annotations on function definitions. 8 years ago
Tom Lane 8c44802b6e Remove redundant initialization of a local variable. 8 years ago
Peter Eisentraut ebf6049ebe Fix StaticAssertExpr() under C++ 8 years ago
Peter Eisentraut 2e1d1ebdff Remove redundant function declaration 8 years ago
Peter Eisentraut 97a804cb2b Message style fix 8 years ago
Peter Eisentraut 1a1adb215c Move function comment to the right place 8 years ago
Peter Eisentraut 7923118c16 Minor comment fix 8 years ago
Alvaro Herrera a26116c6cb Refactor format_type APIs to be more modular 8 years ago
Alvaro Herrera cef60043dd Mention trigger name in trigger test 8 years ago
Andres Freund ad7dbee368 Allow tupleslots to have a fixed tupledesc, use in executor nodes. 8 years ago
Andres Freund bf6c614a2f Do execGrouping.c via expression eval machinery, take two. 8 years ago
Peter Eisentraut ad9a274778 Fix crash when canceling parallel query 8 years ago
Tom Lane 49bff412ed Remove some inappropriate #includes. 8 years ago
Peter Eisentraut 2fb1abaeb0 Rename enable_partition_wise_join to enable_partitionwise_join 8 years ago
Magnus Hagander f8437c819a Fix typo in comment 8 years ago
Andres Freund 2a41507dab Revert "Do execGrouping.c via expression eval machinery." 8 years ago
Andres Freund 773aec7aa9 Do execGrouping.c via expression eval machinery. 8 years ago
Tom Lane 51db0d18fb Fix plpgsql to enforce domain checks when returning a NULL domain value. 8 years ago
Tom Lane 439c7bc1a0 Doc: fix minor bug in CREATE TABLE example. 8 years ago
Tom Lane 51940f9760 Cast to void in StaticAssertExpr, not its callers. 8 years ago
Tom Lane 03c5a00ea3 Move the extern declaration for ExceptionalCondition into c.h. 8 years ago
Tom Lane cbadba8dd6 Revert "Stabilize output of new regression test case". 8 years ago
Tom Lane feb1cc5593 Stabilize new plpgsql_record regression tests. 8 years ago
Andres Freund 6d7dc53500 Return implementation defined value if pg_$op_s$bit_overflow overflows. 8 years ago
Tom Lane 9a725f7b5c Silence assorted "variable may be used uninitialized" warnings. 8 years ago
Tom Lane 0c62356cc8 Add an assertion that we don't pass NULL to snprintf("%s"). 8 years ago
Tom Lane e748e902de Fix broken logic for reporting PL/Python function names in errcontext. 8 years ago
Tom Lane f9263006d8 Support CONSTANT/NOT NULL/initial value for plpgsql composite variables. 8 years ago
Tom Lane fd333bc763 Speed up plpgsql trigger startup by introducing "promises". 8 years ago
Tom Lane 40301c1c8b Speed up plpgsql function startup by doing fewer pallocs. 8 years ago
Tom Lane 4b93f57999 Make plpgsql use its DTYPE_REC code paths for composite-type variables. 8 years ago
Peter Eisentraut 2ac3e6acc2 doc: pg_function_is_visible also applies to aggregates and procedures 8 years ago
Peter Eisentraut 7a32ac8a66 Add procedure support to pg_get_functiondef 8 years ago
Peter Eisentraut 7cd56f218d Add tests for pg_get_functiondef 8 years ago
Peter Eisentraut a7b8f0661d Fix typo 8 years ago
Peter Eisentraut b4e2ada347 In LDAP test, restart after pg_hba.conf changes 8 years ago
Peter Eisentraut ebdb42a0d6 Fix typo 8 years ago
Alvaro Herrera 8237f27b50 get_relid_attribute_name is dead, long live get_attname 8 years ago
Robert Haas 88ef48c1cc Fix parallel index builds for dynamic_shared_memory_type=none. 8 years ago
Alvaro Herrera 80f021ef13 Add missing article 8 years ago
Bruce Momjian 91389228a1 psql: give ^D hint for \q in place where \q is ignored 8 years ago
Tom Lane 5c9f2564fa Fix assorted errors in pg_dump's handling of extended statistics objects. 8 years ago