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-09-21
Use size_t consistently in dsa.{ch}.
Thomas Munro
2018-09-18
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-06
Refactor dlopen() support
Peter Eisentraut
2018-08-24
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-16
Use the built-in float datatypes to implement geometric types
Tomas Vondra
2018-08-12
Revert "Distinguish printf-like functions that support %m from those that don...
Tom Lane
2018-08-11
Produce compiler errors if errno is referenced inside elog/ereport calls.
Tom Lane
2018-08-11
Distinguish printf-like functions that support %m from those that don't.
Tom Lane
2018-08-10
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
Fix typo in file identification and copyright year
Alvaro Herrera
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
Refactor geometric functions and operators
Tomas Vondra
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-16
Add plan_cache_mode setting
Peter Eisentraut
2018-07-11
Fix more wrong paths in header comments
Alexander Korotkov
2018-06-08
Teach SHOW ALL to honor pg_read_all_settings membership
Alvaro Herrera
2018-05-16
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
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
[next]