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
/
utils
Age
Commit message (
Expand
)
Author
2018-01-23
Split out documentation of SSL parameters into their own section
Peter Eisentraut
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-17
Fix compiler warnings due to commit cc4feded
Andrew Dunstan
2018-01-17
Centralize json and jsonb handling of datetime types
Andrew Dunstan
2018-01-09
Remove PortalGetQueryDesc()
Peter Eisentraut
2018-01-09
Update portal-related memory context names and API
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-26
Add includes to make header files self-contained
Peter Eisentraut
2017-12-25
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-18
Add shared tuplestores.
Andres Freund
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-05
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-22
Generational memory allocator
Simon Riggs
2017-11-19
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-16
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-07
Fix unportable spelling of int64 constant.
Tom Lane
2017-11-07
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-10-29
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
Add hash_combine64.
Robert Haas
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-13
Improve sys/catcache performance.
Andres Freund
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-10-04
Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
Andres Freund
2017-10-04
Replace binary search in fmgr_isbuiltin with a lookup array.
Andres Freund
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-30
Fix typo.
Andres Freund
2017-09-22
Add inline murmurhash32(uint32) function.
Andres Freund
2017-09-22
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-15
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-09-12
Introduce BYTES unit for GUCs.
Andres Freund
2017-09-07
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-01
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-22
Add a hash_combine function for mixing hash values.
Andres Freund
2017-08-15
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-08-11
Reject use of ucol_strcollUTF8() before ICU 53
Peter Eisentraut
2017-08-10
Improve the error message when creating an empty range partition.
Robert Haas
2017-06-28
Change pg_ctl to detect server-ready by watching status in postmaster.pid.
Tom Lane
2017-06-23
Fix memory leakage in ICU encoding conversion, and other code review.
Tom Lane
[next]