index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
arrayfuncs.c
Age
Commit message (
Expand
)
Author
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-05-31
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-25
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-21
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
2011-01-08
Add array_contains_nulls() function in arrayfuncs.c.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-10-30
Provide hashing support for arrays.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-21
Use a non-locale-dependent definition of isspace() in array_in/array_out.
Tom Lane
2010-08-11
The sanity check added to array_recv() wa a bit too tight; we must
Heikki Linnakangas
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-19
binary migration: pg_migrator
Bruce Momjian
2009-09-04
Tigthen binary receive functions so that they reject values that the text
Heikki Linnakangas
2009-06-22
Revert dubious message wording change.
Tom Lane
2009-06-21
Message fixes
Peter Eisentraut
2009-06-20
Fix things so that array_agg_finalfn does not modify or free its input
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-04-15
Substitute extraneous underscores with spaces.
Alvaro Herrera
2009-04-09
Remove SQL-compatibility function cardinality(). It is not exactly clear
Tom Lane
2009-04-05
Change cardinality() into a C-code function, instead of a SQL-language
Tom Lane
2009-01-30
Fix unnest() to handle a toasted input array safely. Per report from
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-28
Support window functions a la SQL:2008.
Tom Lane
2008-11-14
Implement the basic form of UNNEST, ie unnest(anyarray) returns setof
Tom Lane
2008-11-12
array_length() function, and for SQL compatibility also cardinality()
Peter Eisentraut
2008-11-04
ADD array_ndims function
Peter Eisentraut
2008-07-21
Code review for array_fill patch: fix inadequate check for array size overflow
Tom Lane
2008-07-16
Add array_fill() to create arrays initialized with a value.
Bruce Momjian
[next]