summaryrefslogtreecommitdiff
path: root/contrib/findoidjoins/findoidjoins.c
AgeCommit message (Expand)Author
2005-06-23Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-09-05findoidjoins is updated for schemas, does not use libpgeasy.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Compile a little more cleanly.Tom Lane
2000-05-18Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to useBruce Momjian
2000-04-28Update pgeasy examplesBruce Momjian
2000-04-28More libpgeasy update of connectdb() parameter orderingBruce Momjian
2000-01-22findoidjoins was suffering from bit rot (pginterface noTom Lane
1999-05-25pgindent run over code.Bruce Momjian
1999-03-26Update findoidjoins for 6.5: remove workaround for long-dead bug,Tom Lane
1998-09-14Add new make_oidjoin_check utility and template1_check.sql. Fix someBruce Momjian
1998-08-11Change owner from oid to int4 type.Bruce Momjian
1998-08-11Remove NOBTREE defines, and make findoidlinks handle regproc.Bruce Momjian
1998-08-11New findoidjoins examines oid columns to find join relationships.Bruce Momjian