summaryrefslogtreecommitdiff
path: root/contrib/oid2name
AgeCommit message (Expand)Author
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2018-12-03Add PGXS options to control TAP and isolation tests, take twoMichael Paquier
2018-11-26Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier
2018-11-25Add PGXS options to control TAP and isolation testsMichael Paquier
2018-09-04Clean up after TAP tests in oid2name and vacuumlo.Tom Lane
2018-08-28Rework option set of oid2nameMichael Paquier
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
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