index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice
advice2
advice_unstable
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_plan_advice
pg_ringflush
pgfruit
pgpa_semijoin
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
cube
/
cubedata.h
Age
Commit message (
Expand
)
Author
2025-09-12
Allow redeclaration of typedef yyscan_t
Peter Eisentraut
2024-12-19
Prevent redeclaration of typedef yyscan_t
Peter Eisentraut
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-09-04
Build all Flex files standalone
John Naylor
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2016-09-27
Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs.
Tom Lane
2015-12-18
Cube extension kNN support
Teodor Sigaev
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2013-10-21
Extend cube on-disk format to pack points more tightly.
Heikki Linnakangas
2011-09-01
Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo
Bruce Momjian
2011-08-27
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
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
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-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2002-09-12
This is a comprehensive set of diffs (versus current CVS) that replaces those
Bruce Momjian
2002-08-29
The changes I have made are described in CHANGES. This was based on
Bruce Momjian
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2000-12-11
Gene Selkov's CUBE datatype (GiST example code)
Tom Lane