Commit Graph

62062 Commits (585e31fcb6dfcb1d88cfee2371f565574db24869)
 

Author SHA1 Message Date
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. 4 days ago
Michael Paquier 43eb2c5419 Update parser README to include parse_jsontable.c 4 days ago
Tatsuo Ishii 06473f5a34 Allow to log raw parse tree. 6 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 7 days ago
Michael Paquier 4246a977ba Switch some numeric-related functions to use soft error reporting 7 days ago
Michael Paquier ae45312008 Change pg_lsn_in_internal() to use soft error reporting 7 days ago
Nathan Bossart d814d7fc3d Revert recent change to RequestNamedLWLockTranche(). 7 days ago
Peter Eisentraut f0478149c3 Clean up newly added guc_tables.inc.c 1 week ago
Nathan Bossart 1129d3e4c8 Adjust commentary for WaitEventLWLock in wait_event_names.txt. 1 week ago
Dean Rasheed fc6600fc1c Fix replica identity check for MERGE. 1 week ago
Dean Rasheed 5386bfb9c1 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 1 week 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
Nathan Bossart 510777a2d5 Change ReplicationSlotPersistentData's "synced" member to a bool. 1 week ago
Tom Lane 1b1960c8c9 Improve error message for duplicate labels when creating an enum type. 1 week ago
Michael Paquier eccba079c2 Generate pgstat_count_slru*() functions for slru using macros 1 week ago
Amit Kapila a850be2fe6 Add max_retention_duration option to subscriptions. 1 week ago
Michael Paquier 36aed19fd9 postgres_fdw: Use psql variables for connection parameters 2 weeks ago
Richard Guo 317c117d6d Fix const-simplification for constraints and stats 2 weeks ago
Bruce Momjian 0c6d572c11 add_commit_links.pl: error out if missing major version number 2 weeks ago
Nathan Bossart 5487058b56 Prepare DSM registry for upcoming changes to LWLock tranche names. 2 weeks ago
Tom Lane f727b63e81 Provide error context when an error is thrown within WaitOnLock(). 2 weeks ago
Daniel Gustafsson e686010c5b pg_dump: Fix compression API errorhandling 2 weeks ago
Nathan Bossart 67fcf48c3b Make LWLockCounter a global variable. 2 weeks ago
Tom Lane 66fa3b5eef Fix .gitignore for src/interfaces/libpq-oauth. 2 weeks ago
Nathan Bossart 6fbd7b93c6 Remove unused parameter from ProcessSlotSyncInterrupts(). 2 weeks ago
Tom Lane 8722e7965f Silence -Wmissing-variable-declarations in headerscheck. 2 weeks ago
David Rowley da9f9f75e5 Fix possible use after free in expand_partitioned_rtentry() 2 weeks ago
Álvaro Herrera f225473cba
CREATE STATISTICS: improve misleading error message 2 weeks ago
Daniel Gustafsson 5d7f58848c Fix typo in isolation test spec 2 weeks ago
Peter Eisentraut f5d0708582 headerscheck: Document that --with-llvm is required 2 weeks ago
Peter Eisentraut da0413373c headerscheck: Ignore Windows-specific header 2 weeks ago