Commit Graph

54153 Commits (ade925e1693a595ef1c278583fa699ca6fc1ff45)
 

Author SHA1 Message Date
Michael Paquier ade925e169 Use min/max bounds defined by Zstd for compression level 3 years ago
Etsuro Fujita 901ef14afe Fix thinko in comment. 3 years ago
Michael Paquier 848c323c12 Clear ps display of startup process at the end of recovery 3 years ago
Fujii Masao 4230279f35 docs: Fix snapshot name in SET TRANSACTION docs. 3 years ago
Fujii Masao f80919df95 psql: Improve tab-completion for MERGE. 3 years ago
Andres Freund 0c400445db ci: windows: set error mode to not include SEM_NOGPFAULTERRORBOX 3 years ago
Thomas Munro 08ddb3c085 ci: Increase requested memory size. 3 years ago
Peter Eisentraut 865b52af61 Improve ICU option handling in CREATE DATABASE 3 years ago
Peter Eisentraut ab7032b3a8 Tighten pg_get_object_address argument checking 3 years ago
Alvaro Herrera 1d3955266a
Improve some GUC description strings 3 years ago
Tom Lane f9a56e7263 Disable -Wdeprecated-non-prototype in the back branches. 3 years ago
Tom Lane b7d9b0c266 Suppress variable-set-but-not-used warnings from clang 15. 3 years ago
Alvaro Herrera c922f924d3
Disable autovacuum in MERGE test script 3 years ago
Michael Paquier 05af876267 doc: Fix parameter name for pg_create_logical_replication_slot() 3 years ago
Michael Paquier 449f1d0541 Fix incorrect variable types for origin IDs in decode.c 3 years ago
David Rowley 1ec2d0bc68 Fix misleading comment for get_cheapest_group_keys_order 3 years ago
David Rowley f6c70b8180 Fix out-dated comment in preprocess_groupclause() 3 years ago
Peter Eisentraut 7fbf9b1b07 Fix icu tests with C locale 3 years ago
Tom Lane c403f97b4e Future-proof the recursion inside ExecShutdownNode(). 3 years ago
Peter Eisentraut e4861b2322 Improve GUC description punctuation 3 years ago
Peter Eisentraut cacf12e92f Add missing serial commas 3 years ago
Peter Geoghegan 1ef00afe2e Make check_usermap() parameter names consistent. 3 years ago
Andres Freund 940c1c7ed3 Include c.h instead of postgres.h in src/port/*p{read,write}*.c 3 years ago
Andres Freund fb503793ef pgstat: Create memory contexts below TopMemoryContext 3 years ago
Peter Eisentraut 23bcc8d877 Message style improvements 3 years ago
Andres Freund 885826f95d Fix race condition in stats.sql added in 5264add784 3 years ago
Tom Lane b759bb6714 Improve plpgsql's ability to handle arguments declared as RECORD. 3 years ago
Peter Eisentraut c946425176 Message wording improvements 3 years ago
Peter Eisentraut 8135d0bd45 Fix createdb tests for C locale 3 years ago
Peter Eisentraut 148f66d59e Don't allow creation of database with ICU locale with unsupported encoding 3 years ago
Tom Lane 4e2a88905d Detect format-string mistakes in the libpq_pipeline test module. 3 years ago
Alvaro Herrera bfa58a679a
Copy-edit docs for logical replication column lists 3 years ago
Noah Misch e36cbef04b Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit. 3 years ago
John Naylor eed548822c Fix grammar in error message 3 years ago
David Rowley d068b4108c Fix outdated convert_saop_to_hashed_saop comment 3 years ago
Peter Eisentraut 12a5214df4 Small wording improvements 3 years ago
Alvaro Herrera ef81b7f869
Remove duplicate initialization 3 years ago
Etsuro Fujita 64387c5408 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
Michael Paquier b3c630cc92 Fix incorrect value for "strategy" with deflateParams() in walmethods.c 3 years ago
Peter Eisentraut 7fe55d5e12 Expand palloc/pg_malloc API for more type safety 3 years ago
Michael Paquier 53332eacaf Simplify handling of compression level with compression specifications 3 years ago
Peter Eisentraut 3e694b318d Make locale option behavior more consistent 3 years ago
Alvaro Herrera 892cac9124
Improve wal_decode_buffer_size description some more 3 years ago
Michael Paquier f5047c1293 Move any remaining files generated by pg_upgrade into an internal subdir 3 years ago
David Rowley 4d5d35858c Don't reference out-of-bounds array elements in brin_minmax_multi.c 3 years ago
Daniel Gustafsson 7d7d72c195 doc: Fix link to FreeBSD documentation project 3 years ago
Peter Eisentraut cb49042b58 Add list of acknowledgments to release notes 3 years ago
Daniel Gustafsson 56d238846f Fix NaN comparison in circle_same test 3 years ago
Peter Eisentraut c8a1bc01c6 Use float8 datatype for percentiles in pg_walinspect stat functions 3 years ago
Tom Lane 44a51dc990 Doc: improve explanation of when custom GUCs appear in pg_settings. 3 years ago