Commit Graph

8822 Commits (66a4bad83aaa6613a45a00a488c04427f9969fb4)

Author SHA1 Message Date
Tom Lane 166f69f769 Fix O(N^2) performance issue in pg_publication_tables view. 7 years ago
Tom Lane 4fbf809e13 In transam.h, don't expose static inline functions to frontend code. 7 years ago
Robert Haas 1171d7d585 tableam: Move heap-specific logic from needs_toast_table below tableam. 7 years ago
Tom Lane a240570b1e Stamp 12beta1. 7 years ago
Andres Freund 78d6a9cbd3 Fix and improve SnapshotType comments. 7 years ago
Andres Freund c3b23ae457 Don't to predicate lock for analyze scans, refactor scan option passing. 7 years ago
Andres Freund 147e3722f7 tableam: Avoid relying on relation size to determine validity of tids. 7 years ago
Andres Freund 7f44ede594 tableam: Don't assume that every AM uses md.c style storage. 7 years ago
Tom Lane 6630ccad7a Restructure creation of run-time pruning steps. 7 years ago
Tom Lane 8a0f0ad540 Remove no-longer-used typedef. 7 years ago
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 7 years ago
Peter Eisentraut 037165ca95 Update SQL features/conformance information to SQL:2016 7 years ago
Heikki Linnakangas 22251686f0 Detect internal GiST page splits correctly during index build. 7 years ago
Michael Paquier 7e19929ea2 Fix duplicated words in comments 7 years ago
Peter Geoghegan ae7291acbc Standardize ItemIdData terminology. 7 years ago
Robert Haas 221b377f09 Improve comment for att_isnull. 7 years ago
Tom Lane 85ccb6899c Rearrange pgstat_bestart() to avoid failures within its critical section. 7 years ago
Michael Paquier 752f06443f Fix and improve description of locktag types in lock.h 7 years ago
Tom Lane 2d7d946cd3 Clean up the behavior and API of catalog.c's is-catalog-relation tests. 7 years ago
Etsuro Fujita b7434dc007 Add missing periods to comments. 7 years ago
Fujii Masao b84dbc8eb8 Add TRUNCATE parameter to VACUUM. 7 years ago
Amit Kapila 7db0cde6b5 Revert "Avoid the creation of the free space map for small heap relations". 7 years ago
Tom Lane f884dca495 Remove RelationSetIndexList(). 7 years ago
Magnus Hagander 659e53498c Fix union for pgstat message types 7 years ago
Andres Freund 5c1560606d Fix several recently introduced issues around handling new relation forks. 7 years ago
Tom Lane a1a789eb5a In walreceiver, don't try to do ereport() in a signal handler. 7 years ago
Tom Lane c3f67ed6e4 Do pre-release housekeeping on catalog data, and fix jsonpath send/recv. 7 years ago
Alvaro Herrera 87259588d0 Fix tablespace inheritance for partitioned rels 7 years ago
Andres Freund fdc7efcc30 Allow pg_class xid & multixid horizons to not be set. 7 years ago
Tom Lane e0fb4c9d01 Remove useless comment. 7 years ago
Peter Geoghegan 9b10926263 Prevent O(N^2) unique index insertion edge case. 7 years ago
Tom Lane f4a3fdfbdc Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. 7 years ago
Michael Paquier ccae190b91 Fix detection of passwords hashed with MD5 or SCRAM-SHA-256 7 years ago
Andres Freund b5f58cf213 Convert gist to compute page level xid horizon on primary. 7 years ago
Tomas Vondra d08c44f7a4 Fix mvdistinct and dependencies size calculations 7 years ago
Andres Freund b8b94ea129 Fix slot type issue for fuzzy distance index scan over out-of-core table AM. 7 years ago
Andres Freund 88e6ad3054 Fix two memory leaks around force-storing tuples in slots. 7 years ago
Tom Lane dde7fb7836 Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData. 7 years ago
Tom Lane 5f1433ac5e Prevent memory leaks associated with relcache rd_partcheck structures. 7 years ago
Noah Misch c098509927 Consistently test for in-use shared memory. 7 years ago
Magnus Hagander 77bd49adba Show shared object statistics in pg_stat_database 7 years ago
Peter Eisentraut ef6f30fe77 Fix REINDEX CONCURRENTLY of partitions 7 years ago
Amit Kapila bdf35744bd Avoid counting transaction stats for parallel worker cooperating 7 years ago
Thomas Munro d614aae02e Improve comment in sync.h. 7 years ago
Noah Misch 617dc6d299 Avoid "could not reattach" by providing space for concurrent allocation. 7 years ago
Andres Freund 6421011ea2 tableam: comment and formatting fixes. 7 years ago
Fujii Masao 119dcfad98 Add vacuum_truncate reloption. 7 years ago
Andres Freund 41f5e04aec Fix a number of issues around modifying a previously updated row. 7 years ago
Peter Eisentraut 03f9e5cba0 Report progress of REINDEX operations 7 years ago
Peter Eisentraut 106f2eb664 Cast pg_stat_progress_cluster.cluster_index_relid to oid 7 years ago