summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-02-18Fix typo in transam.h for OIDs assigned by genbki.plMichael Paquier
2019-02-17Mark pg_config() stable rather than immutableJoe Conway
2019-02-16Allow user control of CTE materialization, and change the default behavior.Tom Lane
2019-02-16Fix previous MinGW fix.Andrew Gierth
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-16Cygwin and Mingw floating-point fixes.Andrew Gierth
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-15Refactor index cost estimation functions in view of IndexClause changes.Tom Lane
2019-02-15Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera
2019-02-15Simplify the planner's new representation of indexable clauses a little.Tom Lane
2019-02-14Get rid of another unconstify through API changesPeter Eisentraut
2019-02-14Move pattern selectivity code from selfuncs.c to like_support.c.Tom Lane
2019-02-13Fix portability issues in pg_bitutilsAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2019-02-13Use strtof() and not strtod() for float4 input.Andrew Gierth
2019-02-12Fix header inclusion issue.Tom Lane
2019-02-12Allow extensions to generate lossy index conditions.Tom Lane
2019-02-12Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier
2019-02-11Redesign the partition dependency mechanism.Tom Lane
2019-02-11Fix misleading PG_RE_THROW commentaryAlvaro Herrera
2019-02-09Build out the planner support function infrastructure.Tom Lane
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-02-09Refactor the representation of indexable clauses in IndexPaths.Tom Lane
2019-02-09Allow to reset execGrouping.c style tuple hashtables.Andres Freund
2019-02-09simplehash: Add support for resetting a hashtable's contents.Andres Freund
2019-02-07Add pg_partition_root to display top-most parent of a partition treeMichael Paquier
2019-02-07Split create_foreignscan_path() into three functions.Tom Lane
2019-02-07Use EXECUTE FUNCTION syntax for triggers morePeter Eisentraut
2019-02-06Fix heap_getattr() handling of fast defaults.Andres Freund
2019-02-04Avoid creation of the free space map for small heap relations, take 2.Amit Kapila
2019-02-03Add shared_memory_type GUC.Thomas Munro
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-31Add more columns to pg_stat_sslPeter Eisentraut
2019-01-31Allow RECORD and RECORD[] to be specified in function coldeflists.Tom Lane
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-29Make some small planner API cleanups.Tom Lane
2019-01-29Fix LLVM related headers to compile standalone (to fix cpluspluscheck).Andres Freund
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2019-01-28Install JIT related headers.Andres Freund
2019-01-28Revert "Avoid creation of the free space map for small heap relations."Amit Kapila
2019-01-28Avoid creation of the free space map for small heap relations.Amit Kapila
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-26Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier
2019-01-25Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.Tom Lane
2019-01-25Allow generalized expression syntax for partition boundsPeter Eisentraut
2019-01-23Remove argument isprimary from index_build()Michael Paquier
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-22Rename RelationData.rd_amroutine to rd_indam.Andres Freund