summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2000-10-04Update soundex to new fmgr interface and fix algorithmPeter Eisentraut
2000-09-29Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut
2000-09-18Move contrib/odbc/odbc.sql together with odbc driver, remove old files;Peter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-23Comment fixes from Larry Rosenman" <ler@lerctr.org>.Thomas G. Lockhart
2000-08-23Create and manage information on MAC address OUIsThomas G. Lockhart
2000-08-03More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane
2000-07-28Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane
2000-07-22Arrays are toastable. (At least if you initdb, which I didn't force.)Tom Lane
2000-07-17Stat functions now in main system, contrib code no longer needed.Tom Lane
2000-07-16Automatic dependency trackingPeter Eisentraut
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-07-07Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane
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