summaryrefslogtreecommitdiff
path: root/contrib/intarray
AgeCommit message (Collapse)Author
2001-06-11contrib/intarray updates from Oleg Bartunov:Tom Lane
it's reimplemented to use function interface version 1 and special treating of degenerated signatures.
2001-05-31Ooops, forgot to commit Makefile along with other changes.Tom Lane
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane
and Teodor Sigaev). Declare key values as Datum where appropriate, rather than char* (Tom Lane).
2001-03-22Run pgindent on _int.c, for Tom Lane. I had skipped this file becauseBruce Momjian
of a complex macro that pgindent complained about. Hand-adjusted macro for pgindent run.
2001-03-20Repair intarray's problems with TOASTed input, avoid scribbling onTom Lane
source data, improve split algorithm for intbig_ops. Oleg Bartunov with some kibitzing from Tom Lane.
2001-03-18Restore include-file updates, and fix some of the more glaring macroTom Lane
sloppiness (insufficient parenthesization, etc). It still fails regress test for me, however.
2001-03-18Restore Peter's makefile fixes.Tom Lane
2001-03-17Update contrib intarray to Jan 25 version.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
or library directories on the command line.
2001-02-12Add // -> /* */ mapping to pgindent.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions.
2001-01-13Clean up garbage.Peter Eisentraut
2001-01-13Surely one README file is enough.Peter Eisentraut
2001-01-12Surely we don't need a 7.0.3 makefile in 7.1.Peter Eisentraut
2001-01-12Add to DROP todo.Bruce Momjian
2001-01-12commit Oleg and Teodor's RD-tree implementation ... this provides theMarc G. Fournier
regression tests for the GiST changes ... this should be integrated into the regular regression tests similar to Vadim's SPI contrib stuff ...