| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. | Tom Lane | 2009-06-11 | 1 | -12/+12 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 9 | -118/+120 |
* | ltree support for multibyte encodings. Patch was made by | Teodor Sigaev | 2008-06-30 | 5 | -87/+136 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 2 | -0/+6 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 9 | -20/+31 |
* | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 | 4 | -20/+30 |
* | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane | 2008-04-11 | 1 | -9/+6 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -25/+14 |
* | Change patternsel() so that instead of switching from a pure | Tom Lane | 2008-03-09 | 1 | -8/+19 |
* | Run pgindent on remaining files now that LOOPBYTE is a usable macro. | Bruce Momjian | 2007-11-16 | 2 | -7/+7 |
* | Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the | Bruce Momjian | 2007-11-16 | 3 | -69/+67 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 2 | -6/+6 |
* | Fix a few contrib regression test scripts that hadn't gotten the word | Tom Lane | 2007-11-13 | 2 | -12/+12 |
* | Adjust expected file for new CVS version label. | Bruce Momjian | 2007-11-13 | 1 | -8/+8 |
* | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian | 2007-11-13 | 3 | -0/+6 |
* | Make /contrib install/uninstall script consistent: | Bruce Momjian | 2007-11-11 | 3 | -70/+74 |
* | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian | 2007-11-10 | 1 | -2/+1 |
* | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian | 2007-11-10 | 1 | -512/+0 |
* | Support functions for index opclasses should be immutable. | Tom Lane | 2007-09-30 | 1 | -70/+70 |
* | Fix compile warning on Solaris, per buildfarm. (Why have we got | Tom Lane | 2007-07-15 | 1 | -2/+2 |
* | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 | 1 | -2/+3 |
* | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane | 2007-02-28 | 7 | -58/+60 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -2/+2 |
* | Add $PostgreSQL$ marker to contrib makefiles. | Peter Eisentraut | 2007-02-09 | 1 | -0/+2 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 5 | -19/+21 |
* | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 3 | -9/+9 |
* | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 | 1 | -4/+36 |
* | Fix omissions in contrib uninstall scripts. Michael Fuhr | Tom Lane | 2006-09-11 | 1 | -0/+2 |
* | Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s... | Teodor Sigaev | 2006-08-08 | 1 | -6/+26 |
* | fix bug about modifying value in shared buffer, | Teodor Sigaev | 2006-08-07 | 1 | -41/+13 |
* | Fix bug corrupting query in gist consistent function. | Teodor Sigaev | 2006-07-11 | 3 | -3/+19 |
* | Changes | Teodor Sigaev | 2006-06-28 | 2 | -5/+5 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+2 |
* | Fix ltreeparentsel so it actually works ... | Tom Lane | 2006-04-27 | 1 | -133/+26 |
* | Un-break ltree. | Tom Lane | 2006-04-27 | 1 | -2/+2 |
* | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 3 | -7/+198 |
* | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 | 1 | -2/+2 |
* | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway | 2006-03-13 | 1 | -23/+7 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 9 | -0/+12 |
* | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 | 5 | -27/+27 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 2 | -71/+82 |
* | contrib uninstall scripts | Peter Eisentraut | 2006-02-27 | 2 | -0/+252 |
* | Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | 2006-01-20 | 2 | -23/+27 |
* | Fix the assert_enabled issue properly. This eliminates the former ABI | Tom Lane | 2006-01-08 | 2 | -8/+0 |
* | Fix stupid bug with sizeof | Teodor Sigaev | 2005-12-06 | 1 | -1/+1 |
* | Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd | Tom Lane | 2005-11-19 | 4 | -0/+33 |
* | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 2 | -3/+2 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 5 | -15/+15 |
* | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 | 1 | -1/+1 |
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 1 | -4/+4 |