summaryrefslogtreecommitdiff
path: root/contrib/findoidjoins
AgeCommit message (Expand)Author
2005-06-23Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-11-04Honor TMPDIR.Bruce Momjian
2004-11-03Move trap to after the directory is created.Bruce Momjian
2004-11-03Create temporary files securely.Bruce Momjian
2004-10-20Use temp files in current directory, not /tmp, to reduce security riskTom Lane
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-08-04Update oidjoins regression test to match current catalog structure.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-19Update README file to show 7.4 oidjoins relationships. The regressionTom Lane
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-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
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-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10Update findoidjoins notes for 7.1.Tom Lane
2001-02-10Compile a little more cleanly.Tom Lane
2000-12-04Fix bogus makefiles ... these didn't build on platforms that are stickyTom Lane
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
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-15/contrib patch from Karel.Bruce Momjian
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-10-11Add pginterface into main tree, called pgeasy.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
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
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