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