| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow /contrib include files to compile on their own. | Bruce Momjian | 2006-07-10 | 1 | -0/+5 |
| * | Changes | Teodor Sigaev | 2006-06-28 | 2 | -6/+6 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -0/+2 |
| * | Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr> | Teodor Sigaev | 2006-05-10 | 2 | -19/+17 |
| * | Make GIN opclass worked with intarray extensions | Teodor Sigaev | 2006-05-03 | 8 | -16/+258 |
| * | Change int->int32, for clarity. | Bruce Momjian | 2006-04-12 | 1 | -1/+1 |
| * | Minor cleanups | Teodor Sigaev | 2006-04-03 | 2 | -4/+8 |
| * | Detoast query in g_intbig_consistent and copy query in g_int_consistent | Teodor Sigaev | 2006-04-03 | 2 | -10/+15 |
| * | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway | 2006-03-13 | 1 | -12/+4 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 1 | -0/+2 |
| * | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 | 1 | -1/+1 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 2 | -45/+46 |
| * | contrib uninstall scripts | Peter Eisentraut | 2006-02-27 | 2 | -1/+125 |
| * | Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane | 2006-01-20 | 2 | -20/+24 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -11/+13 |
| * | Defend against nulls-in-arrays in contrib/intarray. I may have put in | Tom Lane | 2005-11-19 | 6 | -44/+131 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -2/+3 |
| * | Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE instead | Teodor Sigaev | 2005-11-14 | 3 | -20/+16 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 1 | -1/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 3 | -25/+24 |
| * | Optimize benchmark query and update benchmark's results. | Teodor Sigaev | 2005-10-03 | 2 | -12/+14 |
| * | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 | 1 | -2/+2 |
| * | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 | 1 | -0/+2 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 1 | -1/+1 |
| * | Add intset() to README | Teodor Sigaev | 2005-01-27 | 1 | -0/+7 |
| * | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 | 4 | -7/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 2 | -311/+362 |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 1 | -5/+9 |
| * | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | 2004-03-30 | 3 | -26/+24 |
| * | Remove broken (and unnecessary) definition of operator <> for _int4 | Tom Lane | 2004-01-08 | 1 | -11/+11 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 4 | -63/+64 |
| * | Update contrib regression tests for recent error message editing. | Tom Lane | 2003-08-01 | 1 | -2/+2 |
| * | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 6 | -18/+39 |
| * | Update expected file to match new _int.sql. | Tom Lane | 2003-06-11 | 1 | -2/+2 |
| * | Add missing intarray files. | Bruce Momjian | 2003-06-11 | 6 | -0/+2750 |
| * | Changes: | Bruce Momjian | 2003-06-11 | 4 | -2699/+27 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -13/+13 |
| * | Fix failure when uniq-ifying an array of zero elements. | Tom Lane | 2003-05-16 | 1 | -17/+5 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 2 | -4/+2 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -4/+4 |
| * | Small fix in documentation and some examples of usage. Please, apply to | Bruce Momjian | 2002-12-27 | 1 | -2/+39 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -3/+1 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -1/+3 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -3/+1 |
| * | Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. | Tom Lane | 2002-11-01 | 1 | -2/+2 |
| * | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian | 2002-10-21 | 1 | -1/+0 |
| * | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 3 | -240/+371 |
| * | This is small README fix for contrib/intarray. Thank you. | Bruce Momjian | 2002-10-03 | 1 | -0/+2 |
| * | Clean up mess from duplicate patches. | Tom Lane | 2002-09-14 | 1 | -2/+0 |