Commit Graph

150 Commits (24c5ad5be46dcaa1ba573f520cf366939a6cae77)

Author SHA1 Message Date
Fujii Masao 24c5ad5be4 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 4 months ago
Noah Misch 0cecc908e9 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. 1 year ago
Tom Lane 6faca9ae28 Avoid deadlock during orphan temp table removal. 1 year ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Heikki Linnakangas 024c521117 Replace BackendIds with 0-based ProcNumbers 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Alexander Korotkov e83d1b0c40 Add support event triggers on authenticated login 2 years ago
Amit Kapila 216a784829 Perform apply of large transactions by parallel workers. 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tom Lane efd0c16bec Avoid using list_length() to test for empty list. 3 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Noah Misch 3cd9c3b921 Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Andres Freund 1d9c5d0ce2 Do not rely on pgstat.h to indirectly include storage/ headers. 5 years ago
Noah Misch 8a54e12a38 Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Noah Misch 566372b3d6 Prevent concurrent SimpleLruTruncate() for any given SLRU. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Alvaro Herrera 0d21f919eb Fix crash when reporting CREATE INDEX progress 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Alvaro Herrera e8abf97af7 Prevent use of uninitialized variable 7 years ago
Alvaro Herrera ab0dfc961b Report progress of CREATE INDEX operations 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane b04aeb0a05 Add assertions that we hold some relevant lock during relation open. 7 years ago
Tom Lane f868a8143a Fix longstanding recursion hazard in sinval message processing. 7 years ago
Alvaro Herrera 3c27944fb2 Make XactLockTableWait work for transactions that are not yet self-locked 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas ff36700c3b Remove duplicate word from comment. 9 years ago
Robert Haas af5743851d Improve header comment for LockHasWaitersRelation. 9 years ago
Robert Haas 719c84c1be Extend relations multiple blocks at a time to improve scalability. 10 years ago
Robert Haas a414d96ad2 Simplify GetLockNameFromTagType. 10 years ago
Robert Haas 53be0b1add Provide much better wait information in pg_stat_activity. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Alvaro Herrera f88d4cfc9d Setup error context callback for transaction lock waits 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Alvaro Herrera 15732b34e8 Add WaitForLockers in lmgr, refactoring index.c code 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Kevin Grittner b19e4250b4 Fix performance problems with autovacuum truncation in busy workloads. 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas 84e3712677 Create VXID locks "lazily" in the main lock table. 14 years ago
Robert Haas 4240e429d0 Try to acquire relation locks in RangeVarGetRelid. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Robert Haas 66b14030e8 Make LockDatabaseObject() AcceptInvalidationMessages(). 15 years ago