summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2000-11-02Added pg_dumpaccounts utility script in contrib.Jan Wieck
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
1999-05-25pgindent run over code.Bruce Momjian
1999-05-23Remove more -B parameters not needed.Bruce Momjian
1999-05-17Updates for 6.5.Bruce Momjian
1999-05-16Undo collateral damage from recent patch: Makefile hadTom Lane
1999-05-12I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian
1999-05-10I send you a attach of my modified refint.c thatBruce Momjian
1999-05-10This patch is to add more commentsBruce Momjian
1999-05-10add mention of large object orphaningBruce Momjian
1999-04-10vacuumlo deals with large objects not referenced by any tables and removes them.Peter Mount
1999-03-27Delete unused system table pg_parg.Tom Lane
1999-03-26Update findoidjoins for 6.5: remove workaround for long-dead bug,Tom Lane
1999-03-16contrib/array_iterator/array_iterator.c won't compile.Bruce Momjian
1999-03-15Hi All,Bruce Momjian
1999-01-21i have made minor changes to array_iterator to make it work withBruce Momjian
1999-01-17Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane
1998-12-14OK, here is a diff for the README file in /usr/src/pgsql/contrib/spi/.Bruce Momjian
1998-12-12New moddatetime contrib from Terry Mackintosh.Bruce Momjian
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-11-25csh and sh examples were reversed.Thomas G. Lockhart