summaryrefslogtreecommitdiff
path: root/contrib/oid2name
Commit message (Expand)AuthorAgeFilesLines
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-021-1/+1
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-1/+11
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-7/+7
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+17
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-14/+15
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-011-1/+1
* Improve frontend error logging style.Tom Lane2022-04-081-12/+10
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-1/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-1/+1
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-221-2/+1
* Remove arbitrary restrictions on password length.Tom Lane2020-09-031-6/+5
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-101-1/+1
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-281-2/+3
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-281-2/+2
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-2/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-3/+1
* Make use of generic logging in vacuumlo and oid2nameMichael Paquier2019-09-061-8/+10
* Error out on too many command-line argumentsPeter Eisentraut2019-08-291-0/+8
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-191-1/+1
* Add PGXS options to control TAP and isolation tests, take twoMichael Paquier2018-12-031-8/+2
* Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier2018-11-261-2/+8
* Add PGXS options to control TAP and isolation testsMichael Paquier2018-11-261-8/+2
* Clean up after TAP tests in oid2name and vacuumlo.Tom Lane2018-09-041-0/+2
* Rework option set of oid2nameMichael Paquier2018-08-284-47/+87
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-081-1/+1
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-1/+1
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-261-0/+13
* Phase 3 of pgindent updates.Tom Lane2017-06-211-3/+3
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-7/+7
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+1
* Remove useless trailing spaces in queries in C stringsPeter Eisentraut2017-04-131-6/+6
* Fix hard-coded relkind constants in assorted other files.Tom Lane2017-03-091-5/+12
* Simplify correct use of simple_prompt().Tom Lane2016-08-301-7/+6
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-15/+15
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-151-7/+1
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-221-1/+1
* Add use of asprintf()Peter Eisentraut2013-10-131-2/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-2/+2
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-50/+0
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-021-11/+27
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-021-21/+21
* Make oid2name, pgbench, and vacuumlo set fallback_application_name.Robert Haas2012-07-041-7/+24
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-181-14/+14