Commit Graph

61232 Commits (5ec8b01c30e7ea34bb42592ad9d34d4b02ea593d)
 

Author SHA1 Message Date
Tom Lane 5ec8b01c30 MemoryContextCreate: assert parent is valid and different from node. 9 months ago
Fujii Masao 706cbed351 doc: Fix memory context level in pg_log_backend_memory_contexts() example. 9 months ago
David Rowley 78eda9e264 Fix a few more duplicate words in comments 9 months ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 9 months ago
Noah Misch 8180136652 Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START. 9 months ago
Noah Misch 714bd9e3a7 Test restartpoints in archive recovery. 9 months ago
Noah Misch 2d5350cfbd Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 9 months ago
David Rowley d47f922246 Fix issue with ORDER BY / DISTINCT aggregates and FILTER 9 months ago
Michael Paquier 78231baaf9 psql: Split extended query protocol meta-commands in --help=commands 9 months ago
Michael Paquier 5743d122fc psql: Improve descriptions of \\flush[request] in --help 9 months ago
Michael Paquier 5ee7bd944e psql: Fix incorrect status code returned by \getresults 9 months ago
Tom Lane d05996340d Be more wary of corrupt data in pageinspect's heap_page_items(). 9 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 9 months ago
Michael Paquier 114f7fa81c Rename injection points used in AIO tests 9 months ago
Fujii Masao 3aad76a0a9 Make pg_upgrade log message with control file path translatable. 9 months ago
Tatsuo Ishii 05883bd6e5 Doc: fix missing comma at the end of a line. 9 months ago
David Rowley 1bd08f6ba5 Fixup various older misuses of appendPQExpBuffer 9 months ago
David Rowley d9e03864b6 Make levels 1-based in pg_log_backend_memory_contexts() 9 months ago
Tom Lane fc5e966f73 Suppress "may be used uninitialized" warnings from older compilers. 9 months ago
Tom Lane 4aad2cb770 Portability fix: isdigit() must be passed an unsigned char. 9 months ago
Tom Lane 0400ae4a68 Cache typlens of a SQL function's input arguments. 9 months ago
Tom Lane 0313c5dc62 Make SQLFunctionCache long-lived again. 9 months ago
Tom Lane f45a5444ee Split some storage out to separate subcontexts of fcontext. 9 months ago
Tom Lane 595d1efeda Make functions.c mostly run in a short-lived memory context. 9 months ago
Tom Lane 09b07c2953 Minor performance improvement for SQL-language functions. 9 months ago
Noah Misch f4ece891fc Assert lack of hazardous buffer locks before possible catalog read. 9 months ago
Daniel Gustafsson b669293e34 pg_dump: Set private_date pointer to NULL in callback 9 months ago
Fujii Masao e4b0f86e1f pg_dump: Fix incorrect archive format shown in error message. 9 months ago
Jeff Davis 2e5353be25 Another unintentional behavior change in commit e9931bfb75. 9 months ago
Jeff Davis b107744ce7 Improve comment in regc_pg_locale.c. 9 months ago
David Rowley 3fae25cbb3 Fixup various new-to-v18 usages of appendPQExpBuffer 9 months ago
David Rowley f3281f9f93 Improve comments for estimate_multivariate_ndistinct() 9 months ago
Tom Lane ab3d8afc7f Sync declarations and definitions of two new tablecmds.c functions. 9 months ago
Álvaro Herrera 11ff192b5b
Elide not-null constraint checks on child tables during PK creation 9 months ago
Daniel Gustafsson 1fd3566ebc Update pg_config.h.in with libnuma changes 9 months ago
Tom Lane 1fc3403626 Fix pg_dump --clean with partitioned indexes. 9 months ago
Andrew Dunstan 40b9c27014 pg_restore cleanups 9 months ago
Richard Guo 3b35f9a4c5 Fix an incorrect check in get_memoize_path 9 months ago
Daniel Gustafsson 5ee476294c doc: Fix typos in documentation 9 months ago
Tom Lane 7c87284940 Fix failure for generated column with a not-null domain constraint. 9 months ago
Fujii Masao f840f8ee30 doc: Fix missing whitespace in pg_restore documentation. 9 months ago
Daniel Gustafsson 7ae13170ba pg_combinebackup: Fix incorrect code documentation 9 months ago
Peter Eisentraut c55df7c6ea Fix incorrect format placeholders 9 months ago
Peter Eisentraut 7cd171a5d2 Add more source files to pg_verifybackup/nls.mk 9 months ago
David Rowley b51f86e49a Doc: use "an SQL" consistently rather than "a SQL" 9 months ago
Daniel Gustafsson 2970c75dd9 Mark sslkeylogfile as Debug option 9 months ago
Andrew Dunstan 64e193f5dd Make AIO error test more portable 9 months ago
Andrew Dunstan f09088a01d Free memory properly in pg_restore.c 9 months ago
Tom Lane 78637a8be2 Doc: do a little copy-editing on Index Storage Parameters list. 9 months ago
Tom Lane e708ffe79d Fix GIN's shimTriConsistentFn to not corrupt its input. 9 months ago