summaryrefslogtreecommitdiff
path: root/contrib/oid2name/oid2name.c
Commit message (Expand)AuthorAgeFilesLines
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+0
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-1/+1
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-0/+4
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-151-5/+5
* Add -q option to oid2name. Add sample session to README.Bruce Momjian2002-06-121-20/+37
* Currently, contrib/oid2name doesn't bother to free() the memory that itBruce Momjian2002-03-051-24/+21
* Fix typo in usage message, per Oleg.Tom Lane2002-01-251-1/+1
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-101-1/+1
* Read getopt() into an int, not char.Bruce Momjian2001-11-151-1/+1
* Tweak to test HAVE_GETOPT_H before including <getopt.h>, so as toTom Lane2001-10-021-2/+3
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-181-0/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-368/+374
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-02-121-3/+2
* Add stdio to file.Bruce Momjian2001-02-121-0/+1
* Add #include <unistd.h>Bruce Momjian2001-02-121-0/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-4/+0
* UpdateBruce Momjian2001-01-241-4/+4
* Add oid2name. Add streaming option later.Bruce Momjian2001-01-241-0/+448