Commit Graph

54179 Commits (f5441b912493e14fc2ca904971aeb000ceddca4e)
 

Author SHA1 Message Date
Alvaro Herrera f5441b9124
Improve some publication-related error messages 3 years ago
Alvaro Herrera 72abf03b64
Fix pg_stat_statements for MERGE 3 years ago
Andres Freund d1f95fa247 ci: Add hint about downloadable logs to README 3 years ago
David Rowley bb76510a07 Doc: last minute adjustment to the release notes 3 years ago
Tom Lane 6abbd212b2 Stamp 15rc1. 3 years ago
Tom Lane 780add2c32 Doc: more tweaking of v15 release notes. 3 years ago
Tom Lane 796aa20a11 Doc: further adjust notes about pg_upgrade_output.d. 3 years ago
Peter Eisentraut 0570eba3dc Translation updates 3 years ago
Peter Eisentraut 5483649cd6 Update list of acknowledgments in release notes 3 years ago
Amit Kapila 15113bfb46 Doc: Remove the use of a duplicate word. 3 years ago
Tom Lane c82766c029 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. 3 years ago
Tom Lane 7a84c35fe6 Avoid loss of code coverage with unlogged-index test cases. 3 years ago
Alvaro Herrera 7a41e34e68
Add missing source files to pg_waldump/nls.mk 3 years ago
Peter Eisentraut 517484b582 Message style improvements 3 years ago
Peter Eisentraut 8d985560fc Improve terminology 3 years ago
Tom Lane 2b14b5b5d9 Doc: make an editorial pass over the v15 release notes. 3 years ago
Tom Lane cea5aa988e Doc: minor cleanups. 3 years ago
Andres Freund 43e496e242 pgstat: Fix transactional stats dropping for indexes 3 years ago
Tom Lane e956325c8b Doc: update v15 release notes through today. 3 years ago
Alvaro Herrera bd8ac900df
Remove PQsendQuery support in pipeline mode 3 years ago
Alvaro Herrera 27e04412c9
Stop using PQsendQuery in libpq_pipeline 3 years ago
Tom Lane a2ab0ad88c Doc: add list of major features to the v15 release notes. 3 years ago
Amit Kapila b7256753ec Allow publications with schema and table of the same schema. 3 years ago
Jeff Davis dd6070bc81 Fix race condition where heap_delete() fails to pin VM page. 3 years ago
Alvaro Herrera f256236fb1
Remove ALL keyword from TABLES IN SCHEMA for publication 3 years ago
Peter Eisentraut 5f56933ea5 Restore archive_command documentation 3 years ago
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