Commit Graph

62158 Commits (261f89a976bf3dbf25e43bab9983fdd28f20b49b)
 

Author SHA1 Message Date
Amit Kapila 1f7e9ba3ac Post-commit review fixes for 228c370868. 3 months ago
Michael Paquier 43eb2c5419 Update parser README to include parse_jsontable.c 3 months ago
Tatsuo Ishii 06473f5a34 Allow to log raw parse tree. 3 months ago
Andres Freund 2c78940527 bufmgr: Remove freelist, always use clock-sweep 3 months ago
Andres Freund 50e4c6ace5 bufmgr: Use consistent naming of the clock-sweep algorithm 3 months ago
Melanie Plageman e3d5ddb7ca Add assert and log message to visibilitymap_set 3 months ago
Dean Rasheed 6ede13d1b5 Fix concurrent update issue with MERGE. 3 months ago
Michael Paquier 567d27e8e2 Fix outdated comments in slru.c 3 months ago
Michael Paquier 4246a977ba Switch some numeric-related functions to use soft error reporting 3 months ago
Michael Paquier ae45312008 Change pg_lsn_in_internal() to use soft error reporting 3 months ago
Nathan Bossart d814d7fc3d Revert recent change to RequestNamedLWLockTranche(). 3 months ago
Peter Eisentraut f0478149c3 Clean up newly added guc_tables.inc.c 3 months ago
Nathan Bossart 1129d3e4c8 Adjust commentary for WaitEventLWLock in wait_event_names.txt. 3 months ago
Dean Rasheed fc6600fc1c Fix replica identity check for MERGE. 3 months ago
Dean Rasheed 5386bfb9c1 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 3 months ago
Michael Paquier 09119238a1 Fix incorrect comment in pgstat_backend.c 4 months ago
Tom Lane e351e5c4fe Make libpq_pipeline.c shorter and more uniform via helper functions. 4 months ago
Nathan Bossart 38b602b028 Move dynamically-allocated LWLock tranche names to shared memory. 4 months ago
Jacob Champion 7b0fb9f5c6 ci: Explicitly enable Meson features 4 months ago
Jacob Champion 01c5938003 ci: Remove extra PG_TEST_EXTRA from NetBSD/OpenBSD 4 months ago
Peter Eisentraut 01d6e5b2cf Fix mistake in new GUC tables source 4 months ago
Peter Eisentraut 6359989654 Generate GUC tables from .dat file 4 months ago
Richard Guo aba8f61c30 Fix planner error when estimating SubPlan cost 4 months ago
Amit Kapila f2dbc83501 Fix use-after-free issue in slot synchronization. 4 months ago
Michael Paquier db9405493b libpq: Fix PQtrace() format for non-printable characters 4 months ago
Michael Paquier c6ea528b47 Update outdated references to the SLRU ControlLock 4 months ago
Fujii Masao 229911c4bf Add HINT for COPY TO when WHERE clause is used. 4 months ago
Nathan Bossart 510777a2d5 Change ReplicationSlotPersistentData's "synced" member to a bool. 4 months ago
Tom Lane 1b1960c8c9 Improve error message for duplicate labels when creating an enum type. 4 months ago
Michael Paquier eccba079c2 Generate pgstat_count_slru*() functions for slru using macros 4 months ago
Amit Kapila a850be2fe6 Add max_retention_duration option to subscriptions. 4 months ago
Michael Paquier 36aed19fd9 postgres_fdw: Use psql variables for connection parameters 4 months ago
Richard Guo 317c117d6d Fix const-simplification for constraints and stats 4 months ago
Bruce Momjian 0c6d572c11 add_commit_links.pl: error out if missing major version number 4 months ago
Nathan Bossart 5487058b56 Prepare DSM registry for upcoming changes to LWLock tranche names. 4 months ago
Tom Lane f727b63e81 Provide error context when an error is thrown within WaitOnLock(). 4 months ago
Daniel Gustafsson e686010c5b pg_dump: Fix compression API errorhandling 4 months ago
Nathan Bossart 67fcf48c3b Make LWLockCounter a global variable. 4 months ago
Tom Lane 66fa3b5eef Fix .gitignore for src/interfaces/libpq-oauth. 4 months ago
Nathan Bossart 6fbd7b93c6 Remove unused parameter from ProcessSlotSyncInterrupts(). 4 months ago
Tom Lane 8722e7965f Silence -Wmissing-variable-declarations in headerscheck. 4 months ago
David Rowley da9f9f75e5 Fix possible use after free in expand_partitioned_rtentry() 4 months ago
Álvaro Herrera f225473cba
CREATE STATISTICS: improve misleading error message 4 months ago
Daniel Gustafsson 5d7f58848c Fix typo in isolation test spec 4 months ago
Peter Eisentraut f5d0708582 headerscheck: Document that --with-llvm is required 4 months ago
Peter Eisentraut da0413373c headerscheck: Ignore Windows-specific header 4 months ago
Peter Eisentraut 664e0d6789 headerscheck: Use ICU_CFLAGS 4 months ago
Peter Eisentraut 991295f387 Mark ItemPointer arguments as const in tuple/table lock functions 4 months ago
Peter Eisentraut 710e6c4301 Remove unneeded casts of BufferGetPage() result 4 months ago
Richard Guo 97b0f36bde Fix semijoin unique-ification for child relations 4 months ago