Commit Graph

50034 Commits (5b4791b4580e95a1230e89c11c08058f18b92225)
 

Author SHA1 Message Date
Tom Lane 5b4791b458 Fix access to no-longer-open relcache entry in logical-rep worker. 4 years ago
Tom Lane 849c7971d1 Disallow whole-row variables in GENERATED expressions. 4 years ago
Tom Lane 77e3204ecb Fix usage of "tableoid" in GENERATED expressions. 4 years ago
Tom Lane d18ee6f92d Restore the portal-level snapshot after procedure COMMIT/ROLLBACK. 4 years ago
Amit Kapila c83c0257e4 Fix deadlock for multiple replicating truncates of the same table. 4 years ago
Tom Lane c64183f234 Avoid detoasting failure after COMMIT inside a plpgsql FOR loop. 4 years ago
Tom Lane 9dc76f032c Clean up cpluspluscheck violation. 4 years ago
David Rowley 010429eb1f Fix typo and outdated information in README.barrier 4 years ago
Tom Lane c3cc73e144 Be more careful about barriers when releasing BackgroundWorkerSlots. 4 years ago
Peter Geoghegan fa675af59f Harden nbtree deduplication posting split code. 4 years ago
Tom Lane 6a4c071568 Doc: correct erroneous entry in this week's minor release notes. 4 years ago
Tom Lane dc714c120e Prevent infinite insertion loops in spgdoinsert(). 4 years ago
Tom Lane c1b72bf045 Fix query-cancel handling in spgdoinsert(). 4 years ago
Tom Lane 63831c1627 Refactor CHECK_FOR_INTERRUPTS() to add flexibility. 4 years ago
Alexander Korotkov ff91d3a22b Improve documentation example for jsonpath like_regex operator 4 years ago
Alvaro Herrera e5c071bc0f
Rename the logical replication global "wrconn" 4 years ago
Tom Lane 834d9284b4 Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS. 4 years ago
Tom Lane 272d82ec6f Stamp 13.3. 4 years ago
Tom Lane 9b93a33f45 Last-minute updates for release notes. 4 years ago
Tom Lane 4a8656a7ee Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. 4 years ago
Tom Lane 467395bfdf Prevent integer overflows in array subscripting calculations. 4 years ago
Peter Eisentraut 4c7ba553ba Translation updates 4 years ago
Peter Eisentraut 0d204a4b09 Emit dummy statements for probes.d probes when disabled 4 years ago
Tom Lane 55fe672a92 Release notes for 13.3, 12.7, 11.12, 10.17, 9.6.22. 4 years ago
Tom Lane 7f4bab7f4a First-draft release notes for 13.3. 4 years ago
Alvaro Herrera ef70b6f8e2
AlterSubscription_refresh: avoid stomping on global variable 4 years ago
Alvaro Herrera f518c3df4e
Document lock level used by ALTER TABLE VALIDATE CONSTRAINT 4 years ago
Andres Freund 082d9d6b57 jit: Fix warning reported by gcc-11 caused by dubious function signature. 4 years ago
Alvaro Herrera 923c13520f
Have ALTER CONSTRAINT recurse on partitioned tables 4 years ago
Alvaro Herrera 91a6b3862f
Fix OID passed to object-alter hook during ALTER CONSTRAINT 4 years ago
Peter Eisentraut a6a3a274ab pg_dump: Fix dump of generated columns in partitions 4 years ago
Peter Eisentraut 64190d65f2 Fix ALTER TABLE / INHERIT with generated columns 4 years ago
Peter Eisentraut e48ce7ef0e Prevent lwlock dtrace probes from unnecessary work 4 years ago
Tom Lane 3eeadc425c Doc: add an example of a self-referential foreign key to ddl.sgml. 4 years ago
Tom Lane 7c810bd028 Doc: update libpq's documentation for PQfn(). 4 years ago
Tom Lane 4d225ba0e6 Disallow calling anything but plain functions via the fastpath API. 4 years ago
Tom Lane bbcfee0e56 Fix some more omissions in pg_upgrade's tests for non-upgradable types. 4 years ago
Alvaro Herrera 896cedc7d5
Improve documentation for default_tablespace on partitioned tables 4 years ago
Tom Lane 7bbcfb4d58 Doc: fix discussion of how to get real Julian Dates. 4 years ago
Michael Paquier a928297bc6 Fix use-after-release issue with pg_identify_object_as_address() 4 years ago
Michael Paquier f3c4537876 Fix pg_identify_object_as_address() with event triggers 4 years ago
Tom Lane ec5bab9217 Doc: document EXTRACT(JULIAN ...), improve Julian Date explanation. 4 years ago
Fujii Masao 8019fcb00f doc: Fix obsolete description about pg_basebackup. 4 years ago
Tom Lane 2602ee4689 Don't crash on reference to an un-available system column. 4 years ago
Tom Lane 00037d8d00 Doc: document the tie-breaking behavior of the round() function. 4 years ago
Tom Lane a71cfc56bf Fix bugs in RETURNING in cross-partition UPDATE cases. 4 years ago
Andrew Dunstan 574a1b8fb4 fix silly perl error in commit d064afc720 4 years ago
Andrew Dunstan d31ae92866 Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode 4 years ago
Tom Lane 7bfba4f193 Fix planner failure in some cases of sorting by an aggregate. 4 years ago
Magnus Hagander bf5d1f1e00 Fix typo in comment 4 years ago