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
/
array_userfuncs.c
Age
Commit message (
Expand
)
Author
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-11-19
Change array_push and array_cat so that they retain the lower bound of
Tom Lane
2005-11-17
Make SQL arrays support null elements. This commit fixes the core array
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-01-01
Some more missed copyright notices. Many of these look like they
Tom Lane
2004-12-17
Make array_cat more paranoid about checking datatypes in empty arrays.
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-09-25
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-15
OK, some of these syntax errors should be given other codes.
Peter Eisentraut
2003-09-09
Some "feature not supported" errors are better syntax errors, because the
Peter Eisentraut
2003-08-17
Fix ARRAY[] construct so that in multidimensional case, elements can
Tom Lane
2003-08-04
pgindent run.
Bruce Momjian
2003-07-27
Error message editing in utils/adt. Again thanks to Joe Conway for doing
Tom Lane
2003-07-01
SQL functions can have arguments and results declared ANYARRAY or
Tom Lane
2003-06-27
Create real array comparison functions (that use the element datatype's
Tom Lane
2003-06-25
Back out array mega-patch.
Bruce Momjian
2003-06-24
Array mega-patch.
Bruce Momjian
2003-04-08
First phase of work on array improvements. ARRAY[x,y,z] constructor
Tom Lane