Commit Graph

53058 Commits (3dadeef5d9ffe94deac926d7266a2ec64795e159)
 

Author SHA1 Message Date
Tomas Vondra bb7628e55e Free memory after building each statistics object 4 years ago
Amit Kapila 9eff859326 Invalidate all partitions for a partitioned table in publication. 4 years ago
Peter Geoghegan e665129c47 Fix "single value strategy" index deletion issue. 4 years ago
Michael Paquier 90251ff199 Fix places in TestLib.pm in need of adaptation to the output of Msys perl 4 years ago
Tom Lane 2ad5f963e1 Fix misevaluation of STABLE parameters in CALL within plpgsql. 4 years ago
Alvaro Herrera c1d1ae1db2
Document XLOG_INCLUDE_XID a little better 4 years ago
Tom Lane 8aed7f7a2e Stamp 14rc1. 4 years ago
Peter Geoghegan 955a6a8934 Remove overzealous index deletion assertion. 4 years ago
Peter Eisentraut 3e8525aab8 Translation updates 4 years ago
Peter Eisentraut 89a967e9b5 doc: Replace characters that the PDF build cannot handle 4 years ago
Peter Eisentraut 3609b453cd Update list of acknowledgments in release notes 4 years ago
Tomas Vondra 6606107715 Disallow extended statistics on system columns 4 years ago
Tom Lane 2a9a34c310 Doc: further tweaking of v14 release notes. 4 years ago
Tom Lane 55abb37506 Doc: fix typos. 4 years ago
Tom Lane f8dacf125d Doc: copy-editing for v14 release notes. 4 years ago
Tom Lane 68b6ed42e6 Doc: update v14 release notes through today. 5 years ago
Peter Geoghegan 55934416d2 pageinspect: Make page deletion elog less chatty. 5 years ago
Tom Lane 4d5b4483db Fix pull_varnos to cope with translated PlaceHolderVars. 5 years ago
Tom Lane 388726753b Fix EXPLAIN to handle SEARCH BREADTH FIRST queries. 5 years ago
Peter Eisentraut f46dc96fcc Message style improvements 5 years ago
Andres Freund 7890a42347 Fix performance regression from session statistics. 5 years ago
Fujii Masao 92a8d7610e Fix variable shadowing in procarray.c. 5 years ago
Fujii Masao fe8821ca7d Use int instead of size_t in procarray.c. 5 years ago
Tom Lane d84d62b622 Disallow LISTEN in background workers. 5 years ago
Peter Eisentraut 9b2fd49057 Fix hash_array 5 years ago
Daniel Gustafsson 6e6adbddbc doc: Clarify refresh options for DROP PUBLICATION 5 years ago
Tom Lane 0eff10a008 Send NOTIFY signals during CommitTransaction. 5 years ago
Tom Lane 29aa0ce361 Fix planner error with multiple copies of an AlternativeSubPlan. 5 years ago
Andres Freund 4e86887e09 jit: Do not try to shut down LLVM state in case of LLVM triggered errors. 5 years ago
Andres Freund 0d0bbee5e3 Fix potential for compiler warning in GlobalVisTestFor(). 5 years ago
Tom Lane 896a0c44f9 Clear conn->errorMessage at successful completion of PQconnectdb(). 5 years ago
Tom Lane 4ffd3fe4d6 Fix EXIT out of outermost block in plpgsql. 5 years ago
Bruce Momjian 10faeb7ed5 doc: fix PG 14 release note typo 5 years ago
Etsuro Fujita 749945c242 Doc: Remove type information for import_generated in postgres-fdw.sgml. 5 years ago
Amit Kapila f5e0ff4631 Fix reorder buffer memory accounting for toast changes. 5 years ago
Michael Paquier cc057fb315 Fix error handling with threads on OOM in ECPG connection logic 5 years ago
Tom Lane b33283cbd3 Make pg_regexec() robust against out-of-range search_start. 5 years ago
Tom Lane d844cd75a6 Fix some anomalies with NO SCROLL cursors. 5 years ago
Tom Lane b7056c0a25 Avoid fetching from an already-terminated plan. 5 years ago
Fujii Masao b27d0cd314 pgbench: Stop counting skipped transactions as soon as timer is exceeded. 5 years ago
Tom Lane 7430c77420 Check for relation length overrun soon enough. 5 years ago
Fujii Masao b5ec22bf5e Fix issue with WAL archiving in standby. 5 years ago
Tom Lane 52c300df32 Avoid useless malloc/free traffic around getFormattedTypeName(). 5 years ago
Tom Lane 67948a433e Fix misleading comments about TOAST access macros. 5 years ago
Tom Lane 03d01d746b Fix rewriter to set hasModifyingCTE correctly on rewritten queries. 5 years ago
Peter Eisentraut 054adca641 Disable anonymous record hash support except in special cases 5 years ago
Amit Kapila 8db27fbc11 Invalidate relcache for publications defined for all tables. 5 years ago
Magnus Hagander b7fd291042 Consistently use read-only instead of "read only" 5 years ago
Tom Lane 8b895374cd Finish reverting 3eda9fc09f. 5 years ago
Heikki Linnakangas e66add755d Fix missing words in comment. 5 years ago