Commit Graph

129 Commits (master)

Author SHA1 Message Date
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Michael Paquier b4db64270e Apply more quoting to GUC names in messages 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Eisentraut e890ce7a4f Remove unneeded null pointer checks before PQfreemem() 3 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 3 years ago
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 4 years ago
Tom Lane 58cd8dca3d Avoid redundantly prefixing PQerrorMessage for a connection failure. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 5 years ago
Noah Misch e078fb5d4e Move connect.h from fe_utils to src/include/common. 5 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Michael Paquier fc8cb94bf4 Make use of generic logging in vacuumlo and oid2name 6 years ago
Heikki Linnakangas 77b68e3a4f Fix copy-pasto in freeing memory on error in vacuumlo. 6 years ago
Tom Lane bd9396a0b2 Avoid double-free in vacuumlo error path. 7 years ago
Andres Freund 7571ce6f11 Remove leftover reference to oid column. 7 years ago
Magnus Hagander 0301db623d Replace @postgresql.org with @lists.postgresql.org for mailinglists 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier d3c09b9b13 Add PGXS options to control TAP and isolation tests, take two 7 years ago
Michael Paquier 1d7dd18686 Revert all new recent changes to add PGXS options for TAP and isolation 7 years ago
Michael Paquier 03faa4a8dd Add PGXS options to control TAP and isolation tests 7 years ago
Tom Lane f30c6f523f Clean up after TAP tests in oid2name and vacuumlo. 7 years ago
Michael Paquier bfea331a5e Rework option set of vacuumlo 7 years ago
Tom Lane 9c0a0de4c9 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. 8 years ago
Tom Lane dddfc4cb2e Prevent accidental linking of system-supplied copies of libpq.so etc. 8 years ago
Noah Misch 582edc369c Empty search_path in Autovacuum and non-psql/pgbench clients. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Tom Lane 9c2635e26f Fix hard-coded relkind constants in assorted other files. 9 years ago
Peter Eisentraut 788af6f854 Move atooid() definition to a central place 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 052cc223d5 Fix a bunch of places that called malloc and friends with no NULL check. 9 years ago
Tom Lane 9daec77e16 Simplify correct use of simple_prompt(). 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas 4a0a5f21fa vacuumlo: Avoid unlikely memory leak. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Tom Lane 60ff2fdd99 Centralize getopt-related declarations in a new header file pg_getopt.h. 12 years ago