Commit Graph

1083 Commits (dc899146dbf0e1d23fb24155a5155826ddce34c9)

Author SHA1 Message Date
Peter Eisentraut a3d2b1bbe9 Disable anonymous record hash support except in special cases 4 years ago
Tom Lane 3aafc030a5 Reduce memory consumption for pending invalidation messages. 4 years ago
Tom Lane 48c5c90682 Use the "pg_temp" schema alias in EXPLAIN and related output. 4 years ago
John Naylor c203dcddf9 Remove unused function parameter in get_qual_from_partbound 4 years ago
Tom Lane d68a003912 Rename debug_invalidate_system_caches_always to debug_discard_caches. 4 years ago
Jeff Davis dd0e37cc15 Fix assign_record_type_typmod(). 4 years ago
Tom Lane 9753324b7d Reduce overhead of cache-clobber testing in LookupOpclassInfo(). 4 years ago
David Rowley 3788c66788 Improve various places that double the size of a buffer 4 years ago
Peter Eisentraut 6a6389a08b Add index OID macro argument to DECLARE_INDEX 4 years ago
Amit Kapila ee3fdb8f34 Improve RelationGetIdentityKeyBitmap(). 4 years ago
Heikki Linnakangas 9b8ed0f52b Another fix to relmapper race condition. 4 years ago
Heikki Linnakangas b6d8d2073f Prevent race condition while reading relmapper file. 4 years ago
Amit Kapila 2731ce1bd5 Handle no replica identity index case in RelationGetIdentityKeyBitmap. 4 years ago
Thomas Munro b1d6538903 Fix race condition when sharing tuple descriptors. 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Thomas Munro ec48314708 Revert per-index collation version tracking feature. 4 years ago
Alvaro Herrera d6b8d29419
Allow a partdesc-omitting-partitions to be cached 4 years ago
Amit Kapila e7eea52b2d Fix Logical Replication of Truncate in synchronous commit mode. 4 years ago
Tom Lane 091e22b2e6 Clean up treatment of missing default and CHECK-constraint records. 5 years ago
Noah Misch a14a0118a1 Add "pg_database_owner" default role. 5 years ago
Alvaro Herrera 71f4c8c6f7
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY 5 years ago
Amit Kapila 26acb54a13 Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." 5 years ago
Bruce Momjian 95d77149c5 Add macro RelationIsPermanent() to report relation permanence 5 years ago
Tom Lane 415ffdc220 Don't run RelationInitTableAccessMethod in a long-lived context. 5 years ago
Tom Lane 28644fac10 Don't leak rd_statlist when a relcache entry is dropped. 5 years ago
Amit Kapila 05c8482f7f Enable parallel SELECT for "INSERT INTO ... SELECT ...". 5 years ago
Michael Paquier bcf2667bf6 Fix some typos, grammar and style in docs and comments 5 years ago
Michael Paquier bd12080980 Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY 5 years ago
Tom Lane ee895a655c Improve performance of repeated CALLs within plpgsql procedures. 5 years ago
Michael Paquier fce7d0e6ef Fix routine name in comment of catcache.c 5 years ago
Peter Eisentraut 4656e3d668 Replace CLOBBER_CACHE_ALWAYS with run-time GUC 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Michael Paquier 643428c54b Fix inconsistent code with shared invalidations of snapshots 5 years ago
Alexander Korotkov 6df7a9698b Multirange datatypes 5 years ago
Tom Lane 53d4f5fef0 Avoid memcpy() with same source and destination during relmapper init. 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Tom Lane 653aa603f5 Provide an error cursor for "can't subscript" error messages. 5 years ago
Tom Lane c7aba7c14e Support subscripting of arbitrary types, not only arrays. 5 years ago
Peter Eisentraut 8b069ef5dc Change get_constraint_index() to use pg_constraint.conindid 5 years ago
Peter Eisentraut 01e658fa74 Hash support for row types 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 years ago
Thomas Munro 257836a755 Track collation versions for indexes. 5 years ago
Tom Lane 36b9312143 Don't use custom OID symbols in pg_proc.dat. 5 years ago
David Rowley e83c9f913c Fix incorrect parameter name in a function header comment 5 years ago
Noah Misch fe4d022c8e Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers. 5 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 5 years ago
Amit Kapila c55040ccd0 WAL Log invalidations at command end with wal_level=logical. 5 years ago
Fujii Masao d05b172a76 Add generic_plans and custom_plans fields into pg_prepared_statements. 5 years ago
Fujii Masao 5e574d170e Fix function name in comment. 5 years ago
Tom Lane f3faf35f37 Don't create pg_type entries for sequences or toast tables. 5 years ago