summaryrefslogtreecommitdiff
path: root/contrib/vacuumlo
AgeCommit message (Expand)Author
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
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-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
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-06-07Fix copy-pasto in freeing memory on error in vacuumlo.Heikki Linnakangas
2019-03-24Avoid double-free in vacuumlo error path.Tom Lane
2019-03-18Remove leftover reference to oid column.Andres Freund
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-02Update copyright for 2019Bruce Momjian
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 vacuumloMichael 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
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-03-10Fix hard-coded relkind constants in assorted other files.Tom Lane
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-14vacuumlo: Avoid unlikely memory leak.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-15vacuumlo: Use a cursor to limit client-side memory usage.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-01Update copyrights for 2013Bruce Momjian
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-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-20Improve the -l (limit) option recently added to contrib/vacuumlo.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-08Teach vacuumlo to limit number of removals, via new -l option.Robert Haas
2011-01-25Use consistent spacing for PGAPPICON Makefile option.Bruce Momjian