Commit Graph

61425 Commits (52a1df85f29b7955e33e5ce69bc8b46ee499dbfd)
 

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