summaryrefslogtreecommitdiff
path: root/contrib/oid2name
Commit message (Expand)AuthorAgeFilesLines
* Use consistent spacing for PGAPPICON Makefile option.Bruce Momjian2011-01-241-1/+1
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-202-2/+2
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-121-1/+4
* pgindent run for 9.0Bruce Momjian2010-02-261-5/+5
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-11/+11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-15/+16
* Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut2009-02-271-21/+52
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-251-3/+2
* Remove the -P options of oid2name and pgbench, as they are securityTom Lane2007-12-111-24/+43
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-3/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-165/+0
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-251-4/+5
* Change a couple of exit(0) to return 0 to suppress complaints fromTom Lane2007-07-151-2/+2
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane2006-10-191-1/+3
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-57/+65
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-211-1/+1
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-251-2/+2
* Fix a potential free() of string literal in oid2name, per report fromNeil Conway2004-12-021-12/+25
* Remove now-redundant description of Postgres file layout, in favor ofTom Lane2004-11-121-24/+3
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-8/+8
* Here is a patch bringing oid2name into the 21st century.Tom Lane2004-09-172-393/+531
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+9
* Seems the usage message for oid2name calls it pg_oid2name. Fixed.Bruce Momjian2004-03-031-1/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Updatge to skip composite types.Bruce Momjian2003-07-271-1/+1
* Adjust oid2name to skip certain row types, per Tom.Bruce Momjian2003-07-271-1/+1
* Here is 4 file in tgz:Bruce Momjian2003-07-271-1/+3
* 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
* Update README for oid2name.Bruce Momjian2002-10-121-3/+3
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-151-5/+5
* Cleanup.Bruce Momjian2002-07-051-1/+1
* Add mention of segmented files to oid2name.Bruce Momjian2002-06-211-0/+3
* Mention vacuum for relpages.Bruce Momjian2002-06-131-1/+2
* Add script to show disk space per db.Bruce Momjian2002-06-131-1/+14
* Improve query.Bruce Momjian2002-06-121-1/+1
* Add mention of query showing pages used.Bruce Momjian2002-06-121-0/+4
* Add -q option to oid2name. Add sample session to README.Bruce Momjian2002-06-122-55/+111
* 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
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-25/+6