Commit Graph

62108 Commits (88824e68611a88a4ef7218c093810a94f86e12e0)
 

Author SHA1 Message Date
Tom Lane 88824e6861 Avoid context dependency in test case added by 9a71989a8. 5 days ago
Tom Lane 9a71989a8f Reject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name. 5 days ago
Tom Lane f14ea34d6e Fix oversights in pg_event_trigger_dropped_objects() fixes. 5 days ago
Noah Misch 4adb0380b9 Replace tests of ALTER DATABASE RESET TABLESPACE. 5 days ago
Peter Geoghegan 796962922e Always commute strategy when preprocessing DESC keys. 5 days ago
Álvaro Herrera 7dcea51c2a
Avoid unexpected changes of CurrentResourceOwner and CurrentMemoryContext 5 days ago
Andres Freund 20d541a200 ci: openbsd: Increase RAM disk's size 5 days ago
Peter Eisentraut ae0e1be9f2 Allow redeclaration of typedef yyscan_t 5 days ago
Peter Eisentraut 675ddc4d70 Improve pgbench definition of yyscan_t 5 days ago
Peter Eisentraut 2aac62be8c Default to log_lock_waits=on 5 days ago
Peter Eisentraut 25f36066dd Remove traces of support for Sun Studio compiler 5 days ago
Peter Eisentraut e92677e863 Silence compiler warnings on clang 21 5 days ago
Richard Guo 2d756ebbe8 Fix misuse of Relids for storing attribute numbers 5 days ago
Michael Paquier 528dadf691 Add more information for WAL records of hash index AMs 5 days ago
Michael Paquier 306dd13079 Remove whitespace in comment of pg_stat_statements.c 5 days ago
Nathan Bossart ed1aad15e0 Move named LWLock tranche requests to shared memory. 6 days ago
Tom Lane a0b99fc122 Report the correct is_temporary flag for column defaults. 6 days ago
Álvaro Herrera 1d5800019f
Improve comment about snapshot macros 6 days ago
Álvaro Herrera e8cec3d179
Add test for temporal referential integrity 6 days ago
Álvaro Herrera a2b4102a21
Fill testing gap for possible referential integrity violation 6 days ago
Peter Eisentraut 4fbe015145 Remove checks for no longer supported GCC versions 6 days ago
Peter Eisentraut 368c38dd47 Remove stray semicolon at global scope 6 days ago
Amit Kapila 01d793698f Fix intermittent test failure introduced in 6456c6e2c4. 6 days ago
Dean Rasheed 2bbbb2eca9 doc: Fix indentation in func-datetime.sgml. 6 days ago
Dean Rasheed 9c24111c4d doc: Improve description of new random(min, max) functions. 6 days ago
Michael Paquier 26eadf4d2b Fix description of WAL record blocks in hash_xlog.h 6 days ago
Michael Paquier c88ce73eda Fix incorrect file reference in guc.h 6 days ago
Tom Lane 09036dc71c Avoid faulty alignment of Datums in build_sorted_items(). 7 days ago
Tom Lane bdc6cfcd12 Eliminate duplicative hashtempcxt in nodeSubplan.c. 7 days ago
Tom Lane abdeacdb09 Fix memory leakage in nodeSubplan.c. 7 days ago
Nathan Bossart 9016fa7e3b meson: Build numeric.c with -ftree-vectorize. 7 days ago
Peter Eisentraut 33eec80940 Fix CREATE TABLE LIKE with not-valid check constraint 7 days ago
Michael Paquier e6da68a6e1 Remove dynahash.h 1 week ago
Michael Paquier b1187266e0 Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.h 1 week ago
Michael Paquier 8c8f7b199d Fix leak with SMgrRelations in startup process 1 week ago
Nathan Bossart d96c854dfc Fix documentation for shmem_startup_hook. 1 week ago
Nathan Bossart 530cfa8eb5 test_slru: Fix LWLock tranche allocation in EXEC_BACKEND builds. 1 week ago
Peter Eisentraut 81a61fde84 Fix typo in comment 1 week ago
Dean Rasheed faf071b553 Add date and timestamp variants of random(min, max). 1 week ago
Amit Kapila 5ac3c1ac22 Fix Coverity issue reported in commit a850be2fe. 1 week ago
Melanie Plageman 8ec97e78a7 Add error codes when vacuum discovers VM corruption 1 week ago
Jeff Davis 9af672bcb2 meson: build checksums with extra optimization flags. 1 week ago
Nathan Bossart 3bcfcd815e pg_upgrade: Transfer pg_largeobject_metadata's files when possible. 1 week ago
Melanie Plageman 4b5f206de2 Remove unused xl_heap_prune member, reason 1 week ago
Robert Haas 5a170e992a Don't generate fake "*TLOCRN*" or "*TROCRN*" aliases, either. 1 week ago
Robert Haas 6f79024df3 Don't generate fake "ANY_subquery" aliases, either. 1 week ago
Robert Haas 585e31fcb6 Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. 1 week ago
Melanie Plageman 3399c26554 Remove unneeded VM pin from VM replay 1 week ago
Amit Kapila 6456c6e2c4 Add test to prevent premature removal of conflict-relevant data. 1 week ago
Michael Paquier 8191e0c16a Fix corruption of pgstats shared hashtable due to OOM failures 1 week ago