Commit Graph

53096 Commits (7a12e8ef0bc66f935ed28c29ef02bf3648fed37f)
 

Author SHA1 Message Date
Tatsuo Ishii 7a12e8ef0b Doc: fix character_sets view. 2 years ago
Alexander Korotkov 97e64911da Fix indentation in ExecParallelHashIncreaseNumBatches() 2 years ago
Tom Lane 90e8b86fc5 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Alexander Korotkov 3bdaa8fc62 Fix oversized memory allocation in Parallel Hash Join 2 years ago
Bruce Momjian 727cf6f6d3 Update copyright for 2024 2 years ago
Tom Lane 9b042e27eb Avoid masking EOF (no-password-supplied) conditions in auth.c. 2 years ago
Tom Lane b83941beeb Doc: Python's control flow construct is try/except not try/catch. 2 years ago
Tom Lane aa2e323eed In pg_dump, don't dump a stats object unless dumping underlying table. 2 years ago
Michael Paquier 020e4a17f0 doc: Mention AttributeRelationId in FDW validator function description 2 years ago
Tom Lane f91812b011 Doc: specify aclitem syntax more clearly. 2 years ago
Tom Lane bf4f30a0fa Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. 2 years ago
Tom Lane 7978eee02e Hide warnings from Python headers when using gcc-compatible compiler. 2 years ago
Amit Kapila 951eaecbc3 Doc: Add missing pgoutput options. 2 years ago
Tom Lane 375f441bd1 Avoid trying to fetch metapage of an SPGist partitioned index. 2 years ago
Daniel Gustafsson d5873aaec7 doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example 2 years ago
Michael Paquier bfbe4a146e pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier f729fdab45 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Tom Lane 7a4bdd986a Doc: add a bit to indices.sgml about what is an indexable clause. 2 years ago
Tom Lane f552f2be24 Fix bugs in manipulation of large objects. 2 years ago
Michael Paquier 0cfd3ddfe0 Prevent tuples to be marked as dead in subtransactions on standbys 2 years ago
Daniel Gustafsson d86038bd4d Fix typo in comment 2 years ago
Tom Lane 07ce243268 Be more wary about OpenSSL not setting errno on error. 2 years ago
Amit Kapila 3f86867d56 Fix an undetected deadlock due to apply worker. 2 years ago
Michael Paquier c49b6cab1e Fix compilation on Windows with WAL_DEBUG 2 years ago
Daniel Gustafsson 376eaa45a2 Fix incorrect error message for IDENTIFY_SYSTEM 2 years ago
Alvaro Herrera f896818167
Fix handling of errors in libpq pipelines 2 years ago
Alvaro Herrera be7b4d9766
Don't use pgbench -j in tests 2 years ago
Michael Paquier 04d7eacee2 doc: Remove reference to trigger file regarding promotion 2 years ago
Peter Eisentraut e846fc4919 Check collation when creating partitioned index 2 years ago
Peter Eisentraut 1a4d714e18 doc: Update info on information schema usage tables 2 years ago
Tom Lane b2b1f12882 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Heikki Linnakangas 59c62a21f2 Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
Alvaro Herrera 3a95d2c242
Fix CREATE INDEX CONCURRENTLY example 2 years ago
Michael Paquier c3b79223f3 Fix race condition with BIO methods initialization in libpq with threads 2 years ago
Tom Lane 648fc6a1c4 Doc: list AT TIME ZONE and COLLATE in operator precedence table. 2 years ago
Tom Lane 8f23e6a450 Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Heikki Linnakangas 555276f859 Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
Bruce Momjian 4af8cf35ce doc: FreeBSD uses camcontrol identify, not atacontrol, for cache 2 years ago
Michael Paquier 3dadeef5d9 Fix query checking consistency of table amhandlers in opr_sanity.sql 2 years ago
Tomas Vondra 9dd50e92ed Lock table in DROP STATISTICS 2 years ago
Noah Misch fc3f862bab Fix typo in person's name. 2 years ago
Dean Rasheed 2ffcebdba4 Guard against overflow in interval_mul() and interval_div(). 2 years ago
Daniel Gustafsson 75a20a4b4b llvmjit: Use explicit LLVMContextRef for inlining 2 years ago
Tom Lane 9bd0f74eac Ensure we preprocess expressions before checking their volatility. 2 years ago
Nathan Bossart a54129e8b6 Fix fallback implementation for pg_atomic_test_set_flag(). 2 years ago
Tom Lane c532be99d7 Allow new role 'regress_dump_login_role' to log in under SSPI. 2 years ago
Tom Lane 15439205d8 Don't try to dump RLS policies or security labels for extension objects. 2 years ago
Bruce Momjian 36be8866d8 doc: correct description of libpq's PQsetnonblocking() mode 2 years ago
Tom Lane d900e74e05 Don't release index root page pin in ginFindParents(). 2 years ago
Daniel Gustafsson ed260291c2 doc: Add missing semicolon in example 2 years ago