Commit Graph

52526 Commits (9ff47ea414c4e6ace347fc4e59866e38b9bbceaf)
 

Author SHA1 Message Date
Michael Paquier 9ff47ea414 Clean up compilation warnings coming from PL/Perl with clang-12~ 4 years ago
Tom Lane c3b33698cf Doc: improve protocol spec for logical replication Type messages. 4 years ago
Robert Haas 10eae82b27 Fix thinko in assertion in basebackup.c. 4 years ago
Robert Haas a27048cbcb More cleanup of 'ThisTimeLineID'. 4 years ago
Peter Eisentraut 733e039153 Fix incorrect format placeholders 4 years ago
Michael Paquier c9c401a5e1 Improve error messages for some callers of XLogReadRecord() 4 years ago
Jeff Davis 4168a47454 Add pg_checkpointer predefined role for CHECKPOINT command. 4 years ago
Tom Lane b66767b56b Fix instability in 026_overwrite_contrecord.pl test. 4 years ago
Robert Haas 5a1007a508 Have the server properly terminate tar archives. 4 years ago
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types 4 years ago
Michael Paquier 4cd046c203 Make some comments use the term "ProcSignal" for consistency 4 years ago
Fujii Masao ec21779a58 doc: Add index entries for pg_stat_statements configuration parameters. 4 years ago
Amit Kapila b3812d0b9b Rename some enums to use TABLE instead of REL. 4 years ago
Robert Haas 57b5a9646d Minimal fix for unterminated tar archive problem. 4 years ago
Tom Lane b0cf5444f9 Fix incorrect format placeholder. 4 years ago
Tom Lane 160c025880 libpq: reject extraneous data after SSL or GSS encryption handshake. 4 years ago
Tom Lane 28e2412554 Reject extraneous data after SSL or GSS encryption handshake. 4 years ago
David Rowley 39a3105678 Fix incorrect hash equality operator bug in Memoize 4 years ago
Tomas Vondra e2fbb88372 Fix gist_bool_ops to use gbtreekey2 4 years ago
Robert Haas ccf289745d Remove tests added by bd807be693. 4 years ago
Tom Lane c3ec4f8fe8 Silence uninitialized-variable warning. 4 years ago
Tom Lane 568620dfd6 contrib/sslinfo needs a fix too to make hamerkop happy. 4 years ago
Tom Lane 27ef132a80 Doc: add some notes about performance of the List functions. 4 years ago
Andres Freund 87bb606b20 windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c. 4 years ago
Tom Lane 3c2c391dc9 Blind attempt to fix MSVC pgcrypto build. 4 years ago
Tom Lane cbe25dcff7 Disallow making an empty lexeme via array_to_tsvector(). 4 years ago
Tom Lane 1241fcbd7e Second attempt to silence SSL compile failures on hamerkop. 4 years ago
Alexander Korotkov 05e6e78c18 Reset lastOverflowedXid on standby when needed 4 years ago
Tom Lane d8bf0a1c1d Un-break pg_basebackup's MSVC build. 4 years ago
Tomas Vondra 57e3c5160b Add bool GiST opclass to btree_gist 4 years ago
Tomas Vondra dafcf887da Mark mystreamer variable as PG_USED_FOR_ASSERTS_ONLY 4 years ago
Peter Geoghegan 02f9fd1294 Update obsolete reference in vacuumlazy.c. 4 years ago
Tomas Vondra d91353f4b2 Fix handling of NaN values in BRIN minmax multi 4 years ago
Peter Geoghegan f214960add Update obsolete heap pruning comments. 4 years ago
Robert Haas 4a92a1c3d1 Change ThisTimeLineID from a global variable to a local variable. 4 years ago
Robert Haas e997a0c642 Remove all use of ThisTimeLineID global variable outside of xlog.c 4 years ago
Robert Haas caf1f675b8 Don't set ThisTimeLineID when there's no reason to do so. 4 years ago
Alvaro Herrera d74b54b3dd
Avoid crash in rare case of concurrent DROP 4 years ago
Alvaro Herrera df80f9da5c
Document that ALTER TABLE .. TYPE removes statistics 4 years ago
Alvaro Herrera 105c1de019
Pipeline mode disallows multicommand strings 4 years ago
Alvaro Herrera e543906e21
Document default and changeability of log_startup_progress_interval 4 years ago
Robert Haas 23a1c6578c Introduce 'bbstreamer' abstraction to modularize pg_basebackup. 4 years ago
Alvaro Herrera 00a354a135
Reword doc blurb for vacuumdb --analyze-in-stages 4 years ago
Robert Haas bef47ff85d Introduce 'bbsink' abstraction to modularize base backup code. 4 years ago
Robert Haas bd807be693 amcheck: Add additional TOAST pointer checks. 4 years ago
Peter Eisentraut db7d1a7b05 pgcrypto: Remove non-OpenSSL support 4 years ago
Michael Paquier a5b336b8b9 Improve psql tab completion for COMMENT 4 years ago
Peter Geoghegan e7428a99a1 Add hardening to catch invalid TIDs in indexes. 4 years ago
Michael Paquier babbbb595d Add support for LZ4 compression in pg_receivewal 4 years ago
Peter Geoghegan 5cd7eb1f1c Add various assertions to heap pruning code. 4 years ago