Commit Graph

62081 Commits (master)
 

Author SHA1 Message Date
Tom Lane 09036dc71c Avoid faulty alignment of Datums in build_sorted_items(). 7 hours ago
Tom Lane bdc6cfcd12 Eliminate duplicative hashtempcxt in nodeSubplan.c. 9 hours ago
Tom Lane abdeacdb09 Fix memory leakage in nodeSubplan.c. 9 hours ago
Nathan Bossart 9016fa7e3b meson: Build numeric.c with -ftree-vectorize. 13 hours ago
Peter Eisentraut 33eec80940 Fix CREATE TABLE LIKE with not-valid check constraint 18 hours ago
Michael Paquier e6da68a6e1 Remove dynahash.h 1 day ago
Michael Paquier b1187266e0 Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.h 1 day ago
Michael Paquier 8c8f7b199d Fix leak with SMgrRelations in startup process 1 day ago
Nathan Bossart d96c854dfc Fix documentation for shmem_startup_hook. 1 day ago
Nathan Bossart 530cfa8eb5 test_slru: Fix LWLock tranche allocation in EXEC_BACKEND builds. 1 day ago
Peter Eisentraut 81a61fde84 Fix typo in comment 2 days ago
Dean Rasheed faf071b553 Add date and timestamp variants of random(min, max). 2 days ago
Amit Kapila 5ac3c1ac22 Fix Coverity issue reported in commit a850be2fe. 2 days ago
Melanie Plageman 8ec97e78a7 Add error codes when vacuum discovers VM corruption 2 days ago
Jeff Davis 9af672bcb2 meson: build checksums with extra optimization flags. 2 days ago
Nathan Bossart 3bcfcd815e pg_upgrade: Transfer pg_largeobject_metadata's files when possible. 2 days ago
Melanie Plageman 4b5f206de2 Remove unused xl_heap_prune member, reason 2 days ago
Robert Haas 5a170e992a Don't generate fake "*TLOCRN*" or "*TROCRN*" aliases, either. 3 days ago
Robert Haas 6f79024df3 Don't generate fake "ANY_subquery" aliases, either. 3 days ago
Robert Haas 585e31fcb6 Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. 3 days ago
Melanie Plageman 3399c26554 Remove unneeded VM pin from VM replay 3 days ago
Amit Kapila 6456c6e2c4 Add test to prevent premature removal of conflict-relevant data. 3 days ago
Michael Paquier 8191e0c16a Fix corruption of pgstats shared hashtable due to OOM failures 3 days ago
Amit Kapila 1f7e9ba3ac Post-commit review fixes for 228c370868. 3 days ago
Michael Paquier 43eb2c5419 Update parser README to include parse_jsontable.c 3 days ago
Tatsuo Ishii 06473f5a34 Allow to log raw parse tree. 5 days ago
Andres Freund 2c78940527 bufmgr: Remove freelist, always use clock-sweep 6 days ago
Andres Freund 50e4c6ace5 bufmgr: Use consistent naming of the clock-sweep algorithm 6 days ago
Melanie Plageman e3d5ddb7ca Add assert and log message to visibilitymap_set 6 days ago
Dean Rasheed 6ede13d1b5 Fix concurrent update issue with MERGE. 6 days ago
Michael Paquier 567d27e8e2 Fix outdated comments in slru.c 6 days ago
Michael Paquier 4246a977ba Switch some numeric-related functions to use soft error reporting 6 days ago
Michael Paquier ae45312008 Change pg_lsn_in_internal() to use soft error reporting 6 days ago
Nathan Bossart d814d7fc3d Revert recent change to RequestNamedLWLockTranche(). 6 days ago
Peter Eisentraut f0478149c3 Clean up newly added guc_tables.inc.c 7 days ago
Nathan Bossart 1129d3e4c8 Adjust commentary for WaitEventLWLock in wait_event_names.txt. 7 days ago
Dean Rasheed fc6600fc1c Fix replica identity check for MERGE. 7 days ago
Dean Rasheed 5386bfb9c1 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 7 days ago
Michael Paquier 09119238a1 Fix incorrect comment in pgstat_backend.c 1 week ago
Tom Lane e351e5c4fe Make libpq_pipeline.c shorter and more uniform via helper functions. 1 week ago
Nathan Bossart 38b602b028 Move dynamically-allocated LWLock tranche names to shared memory. 1 week ago
Jacob Champion 7b0fb9f5c6 ci: Explicitly enable Meson features 1 week ago
Jacob Champion 01c5938003 ci: Remove extra PG_TEST_EXTRA from NetBSD/OpenBSD 1 week ago
Peter Eisentraut 01d6e5b2cf Fix mistake in new GUC tables source 1 week ago
Peter Eisentraut 6359989654 Generate GUC tables from .dat file 1 week ago
Richard Guo aba8f61c30 Fix planner error when estimating SubPlan cost 1 week ago
Amit Kapila f2dbc83501 Fix use-after-free issue in slot synchronization. 1 week ago
Michael Paquier db9405493b libpq: Fix PQtrace() format for non-printable characters 1 week ago
Michael Paquier c6ea528b47 Update outdated references to the SLRU ControlLock 1 week ago
Fujii Masao 229911c4bf Add HINT for COPY TO when WHERE clause is used. 1 week ago