summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-03-01Remove redundant IndexTupleDSize macro.Tom Lane
2018-02-28For partitionwise join, match on partcollation, not parttypcoll.Robert Haas
2018-02-27Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane
2018-02-26Update PartitionTupleRouting struct commentAlvaro Herrera
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-26Add a new upper planner relation for partially-aggregated results.Robert Haas
2018-02-24Add window RANGE support for float4, float8, numeric.Tom Lane
2018-02-24Fix filtering of unsupported relations in logical replicationPeter Eisentraut
2018-02-23Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-22Add user-callable SHA-2 functionsPeter Eisentraut
2018-02-22Be lazier about partition tuple routing.Robert Haas
2018-02-20Use platform independent type for TupleTableSlot->tts_off.Andres Freund
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-19Fix StaticAssertExpr() under C++Peter Eisentraut
2018-02-17Refactor format_type APIs to be more modularAlvaro 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-16Revert "Do execGrouping.c via expression eval machinery."Andres Freund
2018-02-16Do execGrouping.c via expression eval machinery.Andres Freund
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-14Return implementation defined value if pg_$op_s$bit_overflow overflows.Andres Freund
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-10Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane
2018-02-09Mark assorted GUC variables as PGDLLIMPORT.Robert Haas
2018-02-08Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas
2018-02-07Remove prototype for fmgr() function, which no longer exists.Robert Haas
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-05Fix possible crash in partition-wise join.Robert Haas
2018-02-02Fix application of identity values in some casesPeter Eisentraut
2018-02-02Support parallel btree index builds.Robert Haas
2018-02-02Add new function WaitForParallelWorkersToAttach.Robert Haas
2018-01-30Fix up references to scram-sha-256Peter Eisentraut
2018-01-29Introduce ExecQualAndReset() helper.Andres Freund
2018-01-29Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane
2018-01-29Prevent growth of simplehash tables when they're "too empty".Andres Freund
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-26Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane
2018-01-26Use abstracted SSL API in server connection log messagesPeter Eisentraut
2018-01-26Remove byte-masking macros for Datum conversion macrosPeter Eisentraut
2018-01-24Avoid referencing off the end of subplan_partition_offsets.Robert Haas
2018-01-24Improve implementation of pg_attribute_always_inline.Tom Lane
2018-01-23Report an ERROR if a parallel worker fails to start properly.Robert Haas
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-23Move SSL API comments to header filesPeter Eisentraut