| Commit message (Expand) | Author | Age |
* | Avoid crashes in contrib/intarray gist__int_ops (bug #15518) | Andrew Gierth | 2018-11-24 |
* | Fix -e option in contrib/intarray/bench/bench.pl. | Tom Lane | 2016-08-17 |
* | Prevent stack overflow in query-type functions. | Noah Misch | 2015-10-05 |
* | Move strategy numbers to include/access/stratnum.h | Alvaro Herrera | 2015-05-15 |
* | Centralize definition of integer limits. | Andres Freund | 2015-03-25 |
* | Replace insertion sort in contrib/intarray with qsort(). | Tom Lane | 2015-03-15 |
* | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane | 2015-02-20 |
* | Eliminate unnecessary NULL checks in picksplit method of intarray. | Kevin Grittner | 2015-02-16 |
* | Fix typos in some error messages thrown by extension scripts when fed to psql. | Andres Freund | 2014-08-25 |
* | Add file version information to most installed Windows binaries. | Noah Misch | 2014-07-14 |
* | Adjust blank lines around PG_MODULE_MAGIC defines, for consistency | Bruce Momjian | 2014-07-10 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Create function prototype as part of PG_FUNCTION_INFO_V1 macro | Peter Eisentraut | 2014-04-18 |
* | Predict integer overflow to avoid buffer overruns. | Noah Misch | 2014-02-17 |
* | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut | 2013-11-10 |
* | intarray: return empty zero-dimensional array for an empty array | Bruce Momjian | 2013-09-07 |
* | Remove unreachable code | Peter Eisentraut | 2012-07-16 |
* | Run newly-configured perltidy script on Perl files. | Bruce Momjian | 2012-07-04 |
* | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 2012-06-25 |
* | Add const qualifiers where they are accidentally cast away | Peter Eisentraut | 2012-02-28 |
* | Fix longstanding error in contrib/intarray's int[] & int[] operator. | Tom Lane | 2012-02-16 |
* | Throw a useful error message if an extension script file is fed to psql. | Tom Lane | 2011-10-12 |
* | Remove many -Wcast-qual warnings | Peter Eisentraut | 2011-09-11 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Support "make check" in contrib | Peter Eisentraut | 2011-04-25 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs. | Tom Lane | 2011-02-18 |
* | Fix upgrade of contrib/intarray and contrib/unaccent from 9.0. | Tom Lane | 2011-02-17 |
* | Add backwards-compatible declarations of some core GIN support functions. | Tom Lane | 2011-02-16 |
* | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane | 2011-02-13 |
* | Convert contrib modules to use the extension facility. | Tom Lane | 2011-02-13 |
* | Prevent buffer overrun while parsing an integer in a "query_int" value. | Tom Lane | 2011-01-27 |
* | Fix assorted corner-case bugs in contrib/intarray. | Tom Lane | 2011-01-09 |
* | Update GIN support function definitions for contrib/intarray. | Tom Lane | 2011-01-07 |
* | Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." | Tom Lane | 2010-12-19 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane | 2010-09-22 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 |
* | Fix ginint4_queryextract() to actually do what it was intended to do for an | Tom Lane | 2010-03-25 |
* | Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. | Tom Lane | 2009-06-11 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Revert my patch of 2009-04-04 that removed contrib/intarray's definitions of | Tom Lane | 2009-06-07 |
* | Remove contrib/intarray's definitions of the <@ and @> operators, so that they | Tom Lane | 2009-04-05 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |