summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-291-4/+4
* Move contrib/odbc/odbc.sql together with odbc driver, remove old files;Peter Eisentraut2000-09-189-952/+98
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-316-19/+19
* Comment fixes from Larry Rosenman" <ler@lerctr.org>.Thomas G. Lockhart2000-08-231-5/+5
* Create and manage information on MAC address OUIsThomas G. Lockhart2000-08-234-0/+164
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-1/+2
* Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane2000-07-281-10/+0
* Arrays are toastable. (At least if you initdb, which I didn't force.)Tom Lane2000-07-221-3/+6
* Stat functions now in main system, contrib code no longer needed.Tom Lane2000-07-174-474/+0
* Automatic dependency trackingPeter Eisentraut2000-07-162-3/+3
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-122-7/+5
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-0925-757/+347
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-071-2/+2
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-052-9/+9
* Makefile cleanup from Karel.Bruce Momjian2000-07-0411-22/+22
* Added CVS headerJan Wieck2000-07-041-0/+2
* New contrib module for statistical mathematicsJan Wieck2000-07-044-0/+492
* Now that I look at it, is_stopword() is broken and always has been.Tom Lane2000-07-041-4/+3
* Result of strcmp() is a signed int. Per bug reportTom Lane2000-07-041-1/+1
* Very small changes in the contrib's pg_dumplo in the attache.Bruce Momjian2000-07-038-73/+5
* Remove old README files.Bruce Momjian2000-06-1917-0/+0
* Add missing /contrib filesBruce Momjian2000-06-1919-0/+1418
* Update to /contrib from Karel.Bruce Momjian2000-06-1987-1645/+257
* Cleanup README Makefile installs.Bruce Momjian2000-06-1621-219/+54
* Remove old doc files, now README.Bruce Momjian2000-06-155-170/+0
* Add missing /contrib files to CVS.Bruce Momjian2000-06-1529-0/+2308
* /contrib patch from Karel.Bruce Momjian2000-06-1572-4495/+1141
* Well, pg_dumplo is in attache. It is really simple program and now is notBruce Momjian2000-06-125-0/+427
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-111-4/+6
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-092-5/+9
* Update array_iterator to use new fmgr interface.Tom Lane2000-05-291-20/+21
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-2921-123/+49
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-2917-217/+186
* Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to useBruce Momjian2000-05-181-1/+4
* The old init file won't run under bash on my box.Bruce Momjian2000-05-161-1/+1
* Because we ended up forcing an initdb for 7.0 final, we aren't goingTom Lane2000-05-053-38/+2
* Update pgeasy examplesBruce Momjian2000-04-281-1/+1
* More libpgeasy update of connectdb() parameter orderingBruce Momjian2000-04-281-1/+1
* Add scripts to enable/disable use of new LIKE/regexp selectivityTom Lane2000-04-165-0/+164
* Print OIDs as %u not %d.Tom Lane2000-04-161-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-1216-1564/+1730
* Internal functions to support newest ODBC driver {fn ...} conventions.Thomas G. Lockhart2000-04-115-0/+806
* Modify pgbench.c not to depend on configure, since it's not shipped with one.Tom Lane2000-04-081-2/+2
* Clean up directory to compile and run on my Linux box at least.Thomas G. Lockhart2000-04-075-137/+83
* Hi,Bruce Momjian2000-04-039-132/+423
* Since PORTNAME is no longer used at the level of C code (it's only inTom Lane2000-03-193-841/+3
* contrib-array.patchBruce Momjian2000-02-1311-57/+79
* Add:Bruce Momjian2000-01-262-4/+6
* as attache of this mail is patch (to the main tree) with to_char'sBruce Momjian2000-01-2510-1874/+0
* findoidjoins was suffering from bit rot (pginterface noTom Lane2000-01-223-19/+26