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-05-03
Rearrange makefile rules for running Gen_fmgrtab.pl.
Tom Lane
2018-05-02
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-06
Rename MemoryContextCopySetIdentifier() for clarity
Peter Eisentraut
2018-04-04
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-03
Add prefix operator for TEXT type.
Teodor Sigaev
2018-03-28
Allow committing inside cursor loop
Peter Eisentraut
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-22
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-22
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-04
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-02-17
Refactor format_type APIs to be more modular
Alvaro Herrera
2018-02-13
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-12
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-09
Mark assorted GUC variables as PGDLLIMPORT.
Robert Haas
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-29
Save a few bytes by removing useless last argument to SearchCatCacheList.
Tom Lane
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
[next]