Age | Commit message (Expand) | Author |
2017-06-28 | Merge remote-tracking branch 'remotes/origin/master' into xl10devel | Pavan Deolasee |
2017-06-20 | Fix regression errors due to ROUNDROBIN randomization | Tomas Vondra |
2017-06-14 | Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40 | Pavan Deolasee |
2017-03-11 | Improve expression evaluation test coverage. | Andres Freund |
2017-01-05 | Fix handling of empty arrays in array_fill(). | Tom Lane |
2016-12-09 | Fix crasher bug in array_position(s) | Alvaro Herrera |
2016-10-27 | Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365' | Pavan Deolasee |
2015-12-23 | Allow omitting one or both boundaries in an array slice specifier. | Tom Lane |
2015-12-18 | Revert 9246af6799819847faa33baf441251003acbb8fe because | Teodor Sigaev |
2015-12-18 | Allow to omit boundaries in array subscript | Teodor Sigaev |
2015-07-24 | Fix bug around assignment expressions containing indirections. | Andres Freund |
2015-06-04 | Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER | Pavan Deolasee |
2015-04-27 | Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4 | Pavan Deolasee |
2015-03-30 | Change array_offset to return subscripts, not offsets | Alvaro Herrera |
2015-03-18 | array_offset() and array_offsets() | Alvaro Herrera |
2014-11-25 | Support arrays as input to array_agg() and ARRAY(SELECT ...). | Tom Lane |
2014-09-09 | Add width_bucket(anyelement, anyarray). | Tom Lane |
2014-09-01 | Make necessary changes to regression test cases and expected output files to | Pavan Deolasee |
2014-05-01 | Fix failure to detoast fields in composite elements of structured types. | Tom Lane |
2014-02-01 | arrays: tighten checks for multi-dimensional input | Bruce Momjian |
2014-01-21 | Add a cardinality function for arrays. | Robert Haas |
2013-12-11 | Tweak placement of explicit ANALYZE commands in the regression tests. | Tom Lane |
2013-06-01 | Don't emit non-canonical empty arrays in array_remove(). | Noah Misch |
2013-05-12 | Fix handling of strict non-set functions with NULLs in set-valued inputs. | Tom Lane |
2012-08-22 | Remove reserved keywords REPLICATION, MODULO, HASH, ROUND and ROBIN | Michael Paquier |
2012-07-27 | Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/master | Michael Paquier |
2012-07-11 | Add array_remove() and array_replace() functions. | Tom Lane |
2012-04-23 | Remove additional output for test arrays | Michael Paquier |
2012-04-05 | New GUC parameter to control 2PC usage for temporary objects | Michael P |
2012-03-04 | Collect and use element-frequency statistics for arrays. | Tom Lane |
2011-07-06 | Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master | Michael P |
2011-05-20 | Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxc | Pavan Deolasee |
2011-05-19 | Updated regression tests. | Mason Sharp |
2011-01-08 | Fix GIN to support null keys, empty and null items, and full index scans. | Tom Lane |
2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
2010-08-10 | Add three-parameter forms of array_to_string and string_to_array, to allow | Tom Lane |
2010-02-18 | Fix ExecEvalArrayRef to pass down the old value of the array element or slice | Tom Lane |
2009-04-09 | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane |
2008-11-29 | Fix recently-added array_agg tests to ensure they produce stable results | Tom Lane |
2008-11-14 | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane |
2008-11-13 | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut |
2008-11-12 | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut |
2008-11-05 | A few additional test cases for array functionality | Peter Eisentraut |
2008-11-04 | ADD array_ndims function | Peter Eisentraut |
2008-07-16 | Add array_fill() to create arrays initialized with a value. | Bruce Momjian |
2008-04-28 | Add generate_subscripts, a series-generation function which generates an | Alvaro Herrera |
2008-03-20 | Arrange for an explicit cast applied to an ARRAY[] constructor to be applied | Tom Lane |
2007-05-12 | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane |
2006-09-29 | Allow assignment to array elements not contiguous with those already | Tom Lane |
2006-09-10 | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane |