Commit Graph

26913 Commits (500b61769fa27e9f00a03c3f544f70da3bf3d679)

Author SHA1 Message Date
Andres Freund 500b61769f Fix bug allowing io_combine_limit > io_max_combine_combine limit 8 months ago
Andres Freund 0d9114b704 aio: Fix crash potential for pg_aios views due to late state update 8 months ago
Michael Paquier 923ae50cf5 Add sanity check for dshash entries when reading pgstats file 9 months ago
Tom Lane bc19f63f80 Avoid possibly-theoretical OOM crash hazard in hash_create(). 9 months ago
Alexander Korotkov bb78e42678 Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback() 9 months ago
Alexander Korotkov 9f404d7922 Properly prepare varinfos in estimate_multivariate_bucketsize() 9 months ago
Tom Lane 3db61db48e Change the names generated for child foreign key constraints. 9 months ago
Amit Kapila 0e091ce409 Fix an oversight in 3f28b2fcac. 9 months ago
Michael Paquier 1f7878c33c Remove assertion based on pending_since in pgstat_report_stat() 9 months ago
Tom Lane eaf582806c gen_node_support.pl: improve error message for unclosed struct. 9 months ago
Michael Paquier 02c63f9438 Rename injection point for invalidation messages at end of transaction 9 months ago
Jeff Davis 90260e2ec6 Fix INITCAP() word boundaries for PG_UNICODE_FAST. 9 months ago
Tom Lane 80b727eb9d Use the same cmd_context throughout a walsender's lifetime. 9 months ago
Tom Lane 5ec8b01c30 MemoryContextCreate: assert parent is valid and different from node. 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 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 88e947136b Fix typos and grammar in the code 9 months ago
Michael Paquier 114f7fa81c Rename injection points used in AIO tests 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 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
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 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
Richard Guo 3b35f9a4c5 Fix an incorrect check in get_memoize_path 9 months ago
Tom Lane 7c87284940 Fix failure for generated column with a not-null domain constraint. 9 months ago
Tom Lane e708ffe79d Fix GIN's shimTriConsistentFn to not corrupt its input. 9 months ago
Peter Geoghegan a6cab6a78e Harmonize function parameter names for Postgres 18. 9 months ago
Daniel Gustafsson 847bbb21f8 Fix recently introduced typos 9 months ago
Michael Paquier 2e57790836 Fix race with synchronous_standby_names at startup 9 months ago
David Rowley 530050d8d2 Add code comment explaining ins_since_vacuum and aborted inserts 9 months ago
David Rowley 928394b664 Improve various new-to-v18 appendStringInfo calls 9 months ago
Daniel Gustafsson 55ef7abf88 Rename global variable backing DSA area 9 months ago
Tom Lane f27eb0325b Remove useless check for negative result of ip_addrsize(). 9 months ago
Amit Kapila 4909b38af0 Fix data loss in logical replication. 9 months ago
David Rowley d7c04db27a Update wording in optimizer/README for EquivalenceClasses 9 months ago
Tomas Vondra 3887d0cfeb Cleanup of pg_numa.c 9 months ago
Heikki Linnakangas 0f1433f053 Fix a few oversights in the longer cancel keys patch 9 months ago
Tom Lane dd496eedea Doc: note that two examples in optimizer/README are oversimplified. 9 months ago
Amit Kapila 12eece5fd5 Fix uninitialized index information access during apply. 9 months ago