Commit Graph

52944 Commits (ae13f8166dc372a94e596f423790a67abd7bf68c)
 

Author SHA1 Message Date
Tom Lane ae13f8166d Track nesting depth correctly when drilling down into RECORD Vars. 2 years ago
Michael Paquier 1988f8766e Revert "Improve error message on snapshot import in snapmgr.c" 2 years ago
Michael Paquier a7b92d1c68 Improve error message on snapshot import in snapmgr.c 2 years ago
David Rowley 6341cb0b02 Fix incorrect logic in plan dependency recording 2 years ago
Thomas Munro e2452c2a63 Fix exception safety bug in typcache.c. 2 years ago
Amit Kapila f7d25117ba Fix uninitialized access to InitialRunningXacts during decoding after ERROR. 2 years ago
Fujii Masao 2f13e8d9ec Make recovery report error message when invalid page header is found. 2 years ago
Bruce Momjian 43f062cac0 doc: remove mention of backslash doubling in strings 2 years ago
Michael Paquier 9de74ca706 pg_basebackup: Generate valid temporary slot names under PQbackendPID() 2 years ago
Bruce Momjian a8e897e8be doc: mention that to_char() values are rounded 2 years ago
Bruce Momjian d46d69a359 doc: mention libpq regression tests 2 years ago
Michael Paquier df11421d82 Fix out-of-bound read in gtsvector_picksplit() 2 years ago
Etsuro Fujita b8f4644d60 postgres_fdw: Fix test for parameterized foreign scan. 2 years ago
Michael Paquier d2bd4ba305 Avoid possible overflow with ltsGetFreeBlock() in logtape.c 2 years ago
Heikki Linnakangas 3d895f95a0 Initialize ListenSocket array earlier. 2 years ago
Tom Lane 9b2a41db1c Avoid unnecessary plancache revalidation of utility statements. 2 years ago
Daniel Gustafsson 832be40c49 doc: Replace list of drivers and PLs with wiki link 2 years ago
Andrew Dunstan 7f4515a58e Cache by-reference missing values in a long lived context 2 years ago
Jeff Davis 5a32af3f2c Remove test from commit fa2e874946. 2 years ago
Jeff Davis 00953f1e23 Recalculate search_path after ALTER ROLE. 2 years ago
Tom Lane 86648dcdae Stamp 14.9. 2 years ago
Tom Lane 93eb661713 Last-minute updates for release notes. 2 years ago
Noah Misch d4648a74be Reject substituting extension schemas or owners matching ["$'\]. 2 years ago
Peter Eisentraut 6186e2775e Translation updates 2 years ago
David Rowley bf315354e0 Don't Memoize lateral joins with volatile join conditions 2 years ago
Tom Lane 7c9f0c0c02 Release notes for 15.4, 14.9, 13.12, 12.16, 11.21. 2 years ago
Etsuro Fujita 1ecd743969 Doc: update documentation for creating custom scan paths. 2 years ago
Etsuro Fujita 1ea0424a5b Update comments on CustomPath struct. 2 years ago
Masahiko Sawada 2e3741fb57 Fix ReorderBufferCheckMemoryLimit() comment. 2 years ago
David Rowley f457f2ef14 Fix overly strict Assert in jsonpath code 2 years ago
Etsuro Fujita b0e390e6d1 Disallow replacing joins with scans in problematic cases. 2 years ago
Tom Lane 341996248e Raise fixed token-length limit in hba.c. 2 years ago
Alvaro Herrera c5c5832600
Make test_decoding ddl.out shorter 2 years ago
Tom Lane 10fd061bbc Guard against null plan pointer in CachedPlanIsSimplyValid(). 2 years ago
Tom Lane 8286b432c3 Doc: improve description of IN and row-constructor comparisons. 2 years ago
Tom Lane 2e9135b940 Doc: fix out-of-date example of SPI usage. 2 years ago
Michael Paquier 763d26205a Fix indentation in twophase.c 2 years ago
Michael Paquier 442749100d Fix recovery of 2PC transaction during crash recovery 2 years ago
Michael Paquier 7af65523ab Add indisreplident to fields refreshed by RelationReloadIndexInfo() 3 years ago
Michael Paquier 954cc2139c Fix updates of indisvalid for partitioned indexes 3 years ago
Andres Freund d11efe8303 Handle DROP DATABASE getting interrupted 3 years ago
Andres Freund e246fd4236 Release lock after encountering bogs row in vac_truncate_clog() 3 years ago
Tom Lane a6991f763d Remove unnecessary pfree() in g_intbig_compress(). 3 years ago
Tom Lane 48582cf9ed Be more rigorous about local variables in PostgresMain(). 3 years ago
Michael Paquier 235e716bc2 Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema 3 years ago
David Rowley 571377dfb8 Doc: update old reference to "result cache" 3 years ago
Andrew Dunstan 75414c6989 Fix tmpdir issues with commit e213de8e78 3 years ago
Andrew Dunstan 38342df830 Use shorter location for pg_replslot in pg_basebackup test 3 years ago
Andres Freund 1508b57d4b Fix type of iterator variable in SH_START_ITERATE 3 years ago
Andrew Dunstan fb0f05576a Skip pg_baseback long filename test if path too long on Windows 3 years ago