summaryrefslogtreecommitdiff
path: root/contrib/oid2name/oid2name.c
AgeCommit message (Expand)Author
2023-03-02Mark options as deprecated in usage outputDaniel Gustafsson
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-04-08Improve frontend error logging style.Tom Lane
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-09-06Make use of generic logging in vacuumlo and oid2nameMichael Paquier
2019-08-29Error out on too many command-line argumentsPeter Eisentraut
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
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-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-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
2010-09-20Remove cvs keywords from all files.Magnus Hagander
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-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
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-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2004-12-02Fix a potential free() of string literal in oid2name, per report fromNeil Conway