postgresql/contrib/cube
Tom Lane 1265a9c8f8 Add binary I/O capability for cube datatype.
We can adjust the not-yet-released cube--1.4--1.5.sql upgrade
rather than making a whole new version.

KaiGai Kohei

Discussion: https://postgr.es/m/CAOP8fzZO4y60QPTK=RGDXeVeVHV9tLHKOsh7voUOoUouVCPV8A@mail.gmail.com
2021-03-06 12:04:05 -05:00
..
data
expected Change floating-point output format for improved performance. 2019-02-13 15:20:33 +00:00
sql Change floating-point output format for improved performance. 2019-02-13 15:20:33 +00:00
.gitignore
CHANGES
Makefile Remove deprecated containment operators for contrib types. 2021-03-05 10:45:41 -05:00
cube--1.0--1.1.sql
cube--1.1--1.2.sql Make contrib modules' installation scripts more secure. 2020-08-10 10:44:42 -04:00
cube--1.2--1.3.sql Distinguish selectivity of < from <= and > from >=. 2017-09-13 11:12:39 -04:00
cube--1.2.sql Update extensions with GIN/GIST support for parallel query. 2016-06-14 13:34:37 -04:00
cube--1.3--1.4.sql Make contrib modules' installation scripts more secure. 2020-08-10 10:44:42 -04:00
cube--1.4--1.5.sql Add binary I/O capability for cube datatype. 2021-03-06 12:04:05 -05:00
cube.c Add binary I/O capability for cube datatype. 2021-03-06 12:04:05 -05:00
cube.control Remove deprecated containment operators for contrib types. 2021-03-05 10:45:41 -05:00
cubedata.h Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 2017-09-18 15:21:23 -04:00
cubeparse.y Provide separate header file for built-in float types 2018-07-29 03:30:48 +02:00
cubescan.l Exclude flex-generated code from coverage testing 2017-10-16 16:28:11 -04:00