aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Use platform independent type for TupleTableSlot->tts_off.Andres Freund2018-02-20
* Error message improvementPeter Eisentraut2018-02-20
* Fix typoMagnus Hagander2018-02-20
* Fix crash in pg_replication_slot_advanceAlvaro Herrera2018-02-19
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-19
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-19
* Remove bogus "extern" annotations on function definitions.Tom Lane2018-02-19
* Remove redundant initialization of a local variable.Tom Lane2018-02-18
* Remove redundant function declarationPeter Eisentraut2018-02-18
* Message style fixPeter Eisentraut2018-02-18
* Move function comment to the right placePeter Eisentraut2018-02-17
* Minor comment fixPeter Eisentraut2018-02-17
* Refactor format_type APIs to be more modularAlvaro Herrera2018-02-17
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Do execGrouping.c via expression eval machinery, take two.Andres Freund2018-02-16
* Fix crash when canceling parallel queryPeter Eisentraut2018-02-16
* Remove some inappropriate #includes.Tom Lane2018-02-16
* Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut2018-02-16
* Fix typo in commentMagnus Hagander2018-02-16
* Revert "Do execGrouping.c via expression eval machinery."Andres Freund2018-02-15
* Do execGrouping.c via expression eval machinery.Andres Freund2018-02-15
* Cast to void in StaticAssertExpr, not its callers.Tom Lane2018-02-15
* Silence assorted "variable may be used uninitialized" warnings.Tom Lane2018-02-14
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-13
* Add procedure support to pg_get_functiondefPeter Eisentraut2018-02-13
* Fix typoPeter Eisentraut2018-02-12
* get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera2018-02-12
* Fix parallel index builds for dynamic_shared_memory_type=none.Robert Haas2018-02-12
* Avoid premature free of pass-by-reference CALL arguments.Tom Lane2018-02-10
* Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane2018-02-10
* Clear stmt_timeout_active if we disable_all_timeouts.Robert Haas2018-02-09
* Fix incorrect method name in comment.Robert Haas2018-02-08
* Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas2018-02-08
* Fix possible infinite loop with Parallel Append.Robert Haas2018-02-08
* Add more information_schema columnsPeter Eisentraut2018-02-07
* Update out-of-date comment in StartupXLOG.Robert Haas2018-02-07
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Fix incorrect grammar.Robert Haas2018-02-06
* Avoid valgrind complaint about write() of uninitalized bytes.Robert Haas2018-02-06
* Doc: move info for btree opclass implementors into main documentation.Tom Lane2018-02-06
* Fix possible crash in partition-wise join.Robert Haas2018-02-05
* Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane2018-02-05
* Skip setting up shared instrumentation for Hash node if not needed.Tom Lane2018-02-04
* Fix another instance of unsafe coding for shm_toc_lookup failure.Tom Lane2018-02-02
* Be more wary about shm_toc_lookup failure.Tom Lane2018-02-02
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Support parallel btree index builds.Robert Haas2018-02-02
* Refactor code for partition bound searchingRobert Haas2018-02-02
* Add new function WaitForParallelWorkersToAttach.Robert Haas2018-02-02
* Fix possible failure to mark hash metapage dirty.Robert Haas2018-02-01