Commit Graph

52496 Commits (dafcf887daa472b0a49bee7e07042372bc37cee4)
 

Author SHA1 Message Date
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
Michael Paquier 9588622945 Fix some thinkos with pg_receivewal --compression-method 4 years ago
Michael Paquier d62bcc8b07 Rework compression options of pg_receivewal 4 years ago
Peter Geoghegan 581055c32f Add another old commit to git-blame-ignore-revs. 4 years ago
Heikki Linnakangas d5ab0681bf Update alternative expected output file. 4 years ago
Heikki Linnakangas 6b1b405ebf Fix snapshot reference leak if lo_export fails. 4 years ago
Peter Eisentraut ef6f047d2c Fix incorrect format placeholder 4 years ago
Peter Geoghegan c59278a1aa Fix parallel amvacuumcleanup safety bug. 4 years ago
Tom Lane 24f9e49e43 Blind attempt to silence SSL compile failures on hamerkop. 4 years ago
Peter Geoghegan 9bacec15b6 Don't overlook indexes during parallel VACUUM. 4 years ago
Tom Lane f3d4019da5 Ensure consistent logical replication of datetime and float8 values. 4 years ago
Tom Lane 01fc652703 Fix variable lifespan in ExecInitCoerceToDomain(). 4 years ago
Tom Lane 7d9ec0754a Doc: clean up some places that mentioned template1 but not template0. 4 years ago
Tom Lane af8c580e5c Doc: be more precise about conflicts between relation names. 4 years ago
Tom Lane 65c6cab136 Avoid O(N^2) behavior in SyncPostCheckpoint(). 4 years ago
Fujii Masao d8dba4d030 pgbench: Fix typo in comment. 4 years ago
Fujii Masao cd29be5459 pgbench: Improve error-handling in pgbench. 4 years ago
Amit Kapila 335397456b Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section. 4 years ago
Amit Kapila 71db6459e6 Replace XLOG_INCLUDE_XID flag with a more localized flag. 4 years ago
Daniel Gustafsson 43a134f28b Replace unicode characters in comments with ascii 4 years ago
Tom Lane e9d9ba2a4d Avoid some other O(N^2) hazards in list manipulation. 4 years ago
Alvaro Herrera 40c516bba8
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp 4 years ago
Michael Paquier 0f9b9938a0 Add TAP test for pg_receivewal with timeline switch 4 years ago
Michael Paquier add5cf28d4 Preserve opclass parameters across REINDEX CONCURRENTLY 4 years ago
Tom Lane a667b06683 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Tom Lane b21415595c Doc: improve README files associated with TAP tests. 4 years ago
Tom Lane 6301c3adab Avoid O(N^2) behavior when the standby process releases many locks. 4 years ago
Tom Lane acb2d7d5d2 plpgsql: report proper line number for errors in variable initialization. 4 years ago
Peter Eisentraut fd2706589a pg_dump: Refactor messages 4 years ago
Peter Eisentraut e6c60719e6 doc: Remove some obsolete pgcrypto documentation 4 years ago
Peter Eisentraut 237c12aabe uuid-ossp: Remove obsolete build connection with pgcrypto 4 years ago