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