summaryrefslogtreecommitdiff
path: root/contrib/intagg
Commit message (Expand)AuthorAgeFilesLines
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-4/+4
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* contrib uninstall scriptsPeter Eisentraut2006-02-272-1/+11
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-1/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-11/+13
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* int_array_enum function should be using fcinfo->flinfo->fn_extra forTom Lane2005-08-151-7/+8
* Treat a zero-D array as empty in int_enum(), per Andrew@supernews.Tom Lane2005-04-231-2/+3
* int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane2005-04-231-0/+3
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-1/+0
* Adjust the API for aggregate function calls so that a C-coded functionTom Lane2005-03-122-55/+73
* Now that I look at it, int_array_enum() didn't work either.Tom Lane2005-01-271-0/+5
* Fix security and 64-bit issues in contrib/intagg. This code couldTom Lane2005-01-272-56/+50
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-2/+2
* Remove DROPs from contrib object creation scripts, per Dave Page.Tom Lane2004-10-011-2/+1
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+9
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-1/+0
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-4/+9
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+0
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-37/+15
* Just some fixups to a couple contrib directories I was trying out.Bruce Momjian2003-03-201-4/+5
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-20/+16
* pgindent run.Bruce Momjian2002-09-041-82/+82
* Fixes for intagg regression tests to match new array internal handling.Bruce Momjian2002-09-022-5/+13
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-301-22/+13
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-3/+5
* Change made to elog:Bruce Momjian2002-03-061-8/+8
* Try to make makefile actually work ...Tom Lane2002-02-251-19/+3
* Fix typo in Makefile.Bruce Momjian2002-02-251-1/+1
* Fix typo in filename.Bruce Momjian2002-02-251-0/+0
* Add integer aggregator to /contrib.Bruce Momjian2002-02-254-0/+397