index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gist
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
2
-3
/
+4
*
Improve stability of recently-added regression test case.
Tom Lane
2018-10-16
2
-16
/
+12
*
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-03
1
-2
/
+9
*
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-03-01
2
-0
/
+57
*
Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.
Tom Lane
2016-06-05
2
-0
/
+24
*
Ensure plan stability in contrib/btree_gist regression test.
Tom Lane
2016-05-12
2
-0
/
+6
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
2
-2
/
+2
*
Improve spelling
Peter Eisentraut
2015-08-22
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
2
-2
/
+2
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
1
-2
/
+2
*
Be more careful about printing constants in ruleutils.c.
Tom Lane
2015-03-30
5
-9
/
+9
*
Add index-only scan support to btree_gist.
Heikki Linnakangas
2015-03-27
46
-51
/
+614
*
Minor refactoring of btree_gist code.
Heikki Linnakangas
2015-03-26
17
-53
/
+50
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
1
-2
/
+2
*
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-28
2
-15
/
+4
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
1
-19
/
+3
*
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-08-25
1
-1
/
+1
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
1
-1
/
+2
*
Suppress some more valgrind whining about btree_gist.
Tom Lane
2014-05-16
1
-8
/
+10
*
Fix a second cause of undersized pallocs for btree_gist indexes on macaddr.
Tom Lane
2014-05-16
1
-1
/
+2
*
Fix valgrind warning for btree_gist indexes on macaddr.
Tom Lane
2014-05-16
15
-4
/
+22
*
Initialize padding bytes in btree_gist varbit support.
Heikki Linnakangas
2014-05-13
1
-4
/
+8
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
19
-154
/
+0
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
5
-8
/
+0
*
Make contrib/btree_gist's GiST penalty function a bit saner.
Tom Lane
2013-02-07
1
-14
/
+10
*
Fix erroneous range-union logic for varlena types in contrib/btree_gist.
Tom Lane
2013-02-07
1
-10
/
+11
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
1
-1
/
+0
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
2
-10
/
+10
*
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-12
2
-0
/
+6
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
13
-72
/
+72
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
3
-2
/
+3
*
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
Bruce Momjian
2011-08-26
21
-1
/
+40
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-6
/
+6
*
Support "make check" in contrib
Peter Eisentraut
2011-04-25
1
-0
/
+2
*
Fix contrib/btree_gist to handle collations properly.
Tom Lane
2011-04-22
7
-187
/
+219
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
1
-6
/
+24
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
14
-71
/
+70
*
Add -lm to SHLIB_LINK for contrib/btree_gist.
Tom Lane
2011-03-03
1
-7
/
+11
*
Add KNNGIST support to contrib/btree_gist.
Tom Lane
2011-03-02
39
-54
/
+1523
*
Fix upgrade of contrib/btree_gist from 9.0.
Tom Lane
2011-02-17
2
-23
/
+141
*
Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.
Tom Lane
2011-02-13
1
-121
/
+121
*
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-13
8
-303
/
+182
*
Per-column collation support
Peter Eisentraut
2011-02-08
2
-7
/
+9
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
2
-51
/
+51
*
Add missing newlines at end of files
Peter Eisentraut
2010-10-26
6
-6
/
+6
*
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
1
-0
/
+2
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
1
-0
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
26
-26
/
+26
[next]