]> granicus.if.org Git - postgresql/history - contrib/oid2name/oid2name.c
Create libpgcommon, and move pg_malloc et al to it
[postgresql] / contrib / oid2name / oid2name.c
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-07-04 Robert HaasMake oid2name, pgbench, and vacuumlo set fallback_appli...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-05-08 Peter EisentrautTweak contrib --help output to match common style
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-27 Peter EisentrautEquip the programs installed by contrib with proper...
2009-02-25 Peter EisentrautRemove feof(stdin) calls related to when to prompt...
2007-12-11 Tom LaneRemove the -P options of oid2name and pgbench, as they...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-07-15 Tom LaneChange a couple of exit(0) to return 0 to suppress...
2006-10-19 Tom LaneAdd externs for optarg/optind where apparently needed...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2004-12-02 Neil ConwayFix a potential free() of string literal in oid2name...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-09-17 Tom LaneHere is a patch bringing oid2name into the 21st century.
2004-03-03 Bruce MomjianSeems the usage message for oid2name calls it pg_oid2na...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Bruce MomjianUpdatge to skip composite types.
2003-07-27 Bruce MomjianAdjust oid2name to skip certain row types, per Tom.
2003-07-27 Bruce MomjianHere is 4 file in tgz:
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-08-15 Bruce MomjianThe attached patch changes most of the usages of sprint...
2002-06-12 Bruce MomjianAdd -q option to oid2name. Add sample session to README.
2002-03-05 Bruce MomjianCurrently, contrib/oid2name doesn't bother to free...
2002-01-25 Tom LaneFix typo in usage message, per Oleg.
2002-01-10 Tom LaneThe result of getopt() should be compared to -1, not...
2001-11-15 Bruce MomjianRead getopt() into an int, not char.
2001-10-02 Tom LaneTweak to test HAVE_GETOPT_H before including <getopt...
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-12 Bruce MomjianBruce Momjian <pgman@candle.pha.pa.us> writes:
2001-02-12 Bruce MomjianAdd stdio to file.
2001-02-12 Bruce MomjianAdd #include <unistd.h>
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-24 Bruce MomjianUpdate
2001-01-24 Bruce MomjianAdd oid2name. Add streaming option later.