Commit Graph

1021 Commits (a8c18b980e1e00fe08ac02562f81e3e64d4e9fd4)

Author SHA1 Message Date
Tom Lane 2a01b05936 Code review for recent patch to allow ALTER TABLE ADD COLUMN when 23 years ago
Tom Lane e02d1abee6 During swap_relfilenodes, swap relation size statistic fields along with 23 years ago
Tom Lane 5123139210 Remove encoding lookups from grammar stage, push them back to places 23 years ago
Tom Lane 6a7273e14c Fix permissions-checking bugs and namespace-search-path bugs in 23 years ago
Tom Lane 8d43947886 Reduce messages associated with shell-type function arguments/results 23 years ago
Tom Lane 8a45a2e9b6 Fix miscalculation of remaining free space during tuple chain moving. 23 years ago
Tom Lane 200b151615 Fix places that were using IsTransactionBlock() as an (inadequate) check 23 years ago
Bruce Momjian e49c1a9234 Fix ALTER TABLE ... ADD COLUMN for inheritance cases. 23 years ago
Tom Lane a20e49bea8 Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real 23 years ago
Tom Lane e16f04cf72 Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty 23 years ago
Tom Lane 60992456ed Invert logic in pg_exec_query_string() so that we set a snapshot for 23 years ago
Bruce Momjian 757b98fda8 Back out Alvaro's patch until regression tests pass. 23 years ago
Bruce Momjian 1a63cc5e90 Fix compile failure caused by new patch. 23 years ago
Bruce Momjian cabad378fc > Huh, I don't know where I got the idea you were (or someone else was?) 23 years ago
Tom Lane 5a0a79d694 Add missing #include <errno.h>. 23 years ago
Tom Lane 8f2a289d78 Arrange to copy relcache's trigdesc structure at the start of any 23 years ago
Bruce Momjian ac376a3eb9 As Niel so nicely pointed out this morning, the output of EXPLAIN 23 years ago
Bruce Momjian 8a7cfa3756 Lock on the rule relation wasn't removed after adding the comment. 23 years ago
Tom Lane 916d8164df Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks 23 years ago
Tom Lane d2db166c75 Require superuser privilege to create a binary-compatible cast, per 23 years ago
Tom Lane aab47baf6c Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that 23 years ago
Tom Lane 6d0d15c451 Make the world at least somewhat safe for zero-column tables, and 23 years ago
Tom Lane 23616b47d5 ARGH! 23 years ago
Tom Lane 233ecca7c9 Further thinking about heap_mark4update: in HeapTupleSelfUpdated case, 23 years ago
Tom Lane 5fa3418304 Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to other 23 years ago
Tom Lane bc1088c28a Get rid of bogus use of heap_mark4update in reindex operations (cf. 23 years ago
Tom Lane c328b6dd8b Replace pg_attribute.attisinherited with attislocal and attinhcount 23 years ago
Tom Lane ac355d558e Move most of the error checking for foreign-key constraints out of 23 years ago
Tom Lane eb3adab568 Provide an upgrade strategy for dump files containing functions declared 23 years ago
Tom Lane b2735fcd52 Performance improvement for MultiRecordFreeSpace on large relations --- 23 years ago
Tom Lane 316d4e29b2 Code review for check-domain-constraints-in-COPY patch. Do correct thing 23 years ago
Bruce Momjian 5d115bb548 Change domain patch to COERCE_IMPLICIT_CAST, per Tom. 23 years ago
Bruce Momjian a1199e0c4c Fix compile error from Rod's patch. 23 years ago
Bruce Momjian 07a6fa9df1 Fixed this problem and added regression tests in domain.sql. 23 years ago
Bruce Momjian a834cbe1e9 > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the 23 years ago
Tom Lane da395b56cd Tweak heap.c to refuse attempts to create table columns of standalone 23 years ago
Tom Lane 4a0c3a6142 Department of second thoughts: suppressing implicit casts everywhere in 23 years ago
Tom Lane b26dfb9522 Extend pg_cast castimplicit column to a three-way value; this allows us 23 years ago
Tom Lane 53e95eee84 Fix for rare race-condition-like failure: if a backend receives SIGUSR2 23 years ago
Peter Eisentraut 5ea9322872 Cast functions can be immutable or stable. 23 years ago
Tom Lane c91b8bc537 Cosmetic fixes from Neil Conway. 23 years ago
Peter Eisentraut d73f8137d2 Translation updates 23 years ago
Tom Lane feb202193d Fix likely cause of rare ALTER TABLE ADD FOREIGN KEY failures --- 23 years ago
Tom Lane 9a9825f96a Remove heap_mark4update from AlterTableCreateToastTable. This has 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane d61de58906 Arrange for the default permissions on a database to allow temp table 23 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 23 years ago
Peter Eisentraut c917660a11 Workaround for format strings that are concatenated from macros 23 years ago
Tom Lane ab82bde7e0 Code review and documentation updates for indisclustered patch. 23 years ago
Tom Lane 8f60f43f2e Department of second thoughts: make checks for replacing a view slightly 23 years ago