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
/
src
/
backend
/
utils
/
adt
/
arrayfuncs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
1
-2
/
+2
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
1
-2
/
+31
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
1
-3
/
+0
*
Fix recently-introduced crash in array_contain_compare().
Tom Lane
2015-05-22
1
-1
/
+1
*
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-14
1
-392
/
+599
*
array_offset() and array_offsets()
Alvaro Herrera
2015-03-18
1
-5
/
+15
*
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-21
1
-35
/
+71
*
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-02-16
1
-57
/
+101
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Improve error messages for malformed array input strings.
Tom Lane
2014-12-02
1
-24
/
+52
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
1
-35
/
+460
*
Silence compiler warning on Windows.
Heikki Linnakangas
2014-09-11
1
-0
/
+3
*
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-09
1
-0
/
+243
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-13
/
+14
*
arrays: tighten checks for multi-dimensional input
Bruce Momjian
2014-02-01
1
-4
/
+4
*
Add a cardinality function for arrays.
Robert Haas
2014-01-21
1
-0
/
+12
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
2013-05-31
1
-0
/
+8
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-6
/
+6
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Add array_remove() and array_replace() functions.
Tom Lane
2012-07-11
1
-0
/
+306
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
1
-2
/
+2
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
1
-0
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-2
/
+0
*
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-23
1
-5
/
+11
*
Message style improvements
Peter Eisentraut
2011-05-21
1
-2
/
+2
*
Fix array- and path-creating functions to ensure padding bytes are zeroes.
Tom Lane
2011-04-27
1
-7
/
+7
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
1
-12
/
+14
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-2
/
+3
*
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-16
1
-0
/
+206
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-1
/
+4
*
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-02-01
1
-2
/
+2
*
Fix miscalculation of itemsafter in array_set_slice().
Tom Lane
2011-01-17
1
-1
/
+5
*
Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.
Tom Lane
2011-01-09
1
-2
/
+2
*
Add array_contains_nulls() function in arrayfuncs.c.
Tom Lane
2011-01-08
1
-3
/
+44
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
1
-0
/
+111
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Use a non-locale-dependent definition of isspace() in array_in/array_out.
Tom Lane
2010-08-21
1
-7
/
+29
*
The sanity check added to array_recv() wa a bit too tight; we must
Heikki Linnakangas
2010-08-11
1
-9
/
+13
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-9
/
+10
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
binary migration: pg_migrator
Bruce Momjian
2009-12-19
1
-1
/
+6
*
Tigthen binary receive functions so that they reject values that the text
Heikki Linnakangas
2009-09-04
1
-1
/
+10
*
Revert dubious message wording change.
Tom Lane
2009-06-22
1
-3
/
+3
*
Message fixes
Peter Eisentraut
2009-06-21
1
-3
/
+3
*
Fix things so that array_agg_finalfn does not modify or free its input
Tom Lane
2009-06-20
1
-3
/
+15
[next]