OSDN Git Service

Modernise pg_hba.conf token processing
[pg-rex/syncrep.git] / contrib / oid2name /
2011-01-25 Bruce MomjianUse consistent spacing for PGAPPICON Makefile option.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-05-12 Bruce MomjianAdd PGFILEDESC description to Makefiles for all /contri...
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-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
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...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
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-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2004-12-02 Neil ConwayFix a potential free() of string literal in oid2name...
2004-11-12 Tom LaneRemove now-redundant description of Postgres file layou...
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-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-03-03 Bruce MomjianSeems the usage message for oid2name calls it pg_oid2na...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
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-10-12 Bruce MomjianUpdate README for oid2name.
2002-08-15 Bruce MomjianThe attached patch changes most of the usages of sprint...
2002-07-05 Bruce MomjianCleanup.
2002-06-21 Bruce MomjianAdd mention of segmented files to oid2name.
2002-06-13 Bruce MomjianMention vacuum for relpages.
2002-06-13 Bruce MomjianAdd script to show disk space per db.
2002-06-12 Bruce MomjianImprove query.
2002-06-12 Bruce MomjianAdd mention of query showing pages used.
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-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
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-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
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 MomjianOops, got binary in there too.
2001-01-24 Bruce MomjianOops, had .o file in there.
2001-01-24 Bruce MomjianUpdate
2001-01-24 Bruce MomjianAdd oid2name. Add streaming option later.