| Commit message (Expand) | Author | Age |
* | Throw a useful error message if an extension script file is fed to psql. | Tom Lane | 2011-10-12 |
* | Rethink naming of contrib/intagg extension. | Tom Lane | 2011-02-14 |
* | 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 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Rewrite intagg/Makefile from scratch, to avoid copyright mention. | Bruce Momjian | 2010-02-05 |
* | Reduce contrib/intagg to a thin wrapper around the new core functions | Tom Lane | 2008-11-14 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian | 2007-11-13 |
* | Make /contrib install/uninstall script consistent: | Bruce Momjian | 2007-11-11 |
* | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian | 2007-11-10 |
* | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian | 2007-11-10 |
* | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | contrib uninstall scripts | Peter Eisentraut | 2006-02-27 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 |
* | int_array_enum function should be using fcinfo->flinfo->fn_extra for | Tom Lane | 2005-08-15 |
* | Treat a zero-D array as empty in int_enum(), per Andrew@supernews. | Tom Lane | 2005-04-23 |
* | int_aggregate's int_enum() doesn't work correctly with arrays that | Tom Lane | 2005-04-23 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Adjust the API for aggregate function calls so that a C-coded function | Tom Lane | 2005-03-12 |
* | Now that I look at it, int_array_enum() didn't work either. | Tom Lane | 2005-01-27 |
* | Fix security and 64-bit issues in contrib/intagg. This code could | Tom Lane | 2005-01-27 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 |
* | Remove DROPs from contrib object creation scripts, per Dave Page. | Tom Lane | 2004-10-01 |
* | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | Just some fixups to a couple contrib directories I was trying out. | Bruce Momjian | 2003-03-20 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Fixes for intagg regression tests to match new array internal handling. | Bruce Momjian | 2002-09-02 |
* | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 |
* | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Try to make makefile actually work ... | Tom Lane | 2002-02-25 |
* | Fix typo in Makefile. | Bruce Momjian | 2002-02-25 |
* | Fix typo in filename. | Bruce Momjian | 2002-02-25 |
* | Add integer aggregator to /contrib. | Bruce Momjian | 2002-02-25 |