Commit Graph

51147 Commits (eda1d0dfe681e9b87c06157e2b0b6864344944f1)
 

Author SHA1 Message Date
David Rowley eda1d0dfe6 Doc: mention foreign keys can reference unique indexes 2 years ago
Tom Lane 7c53b1977b Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Heikki Linnakangas e74c916657 Fix locking when fixing an incomplete split of a GIN internal page 2 years ago
Tom Lane 425127bed2 Detect Julian-date overflow in timestamp[tz]_pl_interval. 2 years ago
Thomas Munro 70a82f40ab Track LLVM 18 changes. 2 years ago
Michael Paquier bfec14d06d Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees 2 years ago
Andres Freund dc9d424cf0 lwlock: Fix quadratic behavior with very long wait lists 2 years ago
Daniel Gustafsson a6463d287b Close socket in case of errors in setting non-blocking 2 years ago
Tom Lane 475b3ea3c0 Re-pgindent catcache.c after previous commit. 2 years ago
Tom Lane 98e03f9574 Cope with catcache entries becoming stale during detoasting. 2 years ago
Alvaro Herrera 3386afadd9
Added literal tag for RETURNING 2 years ago
Michael Paquier 2a0eb80ae4 pg_regress: Disable autoruns for cmd.exe on Windows 2 years ago
Michael Paquier c8aab699ed pg_ctl: Disable autoruns for cmd.exe on Windows 2 years ago
Tom Lane bfd28bb07a Allow subquery pullup to wrap a PlaceHolderVar in another one. 2 years ago
Magnus Hagander 9a94e9ae7e Fix omission in partitioning limitation documentation 2 years ago
Tatsuo Ishii fb198942b3 Doc: fix character_sets view. 2 years ago
Alexander Korotkov 17b6f39f19 Fix indentation in ExecParallelHashIncreaseNumBatches() 2 years ago
Tom Lane 9e7432fafc Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Alexander Korotkov 60de25c6ef Fix oversized memory allocation in Parallel Hash Join 2 years ago
Bruce Momjian 42afeae7b6 Update copyright for 2024 2 years ago
Tom Lane 5810888c56 Avoid masking EOF (no-password-supplied) conditions in auth.c. 2 years ago
Tom Lane 490dee7428 Doc: Python's control flow construct is try/except not try/catch. 2 years ago
Tom Lane 8d4e8b7468 In pg_dump, don't dump a stats object unless dumping underlying table. 2 years ago
Michael Paquier d2580bc312 doc: Mention AttributeRelationId in FDW validator function description 2 years ago
Tom Lane b1010030e6 Doc: specify aclitem syntax more clearly. 2 years ago
Tom Lane cb88f44ec8 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. 2 years ago
Tom Lane 48e7971643 Hide warnings from Python headers when using gcc-compatible compiler. 2 years ago
Amit Kapila 88d6c6f61d Doc: Add missing pgoutput options. 2 years ago
Tom Lane cc3865150b Avoid trying to fetch metapage of an SPGist partitioned index. 2 years ago
Daniel Gustafsson 57d55e2cd8 doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example 2 years ago
Michael Paquier 586c6a091f pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier b4c1d255c1 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Tom Lane b4c147ac6f Doc: add a bit to indices.sgml about what is an indexable clause. 2 years ago
Tom Lane 55b5c67da0 Fix bugs in manipulation of large objects. 2 years ago
Michael Paquier d99294e77f Prevent tuples to be marked as dead in subtransactions on standbys 2 years ago
Daniel Gustafsson 00b222226f Fix typo in comment 2 years ago
Tom Lane 87b46ad904 Be more wary about OpenSSL not setting errno on error. 2 years ago
Amit Kapila b47ea4f3d3 Fix an undetected deadlock due to apply worker. 2 years ago
Michael Paquier 7d5a740331 Fix compilation on Windows with WAL_DEBUG 2 years ago
Daniel Gustafsson 1ce2986795 Fix incorrect error message for IDENTIFY_SYSTEM 2 years ago
Michael Paquier ff186ea84d doc: Remove reference to trigger file regarding promotion 2 years ago
Peter Eisentraut 3c49fa2aff Check collation when creating partitioned index 2 years ago
Tom Lane efb8046827 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Heikki Linnakangas e434d3620a Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
Alvaro Herrera 2c4dd36e25
Fix CREATE INDEX CONCURRENTLY example 2 years ago
Michael Paquier 09f680d114 Fix race condition with BIO methods initialization in libpq with threads 2 years ago
Tom Lane 69a9134326 Doc: list AT TIME ZONE and COLLATE in operator precedence table. 2 years ago
Tom Lane 5abdfd88fa Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Bruce Momjian 50d3f09b6e doc: FreeBSD uses camcontrol identify, not atacontrol, for cache 2 years ago
Michael Paquier 5747f68ae2 Fix query checking consistency of table amhandlers in opr_sanity.sql 2 years ago