Commit Graph

61255 Commits (632f62dcecc78fe66f06a1ce1b0c57d16f32e191)
 

Author SHA1 Message Date
Fujii Masao 632f62dcec doc: remove unnecessary secondary index terms for replication settings. 5 months ago
Bruce Momjian 6389db2320 doc: simplify new EXPLAIN ANALYZE BUFFERS description 5 months ago
Michael Paquier 3631612eae psql: Fix assertion failures with pipeline mode 5 months ago
Michael Paquier 923ae50cf5 Add sanity check for dshash entries when reading pgstats file 5 months ago
Tom Lane bc19f63f80 Avoid possibly-theoretical OOM crash hazard in hash_create(). 5 months ago
Jacob Champion 005ccae0f2 oauth: Support Python 3.6 in tests 5 months ago
Alexander Korotkov bb78e42678 Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback() 5 months ago
Alexander Korotkov 9f404d7922 Properly prepare varinfos in estimate_multivariate_bucketsize() 5 months ago
Tom Lane 3db61db48e Change the names generated for child foreign key constraints. 5 months ago
Daniel Gustafsson 994a100b37 Allocate JsonLexContexts on the heap to avoid warnings 5 months ago
Michael Paquier 0ff95e0a5b psql: Rework TAP routine psql_fails_like() to define WAL sender context 5 months ago
Amit Kapila 0e091ce409 Fix an oversight in 3f28b2fcac. 5 months ago
Michael Paquier 1f7878c33c Remove assertion based on pending_since in pgstat_report_stat() 5 months ago
Tom Lane e0f373ee42 Re-enable SSL connect_fails tests, and fix related race conditions. 5 months ago
Tom Lane da83b1ea10 Avoid depending on post-UPDATE row order in float4/float8 tests. 5 months ago
Tom Lane eaf582806c gen_node_support.pl: improve error message for unclosed struct. 5 months ago
Michael Paquier e29df428a1 doc: Mention naming convention used by injection points 5 months ago
David Rowley 0b06459f3c Doc: reword text explaining the --maintenance-db option 5 months ago
Michael Paquier 02c63f9438 Rename injection point for invalidation messages at end of transaction 5 months ago
David Rowley 5e6f9a9c4e Doc: various fixups 5 months ago
David Rowley d010cc6cca Doc: fix incorrect punctuation 5 months ago
Jeff Davis 90260e2ec6 Fix INITCAP() word boundaries for PG_UNICODE_FAST. 5 months ago
Tom Lane 80b727eb9d Use the same cmd_context throughout a walsender's lifetime. 5 months ago
Tom Lane 5ec8b01c30 MemoryContextCreate: assert parent is valid and different from node. 5 months ago
Fujii Masao 706cbed351 doc: Fix memory context level in pg_log_backend_memory_contexts() example. 5 months ago
David Rowley 78eda9e264 Fix a few more duplicate words in comments 5 months ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 5 months ago
Noah Misch 8180136652 Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START. 5 months ago
Noah Misch 714bd9e3a7 Test restartpoints in archive recovery. 5 months ago
Noah Misch 2d5350cfbd Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 5 months ago
David Rowley d47f922246 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 5 months ago
Michael Paquier 78231baaf9 psql: Split extended query protocol meta-commands in --help=commands 5 months ago
Michael Paquier 5743d122fc psql: Improve descriptions of \\flush[request] in --help 5 months ago
Michael Paquier 5ee7bd944e psql: Fix incorrect status code returned by \getresults 5 months ago
Tom Lane d05996340d Be more wary of corrupt data in pageinspect's heap_page_items(). 5 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 5 months ago
Michael Paquier 114f7fa81c Rename injection points used in AIO tests 5 months ago
Fujii Masao 3aad76a0a9 Make pg_upgrade log message with control file path translatable. 5 months ago
Tatsuo Ishii 05883bd6e5 Doc: fix missing comma at the end of a line. 5 months ago
David Rowley 1bd08f6ba5 Fixup various older misuses of appendPQExpBuffer 5 months ago
David Rowley d9e03864b6 Make levels 1-based in pg_log_backend_memory_contexts() 5 months ago
Tom Lane fc5e966f73 Suppress "may be used uninitialized" warnings from older compilers. 5 months ago
Tom Lane 4aad2cb770 Portability fix: isdigit() must be passed an unsigned char. 5 months ago
Tom Lane 0400ae4a68 Cache typlens of a SQL function's input arguments. 5 months ago
Tom Lane 0313c5dc62 Make SQLFunctionCache long-lived again. 5 months ago
Tom Lane f45a5444ee Split some storage out to separate subcontexts of fcontext. 5 months ago
Tom Lane 595d1efeda Make functions.c mostly run in a short-lived memory context. 5 months ago
Tom Lane 09b07c2953 Minor performance improvement for SQL-language functions. 5 months ago
Noah Misch f4ece891fc Assert lack of hazardous buffer locks before possible catalog read. 5 months ago
Daniel Gustafsson b669293e34 pg_dump: Set private_date pointer to NULL in callback 5 months ago