index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
hstore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated containment operators for contrib types.
Tom Lane
2021-03-05
1
-0
/
+4
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
2
-0
/
+8
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Allow subscripting of hstore values.
Tom Lane
2020-12-11
6
-2
/
+345
*
Remove no-longer-usable hstore--1.0--1.1.sql update script.
Tom Lane
2020-08-15
2
-8
/
+1
*
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-10
2
-12
/
+32
*
Avoid using %c printf format for potentially non-ASCII characters.
Tom Lane
2020-06-29
1
-4
/
+12
*
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
1
-0
/
+15
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
6
-87
/
+178
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
4
-12
/
+12
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
1
-1
/
+1
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
2
-94
/
+1
*
Mark some contrib modules as "trusted".
Tom Lane
2020-02-13
1
-0
/
+1
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
1
-3
/
+3
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
1
-1
/
+1
*
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-07
1
-0
/
+5
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-2
/
+7
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
3
-6
/
+3
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
1
-1
/
+1
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
1
-2
/
+2
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
1
-1
/
+1
*
Remove unused macro
Peter Eisentraut
2019-02-28
1
-3
/
+0
*
Change function call information to be variable length.
Andres Freund
2019-01-26
1
-1
/
+1
*
Fix hstore hash function for empty hstores upgraded from 8.4.
Andrew Gierth
2018-11-24
1
-28
/
+19
*
Add a 64-bit hash function for type hstore.
Tom Lane
2018-11-23
6
-5
/
+64
*
Provide for contrib and pgxs modules to install include files.
Andrew Gierth
2018-07-31
1
-0
/
+2
*
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-02
1
-3
/
+7
*
Avoid formally-undefined use of memcpy() in hstoreUniquePairs().
Tom Lane
2017-11-25
1
-1
/
+2
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-5
/
+5
*
Support domains over composite types.
Tom Lane
2017-10-26
1
-10
/
+36
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
1
-4
/
+4
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
5
-36
/
+36
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
3
-2
/
+17
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-10
/
+12
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
2
-21
/
+21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
2
-3
/
+3
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
1
-12
/
+18
*
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-29
2
-0
/
+13
*
Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...
Tom Lane
2016-11-07
1
-1
/
+1
*
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-11-04
1
-1
/
+1
*
Update extensions with GIN/GIST support for parallel query.
Robert Haas
2016-06-14
2
-57
/
+115
*
Handle contrib's GIN/GIST support function signature changes honestly.
Tom Lane
2016-06-09
4
-3
/
+29
*
Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number.
Tom Lane
2016-02-03
1
-42
/
+1
*
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
2
-10
/
+10
*
Fix assorted inconsistencies in GIN opclass support function declarations.
Tom Lane
2016-01-19
1
-6
/
+6
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
1
-5
/
+5
*
Dodge a macro-name conflict with Perl.
Tom Lane
2015-11-19
6
-124
/
+143
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
2
-2
/
+2
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
1
-1
/
+1
[next]