summaryrefslogtreecommitdiff
path: root/contrib/oid2name
AgeCommit message (Expand)Author
2007-12-11Remove the -P options of oid2name and pgbench, as they are securityTom Lane
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-07-25Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane
2007-07-15Change a couple of exit(0) to return 0 to suppress complaints fromTom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2006-10-19Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2004-12-02Fix a potential free() of string literal in oid2name, per report fromNeil Conway
2004-11-12Remove now-redundant description of Postgres file layout, in favor ofTom Lane
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-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-03-03Seems the usage message for oid2name calls it pg_oid2name. Fixed.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
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-10-12Update README for oid2name.Bruce Momjian
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2002-07-05Cleanup.Bruce Momjian
2002-06-21Add mention of segmented files to oid2name.Bruce Momjian
2002-06-13Mention vacuum for relpages.Bruce Momjian
2002-06-13Add script to show disk space per db.Bruce Momjian
2002-06-12Improve query.Bruce Momjian
2002-06-12Add mention of query showing pages used.Bruce 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-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
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-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
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-24Oops, got binary in there too.Bruce Momjian
2001-01-24Oops, had .o file in there.Bruce Momjian