Commit Graph

60 Commits (cd59fcff256d68e028bf8a181d4e166e81b6474b)

Author SHA1 Message Date
Daniel Gustafsson cd59fcff25 Reword user-facing message for "power of two" 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Michael Paquier 9a30e154b3 Use macros from xlog_internal.h for WAL segment logic in pg_resetwal 3 years ago
Tom Lane 918de37652 Revert ill-considered change in pg_resetwal output. 3 years ago
Tom Lane 31dcfae83c Use the terminology "WAL file" not "log file" more consistently. 3 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier 6fb7c5d67c Centralize timestamp computation of control file on updates 4 years ago
Peter Eisentraut 9a6345ed74 pg_resetwal: Improve numeric command-line argument parsing 4 years ago
Peter Eisentraut 05e60aece3 Fix wording 4 years ago
Bruce Momjian 74cf7d46a9 pg_resetxlog: add option to set oldest xid & use by pg_upgrade 4 years ago
Tom Lane a49d081235 Replace explicit PIN entries in pg_depend with an OID range test. 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Bruce Momjian 3187ef7c46 Revert "Add key management system" (978f869b99) & later commits 5 years ago
Bruce Momjian 978f869b99 Add key management system 5 years ago
Andres Freund fea10a6434 Rename VariableCacheData.nextFullXid to nextXid. 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
Peter Eisentraut 5f1b8260af pg_resetwal: Rename function to avoid potential conflict 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Peter Eisentraut 2e4db241bf Remove configure --disable-float4-byval 6 years ago
Michael Paquier 51970fa8df Fix initialization of fake LSN for unlogged relations 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Robert Haas 8b94dab066 Split tuptoaster.c into three separate files. 6 years ago
Michael Paquier b8f2da0ac5 Refactor logic to remove trailing CR/LF characters from strings 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 6 years ago
Tom Lane b654714f9b Fix failures to ignore \r when reading Windows-style newlines. 6 years ago
Peter Eisentraut 6a1cd8b923 Unwind some workarounds for lack of portable int64 format specifier 6 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 6 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Thomas Munro 2fc7af5e96 Add basic infrastructure for 64 bit transaction IDs. 7 years ago
Michael Paquier 8b938d36f7 Refactor more code logic to update the control file 7 years ago
Michael Paquier ea92368cd1 Move max_wal_senders out of max_connections for connection slot handling 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
Tom Lane 44cac93464 Avoid using potentially-under-aligned page buffers. 7 years ago
Alvaro Herrera a22445ff0b Flip argument order in XLogSegNoOffsetToRecPtr 7 years ago
Tom Lane 1d96c1b91a Fix incorrect ordering of operations in pg_resetwal and pg_rewind. 7 years ago
Peter Eisentraut 9effb63e0d Message wording and pluralization improvements 7 years ago
Stephen Frost c37b3d08ca Allow group access on PGDATA 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Peter Eisentraut bf4a8676c3 pg_resetwal: Allow users to change the WAL segment size 8 years ago
Peter Eisentraut cc547cf08f pg_resetwal: Fix logical typo in code 8 years ago
Tom Lane 2dd3f969f5 Add #includes missed in commit e22b27f0cb. 8 years ago
Peter Eisentraut e22b27f0cb Add long options to pg_resetwal and pg_controldata 8 years ago
Peter Eisentraut f1a074b146 pg_resetwal: Prevent division-by-zero errors 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Simon Riggs 4b0d28de06 Remove secondary checkpoint 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Tom Lane 3cb29c42f9 Add static assertions about pg_control fitting into one disk sector. 8 years ago