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