index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2019-02-18
Fix typo in transam.h for OIDs assigned by genbki.pl
Michael Paquier
2019-02-17
Mark pg_config() stable rather than immutable
Joe Conway
2019-02-16
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-16
Cygwin and Mingw floating-point fixes.
Andrew Gierth
2019-02-15
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-13
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-12
Fix header inclusion issue.
Tom Lane
2019-02-12
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-11
Redesign the partition dependency mechanism.
Tom Lane
2019-02-11
Fix misleading PG_RE_THROW commentary
Alvaro Herrera
2019-02-09
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-07
Add pg_partition_root to display top-most parent of a partition tree
Michael Paquier
2019-02-07
Split create_foreignscan_path() into three functions.
Tom Lane
2019-02-07
Use EXECUTE FUNCTION syntax for triggers more
Peter Eisentraut
2019-02-06
Fix heap_getattr() handling of fast defaults.
Andres Freund
2019-02-04
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-03
Add shared_memory_type GUC.
Thomas Munro
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-31
Add more columns to pg_stat_ssl
Peter Eisentraut
2019-01-31
Allow RECORD and RECORD[] to be specified in function coldeflists.
Tom Lane
2019-01-29
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-26
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-25
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-23
Remove argument isprimary from index_build()
Michael Paquier
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-22
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
[next]