aboutsummaryrefslogtreecommitdiff
path: root/contrib/oid2name
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add a materialized view relations.Kevin Grittner2013-03-03
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-02
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Make oid2name, pgbench, and vacuumlo set fallback_application_name.Robert Haas2012-07-04
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Tweak contrib --help output to match common stylePeter Eisentraut2012-05-08
* Use consistent spacing for PGAPPICON Makefile option.Bruce Momjian2011-01-24
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian2010-05-12
* pgindent run for 9.0Bruce Momjian2010-02-26
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut2009-02-27
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-25
* Remove the -P options of oid2name and pgbench, as they are securityTom Lane2007-12-11
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-10
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-10
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-25
* Change a couple of exit(0) to return 0 to suppress complaints fromTom Lane2007-07-15
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane2006-10-19
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-27
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-21
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-25
* Fix a potential free() of string literal in oid2name, per report fromNeil Conway2004-12-02
* Remove now-redundant description of Postgres file layout, in favor ofTom Lane2004-11-12
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-05
* Here is a patch bringing oid2name into the 21st century.Tom Lane2004-09-17
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-20
* Seems the usage message for oid2name calls it pg_oid2name. Fixed.Bruce Momjian2004-03-03
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Updatge to skip composite types.Bruce Momjian2003-07-27
* Adjust oid2name to skip certain row types, per Tom.Bruce Momjian2003-07-27
* Here is 4 file in tgz:Bruce Momjian2003-07-27
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-18
* Update README for oid2name.Bruce Momjian2002-10-12
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-15
* Cleanup.Bruce Momjian2002-07-05