summaryrefslogtreecommitdiff
path: root/contrib/oid2name
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-14Remove useless trailing spaces in queries in C stringsPeter Eisentraut
2017-03-10Fix hard-coded relkind constants in assorted other files.Tom Lane
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-04Add a materialized view relations.Kevin Grittner
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-07-04Make oid2name, pgbench, and vacuumlo set fallback_application_name.Robert Haas
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-05-08Tweak contrib --help output to match common stylePeter Eisentraut
2011-01-25Use consistent spacing for PGAPPICON Makefile option.Bruce Momjian
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-12Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-02-27Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut
2009-02-25Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut
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