Commit Graph

54564 Commits (c35ba141de1fa04373671ba24c73eb0fe4862415)
 

Author SHA1 Message Date
Tom Lane c35ba141de Future-proof the recursion inside ExecShutdownNode(). 3 years ago
Robert Haas 4fd1479494 walmethods.c/h: Make Walfile a struct, rather than a void * 3 years ago
Peter Eisentraut 1fe1d09652 Add missing serial commas 3 years ago
Amit Kapila a234177906 Fix typos. 3 years ago
John Naylor 08f8af983a Fix typos referring to PGPROC 3 years ago
Peter Geoghegan f66d997fd0 Harmonize missed reorderbuffer parameter names. 3 years ago
Michael Paquier 9f65aaa408 Remove unused argument "isSlice" from transformAssignmentSubscripts() 3 years ago
Peter Geoghegan 035ce1feb2 Harmonize reorderbuffer parameter names. 3 years ago
Peter Geoghegan 4274dc223c Make check_usermap() parameter names consistent. 3 years ago
Andres Freund 43fcaa345d Include c.h instead of postgres.h in src/port/*p{read,write}*.c 3 years ago
Andres Freund 8d513a6b71 Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in 3 years ago
Andres Freund 9d3ebba729 pgstat: Create memory contexts below TopMemoryContext 3 years ago
Michael Paquier fdd8937c07 Fix huge_pages on Windows 3 years ago
Peter Eisentraut a0b65155d0 Message style improvements 3 years ago
Andres Freund 32914d900f Fix race condition in stats.sql added in 5264add784 3 years ago
Tom Lane bfd6b3bc4e Improve plpgsql's ability to handle arguments declared as RECORD. 3 years ago
Andres Freund d08a049db9 aix: xlc: Use -Wl,-b,expfull for old compiler versions 3 years ago
Tom Lane eacbe94ab1 Clean up minor inconsistencies in pg_attribute_printf() usage. 3 years ago
Peter Eisentraut b2451385cb Message wording improvements 3 years ago
Peter Eisentraut 32b507378f postgres_fdw: Remove useless DO block in test 3 years ago
Peter Eisentraut 5ac51c8c9e Adjust assorted hint messages that list all valid options. 3 years ago
Peter Eisentraut 1e08576691 Fix createdb tests for C locale 3 years ago
Peter Eisentraut c7db01e325 Don't allow creation of database with ICU locale with unsupported encoding 3 years ago
Tom Lane cf2c7a736e Detect format-string mistakes in the libpq_pipeline test module. 3 years ago
Alvaro Herrera 3a06a79cd1
Copy-edit docs for logical replication column lists 3 years ago
Tom Lane 918de37652 Revert ill-considered change in pg_resetwal output. 3 years ago
Noah Misch b4f584f9d2 Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit. 3 years ago
John Naylor 7beda87b6a Fix grammar in error message 3 years ago
John Naylor 16492df70b Blind attempt to fix LLVM dependency in the backend 3 years ago
Tom Lane 31dcfae83c Use the terminology "WAL file" not "log file" more consistently. 3 years ago
David Rowley 63840526b0 Fix outdated convert_saop_to_hashed_saop comment 3 years ago
Peter Eisentraut 111d954024 Small wording improvements 3 years ago
Tom Lane f40346ff0b Doc: add some doco about using the libpq_pipeline test module. 3 years ago
Daniel Gustafsson 1d3566f1b2 pgcrypto: Remove unused code 3 years ago
Peter Eisentraut 5f84647ee1 Update .gitignore 3 years ago
Tom Lane b66fbd8afe Use SIGNAL_ARGS consistently to declare signal handlers. 3 years ago
Peter Eisentraut ab393528fa Run xmllint validation only once 3 years ago
Daniel Gustafsson 8b60db7743 Handle SIGTERM in pg_receivewal and pg_recvlogical 3 years ago
Alvaro Herrera 0e733278e3
Add subxid-overflow "isolation" test 3 years ago
Alvaro Herrera 3fd1f4b9cd
Remove duplicate initialization 3 years ago
Etsuro Fujita 9320cfdd06 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
John Naylor b0526d271d Fix failure to build gramparse.h standalone in vpath builds 3 years ago
Michael Paquier b447d6075d Fix incorrect value for "strategy" with deflateParams() in walmethods.c 3 years ago
Amit Kapila d583036d68 Fix typo in pgbench.c. 3 years ago
John Naylor 4c1532763a Bump minimum Perl version to 5.14 3 years ago
John Naylor ecaf7c5df5 Move gramparse.h to src/backend/parser 3 years ago
Michael Paquier f352e2d08a Simplify handling of compression level with compression specifications 3 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Peter Eisentraut 257eb57b50 Don't reflect unescaped cert data to the logs 3 years ago
Peter Eisentraut 45b1a67a0f pg_clean_ascii(): escape bytes rather than lose them 3 years ago