summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-036-20/+21
* Make all commands that link a program look likePeter Eisentraut2000-11-301-2/+2
* Remove old, broken code for query_limit(), assert_enable(),Tom Lane2000-11-224-86/+4
* This file now redundant with README.pg_dumplo; remove it.Tom Lane2000-11-221-31/+0
* Code review: minor cleanups, make the world safe for unsigned OIDs.Tom Lane2000-11-226-136/+198
* Mention pgcrypto.Tom Lane2000-11-211-3/+7
* Make the world safe for unsigned OIDs.Tom Lane2000-11-212-35/+28
* Code review and cleanup.Tom Lane2000-11-212-61/+102
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-2022-28/+50
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-17/+7
* Remove pg_dumpaccounts from 7.1 tree.Bruce Momjian2000-11-023-220/+0
* Added utility script pg_dumpaccounts to contrib.Jan Wieck2000-11-023-0/+220
* Fix for PQsetdb port parameter due to the interface change.Tatsuo Ishii2000-11-011-3/+3
* Hashing functions from Marko Kreen <marko@l-t.ee>Peter Eisentraut2000-10-3114-1/+1450
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-242-6/+6
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-2016-50/+61
* Update soundex to new fmgr interface and fix algorithmPeter Eisentraut2000-10-044-57/+98
* 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