| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move findoidjoins out of contrib and into src/tools, which is a more | Tom Lane | 2005-06-23 | 4 | -354/+0 |
| * | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian | 2005-03-25 | 1 | -2/+2 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Honor TMPDIR. | Bruce Momjian | 2004-11-04 | 1 | -3/+2 |
| * | Move trap to after the directory is created. | Bruce Momjian | 2004-11-03 | 1 | -1/+2 |
| * | Create temporary files securely. | Bruce Momjian | 2004-11-03 | 1 | -5/+16 |
| * | Use temp files in current directory, not /tmp, to reduce security risk | Tom Lane | 2004-10-20 | 1 | -9/+14 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 1 | -5/+9 |
| * | Update oidjoins regression test to match current catalog structure. | Tom Lane | 2004-08-04 | 1 | -4/+8 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 2 | -2/+2 |
| * | Update README file to show 7.4 oidjoins relationships. The regression | Tom Lane | 2003-10-19 | 1 | -5/+13 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -42/+43 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -2/+1 |
| * | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 1 | -1/+3 |
| * | findoidjoins is updated for schemas, does not use libpgeasy. | Tom Lane | 2002-09-05 | 4 | -171/+216 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -1/+1 |
| * | The attached patch changes most of the usages of sprintf() to | Bruce Momjian | 2002-08-15 | 1 | -2/+2 |
| * | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 2 | -6/+8 |
| * | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut | 2001-09-06 | 1 | -30/+9 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 2 | -8/+9 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 3 | -16/+16 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -1/+1 |
| * | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut | 2001-02-20 | 1 | -3/+6 |
| * | Update findoidjoins notes for 7.1. | Tom Lane | 2001-02-10 | 1 | -8/+11 |
| * | Compile a little more cleanly. | Tom Lane | 2001-02-10 | 1 | -4/+2 |
| * | Fix bogus makefiles ... these didn't build on platforms that are stickyREL7_1_BETA | Tom Lane | 2000-12-04 | 1 | -3/+14 |
| * | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 1 | -4/+4 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -3/+3 |
| * | Another round of those unportable config/build changes :-/ | Peter Eisentraut | 2000-07-09 | 1 | -41/+17 |
| * | Remove old README files. | Bruce Momjian | 2000-06-19 | 1 | -0/+0 |
| * | Add missing /contrib files | Bruce Momjian | 2000-06-19 | 1 | -0/+90 |
| * | Update to /contrib from Karel. | Bruce Momjian | 2000-06-19 | 2 | -93/+3 |
| * | Cleanup README Makefile installs. | Bruce Momjian | 2000-06-16 | 1 | -3/+3 |
| * | /contrib patch from Karel. | Bruce Momjian | 2000-06-15 | 1 | -15/+42 |
| * | Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to use | Bruce Momjian | 2000-05-18 | 1 | -1/+4 |
| * | Update pgeasy examples | Bruce Momjian | 2000-04-28 | 1 | -1/+1 |
| * | More libpgeasy update of connectdb() parameter ordering | Bruce Momjian | 2000-04-28 | 1 | -1/+1 |
| * | findoidjoins was suffering from bit rot (pginterface no | Tom Lane | 2000-01-22 | 3 | -19/+26 |
| * | Add pginterface into main tree, called pgeasy. | Bruce Momjian | 1999-10-11 | 1 | -1/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -11/+12 |
| * | Delete unused system table pg_parg. | Tom Lane | 1999-03-27 | 1 | -14/+15 |
| * | Update findoidjoins for 6.5: remove workaround for long-dead bug, | Tom Lane | 1999-03-26 | 4 | -31/+50 |
| * | Add new make_oidjoin_check utility and template1_check.sql. Fix some | Bruce Momjian | 1998-09-14 | 4 | -2/+39 |
| * | Change owner from oid to int4 type. | Bruce Momjian | 1998-08-11 | 2 | -30/+23 |
| * | Remove NOBTREE defines, and make findoidlinks handle regproc. | Bruce Momjian | 1998-08-11 | 2 | -24/+57 |
| * | New findoidjoins examines oid columns to find join relationships. | Bruce Momjian | 1998-08-11 | 3 | -0/+181 |