Commit Graph

57754 Commits (ddd5f4f54a026db6a6692876d0d44aef902ab686)
 

Author SHA1 Message Date
Heikki Linnakangas b96115acb8 Fix assertion if index is dropped during REFRESH CONCURRENTLY 2 years ago
Heikki Linnakangas 5a9167c397 Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context 2 years ago
Amit Kapila dafbfed9ef Enhance libpqrcv APIs to support slot synchronization. 2 years ago
Amit Kapila a17aa50d67 Improve the comments in 004_subscription.pl. 2 years ago
Michael Paquier 2889fd23be Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO 2 years ago
Michael Paquier 95fb5b4902 Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM 2 years ago
Alvaro Herrera 774bcffe4a
libpq: Change some static functions to extern 2 years ago
Alvaro Herrera 53747f7222
libpq: Add pqReleaseConnHosts function 2 years ago
Michael Paquier c717525035 pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIES 2 years ago
Alexander Korotkov 40bbc8cf0a Improve documentation for COPY ... ON_ERROR ... 2 years ago
Heikki Linnakangas 18dd9d2ed9 Fix typo in comments 2 years ago
Tom Lane e4e63cd986 Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access(). 2 years ago
Heikki Linnakangas d212957254 Fix bug in bulk extending temp relation after failure 2 years ago
David Rowley 7e0ade0ffe Allow Gather Merge in more cases for parallel DISTINCT 2 years ago
Noah Misch 0b6517a3b7 Sync PG_VERSION file in CREATE DATABASE. 2 years ago
Noah Misch df220714e5 Handle interleavings between CREATE DATABASE steps and base backup. 2 years ago
Tom Lane 272a7c3034 Update time zone data files to tzdata release 2024a. 2 years ago
Andrew Dunstan 2e7061431b Avoid package qualification of $windows_os 2 years ago
Robert Haas 19a829a327 Continue my quest to make 002_blocks.pl pass reliably. 2 years ago
Bruce Momjian 21912e3c02 doc: improve role option documentation 2 years ago
Daniel Gustafsson 16a80e8912 doc: remove incorrect grammar for ALTER EVENT TRIGGER 2 years ago
Daniel Gustafsson 0293f8579c doc: Fix incorrect openssl option 2 years ago
Michael Paquier 235c09efbb Fix stats_fetch_consistency with stats for fixed-numbered objects 2 years ago
Alvaro Herrera 402388946f
Fix copy&paste typo in comment 2 years ago
Daniel Gustafsson 936f569887 Exclude Threadsanitizer instrumentation in exit check 2 years ago
David Rowley 9d1a5354f5 Fix costing bug in MergeAppend 2 years ago
Tom Lane 9589b038d3 Clean pg_walsummary's tmp_check directory. 2 years ago
Robert Haas b6ee30ec08 In 002_blocks.pl, try to prevent a HOT update. 2 years ago
Alvaro Herrera f0106b6d2d
Update pg_walsummary copyright notices to 2024 2 years ago
Robert Haas ea18eb7d62 Revise pg_walsummary's 002_blocks test to avoid spurious failures. 2 years ago
Peter Eisentraut d0283387d3 doc: Document more that relations share a namespace 2 years ago
Heikki Linnakangas 21d9c3ee4e Give SMgrRelation pointers a well-defined lifetime. 2 years ago
Heikki Linnakangas 6a8ffe812d Remove some obsolete smgrcloseall() calls. 2 years ago
Michael Paquier 0fda392138 Add .gitignore to src/test/modules/gin/ 2 years ago
Michael Paquier 5f19412e4e Add tests for int4_bool() in int.c 2 years ago
David Rowley b588cad688 Consider the "LIMIT 1" optimization with parallel DISTINCT 2 years ago
Michael Paquier 3e91dba8b0 Fix various issues with ALTER TEXT SEARCH CONFIGURATION 2 years ago
Andrew Dunstan 6ee26c6a4b Fix 003_extrafiles.pl test for the Windows 2 years ago
David Rowley 8ee9c25087 Simplify partial path generation in GROUP BY/ORDER BY 2 years ago
Alvaro Herrera 7b745d85b8
Split use of SerialSLRULock, creating SerialControlLock 2 years ago
Amit Kapila 776621a5e4 Add a failover option to subscriptions. 2 years ago
Daniel Gustafsson b527ebc1d3 pgcrypto: Fix check for buffer size 2 years ago
Peter Eisentraut 4c48c0fe56 Fix incorrect format placeholders for Oid 2 years ago
David Rowley 57f59396bb Delay build of Memoize hash table until executor run 2 years ago
David Rowley c85977d8fe Doc: mention foreign keys can reference unique indexes 2 years ago
Nathan Bossart 97287bdfae Move is_valid_ascii() to ascii.h. 2 years ago
Tom Lane 400928b83b Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Alvaro Herrera 5de890e361
Add EXPLAIN (MEMORY) to report planner memory consumption 2 years ago
Heikki Linnakangas 6a1ea02c49 Fix locking when fixing an incomplete split of a GIN internal page 2 years ago
Alvaro Herrera 6d4565a05f
libpq: Move cancellation related functions to fe-cancel.c 2 years ago