Commit Graph

3851 Commits (0f5ca02f53ac2b211d8518f0882c49284c0c9610)

Author SHA1 Message Date
Alexander Korotkov 0f5ca02f53 Implement waiting for given lsn at transaction start 6 years ago
Tomas Vondra d22782a539 Minor improvements in Incremental Sort explain 6 years ago
Tom Lane c7654f6a37 Fix representation of SORT_TYPE_STILL_IN_PROGRESS. 6 years ago
Tomas Vondra 4bea576b03 Use INT64_FORMAT when formatting int64 values in explain 6 years ago
Tomas Vondra 7d6d82a524 Fix show_incremental_sort_info with force_parallel_mode 6 years ago
Tomas Vondra d2d8a229bc Implement Incremental Sort 6 years ago
Michael Paquier 8ef9451f58 Refactor cluster.c to use new routine get_index_isclustered() 6 years ago
Amit Kapila 33e05f89c5 Add the option to report WAL usage in EXPLAIN and auto_explain. 6 years ago
Michael Paquier a40caf5f86 Preserve clustered index after rewrites with ALTER TABLE 6 years ago
Noah Misch c6b92041d3 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Fujii Masao ce77abe63c Include information on buffer usage during planning phase, in EXPLAIN output, take two. 6 years ago
Tom Lane 6dd9f35779 Fix bogus CALLED_AS_TRIGGER() defenses. 6 years ago
Fujii Masao 19db23bcbd Revert "Include information on buffer usage during planning phase, in EXPLAIN output." 6 years ago
Fujii Masao ed7a509571 Include information on buffer usage during planning phase, in EXPLAIN output. 6 years ago
Tom Lane 501b018799 Check equality semantics for unique indexes on partitioned tables. 6 years ago
Amit Kapila 2401d93718 Fix coverity complaint about commit 40d964ec99. 6 years ago
Alexander Korotkov 02a5786df2 Improve error reporting in opclasscmds.c 6 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 6 years ago
Fujii Masao 6aba63ef3e Allow the planner-related functions and hook to accept the query string. 6 years ago
Andres Freund cedffbdb8b Report wait event for cost-based vacuum delay. 6 years ago
Jeff Davis 64fe602279 Fixes for Disk-based Hash Aggregation. 6 years ago
Amit Kapila 33753ac9d7 Add object names to partition integrity violations. 6 years ago
Noah Misch de9396326e Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 6 years ago
Noah Misch cb2fd7eac2 Skip WAL for new relfilenodes, under wal_level=minimal. 6 years ago
Noah Misch e629a01f69 During heap rebuild, lock any TOAST index until end of transaction. 6 years ago
Tom Lane 24e2885ee3 Introduce "anycompatible" family of polymorphic types. 6 years ago
Jeff Davis 1f39bce021 Disk-based Hash Aggregation. 6 years ago
Alvaro Herrera 487e9861d0
Enable BEFORE row-level triggers for partitioned tables 6 years ago
Michael Paquier fdeeb524b4 Fix typo in indexcmds.c 6 years ago
Peter Eisentraut 1cc9c2412c Preserve replica identity index across ALTER TABLE rewrite 6 years ago
Peter Eisentraut bf68b79e50 Refactor ps_status.c API 6 years ago
Alvaro Herrera 899a04f5ed
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION 6 years ago
Tom Lane d01f03a495 Preserve integer and float values accurately in (de)serialize_deflist. 6 years ago
Alvaro Herrera 40b3e2c201
Split out CreateCast into src/backend/catalog/pg_cast.c 6 years ago
Peter Eisentraut 3c173a53a8 Remove utils/acl.h from catalog/objectaddress.h 6 years ago
Peter Eisentraut 17b9e7f9fe Support adding partitioned tables to publication 6 years ago
Michael Paquier 61d7c7bce3 Prevent reindex of invalid indexes on TOAST tables 6 years ago
Peter Eisentraut 71d60e2aa0 Add tg_updatedcols to TriggerData 6 years ago
Peter Eisentraut 8f152b6c50 Code simplification 6 years ago
Tom Lane fe30e7ebfa Allow ALTER TYPE to change some properties of a base type. 6 years ago
Tom Lane bb03010b9f Remove the "opaque" pseudo-type and associated compatibility hacks. 6 years ago
Tom Lane 84eca14bc4 Remove ancient hacks to ignore certain opclass names in CREATE INDEX. 6 years ago
Tom Lane e58a599752 Remove ancient support for upgrading pre-7.3 foreign key constraints. 6 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 6 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 6 years ago
Alvaro Herrera b9b408c487
Record parents of triggers 6 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 6 years ago
Peter Geoghegan 612a1ab767 Add equalimage B-Tree support functions. 6 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Fujii Masao b7e51b350c Make inherited LOCK TABLE perform access permission checks on parent table only. 6 years ago