Age | Commit message (Expand) | Author |
2025-03-26 | Use PG_MODULE_MAGIC_EXT in our installable shared libraries. | Tom Lane |
2024-12-18 | cube: pure parser and reentrant scanner | Peter Eisentraut |
2022-12-09 | Convert a few datatype input functions to use "soft" error reporting. | Tom Lane |
2022-10-07 | Remove unnecessary uses of Abs() | Peter Eisentraut |
2022-09-22 | Harmonize parameter names in contrib code. | Peter Geoghegan |
2022-09-04 | Build all Flex files standalone | John Naylor |
2021-03-06 | Add binary I/O capability for cube datatype. | Tom Lane |
2020-01-30 | Clean up newlines following left parentheses | Alvaro Herrera |
2019-10-24 | Make the order of the header file includes consistent in contrib modules. | Amit Kapila |
2019-07-16 | Fix inconsistencies and typos in the tree | Michael Paquier |
2019-07-08 | Fix inconsistencies in the code | Michael Paquier |
2019-05-22 | Initial pgindent run for v12. | Tom Lane |
2018-08-31 | Enforce cube dimension limit in all cube construction functions | Alexander Korotkov |
2018-07-29 | Provide separate header file for built-in float types | Tomas Vondra |
2018-07-11 | Rethink how to get float.h in old Windows API for isnan/isinf | Alvaro Herrera |
2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane |
2018-01-11 | llow negative coordinate for ~> (cube, int) operator | Teodor Sigaev |
2018-01-11 | Fix behavior of ~> (cube, int) operator | Teodor Sigaev |
2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut |
2017-09-18 | Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. | Tom Lane |
2017-09-05 | Remove unnecessary casts | Peter Eisentraut |
2017-09-05 | Remove unnecessary parentheses in return statements | Peter Eisentraut |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2016-09-27 | Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs. | Tom Lane |
2015-12-28 | Code and docs review for cube kNN support. | Tom Lane |
2015-12-18 | Cube extension kNN support | Teodor Sigaev |
2015-09-05 | Fix misc typos. | Heikki Linnakangas |
2015-05-15 | Move strategy numbers to include/access/stratnum.h | Alvaro Herrera |
2015-03-26 | Tweak __attribute__-wrapping macros for better pgindent results. | Tom Lane |
2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
2014-04-18 | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut |
2013-10-31 | Use appendStringInfoString instead of appendStringInfo where possible. | Robert Haas |
2013-10-21 | Extend cube on-disk format to pack points more tightly. | Heikki Linnakangas |
2013-07-29 | Fix contrib/cube and contrib/seg to build with bison 3.0. | Tom Lane |
2013-04-23 | Remove prototype for cube(text) function that doesn't exist anymore. | Heikki Linnakangas |
2012-06-24 | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut |
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-01-09 | Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. | Tom Lane |
2010-11-15 | Fix bug in cube picksplit algorithm. | Robert Haas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2008-05-29 | Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 | Tom Lane |
2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
2007-03-07 | Athough cube is a varlena type, nowhere was a detoasting of cube's value, so | Teodor Sigaev |
2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-10 | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane |