summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-02-23Revise API for partition bound search functions.Robert Haas
2018-02-23Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.Robert Haas
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-22Remove extra words.Robert Haas
2018-02-22Fix perlcritic warningsPeter Eisentraut
2018-02-22Add user-callable SHA-2 functionsPeter Eisentraut
2018-02-22Be lazier about partition tuple routing.Robert Haas
2018-02-22Remove extra word from comment.Robert Haas
2018-02-22Avoid another valgrind complaint about write() of uninitalized bytes.Robert Haas
2018-02-22Try to stabilize EXPLAIN output in partition_check test.Robert Haas
2018-02-22Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.Robert Haas
2018-02-21Repair pg_upgrade's failure to preserve relfrozenxid for matviews.Tom Lane
2018-02-20Use platform independent type for TupleTableSlot->tts_off.Andres Freund
2018-02-20Error message improvementPeter Eisentraut
2018-02-20Fix pg_dump's logic for eliding sequence limits that match the defaults.Tom Lane
2018-02-20Fix typoMagnus Hagander
2018-02-20Fix crash in pg_replication_slot_advanceAlvaro Herrera
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-02-19Fix expected outputAlvaro Herrera
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-19Remove bogus "extern" annotations on function definitions.Tom Lane
2018-02-19Remove redundant initialization of a local variable.Tom Lane
2018-02-19Fix StaticAssertExpr() under C++Peter Eisentraut
2018-02-19Remove redundant function declarationPeter Eisentraut
2018-02-18Message style fixPeter Eisentraut
2018-02-18Move function comment to the right placePeter Eisentraut
2018-02-18Minor comment fixPeter Eisentraut
2018-02-17Refactor format_type APIs to be more modularAlvaro Herrera
2018-02-17Mention trigger name in trigger testAlvaro Herrera
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-02-16Do execGrouping.c via expression eval machinery, take two.Andres Freund
2018-02-16Fix crash when canceling parallel queryPeter Eisentraut
2018-02-16Remove some inappropriate #includes.Tom Lane
2018-02-16Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut
2018-02-16Fix typo in commentMagnus Hagander
2018-02-16Revert "Do execGrouping.c via expression eval machinery."Andres Freund
2018-02-16Do execGrouping.c via expression eval machinery.Andres Freund
2018-02-15Fix plpgsql to enforce domain checks when returning a NULL domain value.Tom Lane
2018-02-15Cast to void in StaticAssertExpr, not its callers.Tom Lane
2018-02-15Move the extern declaration for ExceptionalCondition into c.h.Tom Lane
2018-02-14Revert "Stabilize output of new regression test case".Tom Lane
2018-02-14Stabilize new plpgsql_record regression tests.Tom Lane
2018-02-14Return implementation defined value if pg_$op_s$bit_overflow overflows.Andres Freund
2018-02-14Silence assorted "variable may be used uninitialized" warnings.Tom Lane
2018-02-14Add an assertion that we don't pass NULL to snprintf("%s").Tom Lane
2018-02-14Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane
2018-02-14Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.Tom Lane
2018-02-14Speed up plpgsql trigger startup by introducing "promises".Tom Lane
2018-02-14Speed up plpgsql function startup by doing fewer pallocs.Tom Lane
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane