summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-04Makefile cleanup from Karel.Bruce Momjian
2000-07-04Added CVS headerJan Wieck
2000-07-04New contrib module for statistical mathematicsJan Wieck
2000-07-04Now that I look at it, is_stopword() is broken and always has been.Tom Lane
2000-07-04Result of strcmp() is a signed int. Per bug reportTom Lane
2000-07-03 Very small changes in the contrib's pg_dumplo in the attache.Bruce Momjian
2000-06-19Remove old README files.Bruce Momjian
2000-06-19Add missing /contrib filesBruce Momjian
2000-06-19Update to /contrib from Karel.Bruce Momjian
2000-06-16Cleanup README Makefile installs.Bruce Momjian
2000-06-15Remove old doc files, now README.Bruce Momjian
2000-06-15Add missing /contrib files to CVS.Bruce Momjian
2000-06-15/contrib patch from Karel.Bruce Momjian
2000-06-12 Well, pg_dumplo is in attache. It is really simple program and now is notBruce Momjian
2000-06-11Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-05-29Update array_iterator to use new fmgr interface.Tom Lane
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
2000-05-18Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to useBruce Momjian
2000-05-16The old init file won't run under bash on my box.Bruce Momjian
2000-05-05Because we ended up forcing an initdb for 7.0 final, we aren't goingTom Lane
2000-04-28Update pgeasy examplesBruce Momjian
2000-04-28More libpgeasy update of connectdb() parameter orderingBruce Momjian
2000-04-16Add scripts to enable/disable use of new LIKE/regexp selectivityTom Lane
2000-04-16Print OIDs as %u not %d.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-11Internal functions to support newest ODBC driver {fn ...} conventions.Thomas G. Lockhart
2000-04-08Modify pgbench.c not to depend on configure, since it's not shipped with one.Tom Lane
2000-04-07Clean up directory to compile and run on my Linux box at least.Thomas G. Lockhart
2000-04-03Hi,Bruce Momjian
2000-03-19Since PORTNAME is no longer used at the level of C code (it's only inTom Lane
2000-02-13contrib-array.patchBruce Momjian
2000-01-26Add:Bruce Momjian
2000-01-25 as attache of this mail is patch (to the main tree) with to_char'sBruce Momjian
2000-01-22findoidjoins was suffering from bit rot (pginterface noTom Lane
2000-01-15Add pgench: a TPC-B like benchmarking toolTatsuo Ishii
1999-11-29I finish devel. of Oracle compatible DateTime routines TO_CHAR(),Bruce Momjian
1999-11-29Attached are the C-routines that implement a BIT and BIT VARYING type.Bruce Momjian
1999-10-11Add pginterface into main tree, called pgeasy.Bruce Momjian
1999-10-09Update contrib/README.Bruce Momjian
1999-10-09Remove contrib/int8.Bruce Momjian
1999-09-27Apply contrib patch from MassimoBruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-06-05Update from MassimoBruce Momjian
1999-06-05Hi,Bruce Momjian
1999-06-01typedef struct LTAGVadim B. Mikheev
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian