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
/
backend
/
utils
/
adt
/
arrayfuncs.c
Age
Commit message (
Expand
)
Author
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-25
Make construct_[md_]array return a valid empty array for zero-size input.
Tom Lane
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-01
Fix assorted carelessness about Datum vs. int64 vs. uint64
Robert Haas
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-01-05
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-23
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-23
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-05-22
Fix recently-introduced crash in array_contain_compare().
Tom Lane
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-03-18
array_offset() and array_offsets()
Alvaro Herrera
2015-02-22
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-16
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-02
Improve error messages for malformed array input strings.
Tom Lane
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-09-11
Silence compiler warning on Windows.
Heikki Linnakangas
2014-09-09
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-01
arrays: tighten checks for multi-dimensional input
Bruce Momjian
2014-01-21
Add a cardinality function for arrays.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-06-01
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-07-11
Add array_remove() and array_replace() functions.
Tom Lane
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-05-23
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-20
Message style improvements
Peter Eisentraut
2011-04-27
Fix array- and path-creating functions to ensure padding bytes are zeroes.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-16
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-02-01
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-01-17
Fix miscalculation of itemsafter in array_set_slice().
Tom Lane
2011-01-09
Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.
Tom Lane
[next]