summaryrefslogtreecommitdiff
path: root/contrib/oid2name/oid2name.c
AgeCommit message (Expand)Author
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2004-12-02Fix a potential free() of string literal in oid2name, per report fromNeil Conway
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-09-17Here is a patch bringing oid2name into the 21st century.Tom Lane
2004-03-03Seems the usage message for oid2name calls it pg_oid2name. Fixed.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27Updatge to skip composite types.Bruce Momjian
2003-07-27Adjust oid2name to skip certain row types, per Tom.Bruce Momjian
2003-07-27Here is 4 file in tgz:Bruce Momjian
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2002-06-12Add -q option to oid2name. Add sample session to README.Bruce Momjian
2002-03-05Currently, contrib/oid2name doesn't bother to free() the memory that itBruce Momjian
2002-01-25Fix typo in usage message, per Oleg.Tom Lane
2002-01-10The result of getopt() should be compared to -1, not EOF, perTom Lane
2001-11-15Read getopt() into an int, not char.Bruce Momjian
2001-10-02Tweak to test HAVE_GETOPT_H before including <getopt.h>, so as toTom Lane
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-12Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian
2001-02-12Add stdio to file.Bruce Momjian
2001-02-12Add #include <unistd.h>Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-24UpdateBruce Momjian
2001-01-24Add oid2name. Add streaming option later.Bruce Momjian