index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
oid2name
/
oid2name.c
Age
Commit message (
Expand
)
Author
2023-03-02
Mark options as deprecated in usage output
Daniel Gustafsson
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-30
Change some unnecessary MemSet calls
Peter Eisentraut
2022-04-08
Improve frontend error logging style.
Tom Lane
2021-01-22
Avoid redundantly prefixing PQerrorMessage for a connection failure.
Tom Lane
2020-09-04
Remove arbitrary restrictions on password length.
Tom Lane
2020-08-10
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-02-28
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-09-06
Make use of generic logging in vacuumlo and oid2name
Michael Paquier
2019-08-29
Error out on too many command-line arguments
Peter Eisentraut
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2018-08-28
Rework option set of oid2name
Michael Paquier
2018-04-08
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-14
Remove useless trailing spaces in queries in C strings
Peter Eisentraut
2017-03-10
Fix hard-coded relkind constants in assorted other files.
Tom Lane
2016-08-30
Simplify correct use of simple_prompt().
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2012-10-02
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-07-04
Make oid2name, pgbench, and vacuumlo set fallback_application_name.
Robert Haas
2012-06-17
Make documentation of --help and --version options more consistent
Peter Eisentraut
2012-05-08
Tweak contrib --help output to match common style
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-02-27
Equip the programs installed by contrib with proper --help and --version
Peter Eisentraut
2009-02-25
Remove feof(stdin) calls related to when to prompt for a password,
Peter Eisentraut
2007-12-11
Remove the -P options of oid2name and pgbench, as they are security
Tom Lane
2007-07-25
Arrange to put TOAST tables belonging to temporary tables into special schemas
Tom Lane
2007-07-15
Change a couple of exit(0) to return 0 to suppress complaints from
Tom Lane
2006-10-19
Add externs for optarg/optind where apparently needed. Per Magnus.
Tom Lane
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-06-21
Cause initdb to create a third standard database "postgres", which
Tom Lane
2004-12-02
Fix a potential free() of string literal in oid2name, per report from
Neil Conway
[next]