Commit Graph

54549 Commits (bfd6b3bc4e19db19289ae92a17799edae2cdd5f3)
 

Author SHA1 Message Date
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
Peter Eisentraut da5d4ea5aa Make locale option behavior more consistent 3 years ago
Alvaro Herrera 8e7a0b4a36
Improve wal_decode_buffer_size description some more 3 years ago
Alvaro Herrera 6710e83a67
Remove useless pstrdups in untransformRelOptions 3 years ago
John Naylor fcf7b3a9d4 Adjust header exceptions for 0bd9c6297 3 years ago
John Naylor 0bd9c62973 Treat Unicode codepoints of category "Format" as non-spacing 3 years ago
Michael Paquier bb629c294b Rename macro related to pg_backup_stop() 3 years ago
Michael Paquier ee5353abb6 Move any remaining files generated by pg_upgrade into an internal subdir 3 years ago
David Rowley 6b89ce1a21 Don't reference out-of-bounds array elements in brin_minmax_multi.c 3 years ago
Daniel Gustafsson 346990ae2e doc: Fix link to FreeBSD documentation project 3 years ago
Heikki Linnakangas c0a1d7621b Use normal install program to install server headers. 3 years ago
Peter Eisentraut e8d78581bb Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" 3 years ago
Peter Eisentraut 595836e99b Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Daniel Gustafsson 8cb2a22bbb Fix NaN comparison in circle_same test 3 years ago
Peter Eisentraut 07d8af5e5e pgstattuple: Use double consistently for percentages 3 years ago
Peter Eisentraut 57796a0f15 Use float8 datatype for percentiles in pg_walinspect stat functions 3 years ago