index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gist
/
btree_utils_var.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Use CallerFInfoFunctionCall with btree_gist for varlena types
Andrew Dunstan
2017-03-21
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add index-only scan support to btree_gist.
Heikki Linnakangas
2015-03-27
*
Minor refactoring of btree_gist code.
Heikki Linnakangas
2015-03-26
*
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-28
*
Suppress some more valgrind whining about btree_gist.
Tom Lane
2014-05-16
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Make contrib/btree_gist's GiST penalty function a bit saner.
Tom Lane
2013-02-07
*
Fix erroneous range-union logic for varlena types in contrib/btree_gist.
Tom Lane
2013-02-07
*
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
Bruce Momjian
2011-08-26
*
Fix contrib/btree_gist to handle collations properly.
Tom Lane
2011-04-22
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Add btree_gist support for searching on "not equals".
Robert Haas
2010-08-02
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Preventing intersection of ranges during page split. Changes are only
Teodor Sigaev
2009-12-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-17
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Make use of qsort_arg in several places that were formerly using klugy
Tom Lane
2006-10-05
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
*
Add additional includes needed on some platforms.
Bruce Momjian
2006-07-14
*
Adjust /contrib for new include file contents.
Bruce Momjian
2006-07-13
*
Sort reference of include files, "A" - "F".
Bruce Momjian
2006-07-11
*
Changes
Teodor Sigaev
2006-06-28
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fixes from Janko Richter <jankorichter@yahoo.de>
Teodor Sigaev
2005-07-01
*
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
Neil Conway
2005-05-21
*
Fix typo in comment.
Neil Conway
2005-05-16
*
This patch makes some minor style cleanups to contrib/btree_gist: remove
Neil Conway
2005-05-12
*
Simplify/clean up code for varlena types
Teodor Sigaev
2005-03-01
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
[next]