Commit Graph

311 Commits (239d769e7e05e0a5ef3bd6828e93e22ef3962780)

Author SHA1 Message Date
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Tom Lane ea46000a40 Arrange for client authentication to occur before we select a specific 15 years ago
Tom Lane 73981cb451 Fix a problem introduced by my patch of 2010-01-12 that revised the way 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Robert Haas e26c539e9f Wrap calls to SearchSysCache and related functions using macros. 16 years ago
Tom Lane cbe9d6beb4 Fix up rickety handling of relation-truncation interlocks. 16 years ago
Tom Lane 9a75803b1a Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was 16 years ago
Tom Lane b9b8831ad6 Create a "relation mapping" infrastructure to support changing the relfilenodes 16 years ago
Tom Lane 9727c583fe Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping 16 years ago
Tom Lane 70a2b05a59 Assorted cleanups in preparation for using a map file to support altering 16 years ago
Tom Lane 715120e7ac When loading critical system indexes into the relcache, ensure we lock the 16 years ago
Tom Lane 491dd4a97d Fix relcache reload mechanism to be more robust in the face of errors 16 years ago
Bruce Momjian 228170410d Please tablespace directories in their own subdirectory so pg_migrator 16 years ago
Robert Haas b1ee6daf2f Document why we copy reloptions into CacheMemoryContext after-the-fact. 16 years ago
Tom Lane 64737e9313 Get rid of the need for manual maintenance of the initial contents of 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane d4d1885e42 Remove a couple of unnecessary calls of CreateCacheMemoryContext. These 16 years ago
Tom Lane 0cb65564e5 Add exclusion constraints, which generalize the concept of uniqueness to 16 years ago
Tom Lane ca70c3cfda Revert my ill-considered change that made formrdesc not insert the correct 16 years ago
Tom Lane c2e228d44e Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 16 years ago
Tom Lane e1cc64197b Remove some useless assignments of the result of fread(). Quiets warnings 16 years ago
Tom Lane 04011cc970 Allow backends to start up without use of the flat-file copy of pg_database. 16 years ago
Tom Lane 25d9bf2e3e Support deferrable uniqueness constraints. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Tom Lane 948d6ec90f Modify the relcache to record the temp status of both local and nonlocal 16 years ago
Tom Lane df13324f08 Add a "relistemp" boolean column to pg_class, which is true for temporary 16 years ago
Peter Eisentraut 5fe3da927b Revert updatable views 17 years ago
Alvaro Herrera c0f92b57dc Allow extracting and parsing of reloptions from a bare pg_class tuple, and 17 years ago
Tom Lane 3cb5d6580a Support column-level privileges, as required by SQL standard. 17 years ago
Peter Eisentraut dd7e54a17f Automatic view update rules 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 1b1b0ac8d0 Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled 17 years ago
Heikki Linnakangas 608195a3a3 Introduce visibility map. The visibility map is a bitmap with one bit per 17 years ago
Heikki Linnakangas 9858a8c81c Rely on relcache invalidation to update the cached size of the FSM. 17 years ago
Tom Lane c5451c22e3 Make relhasrules and relhastriggers work like relhasindex, namely we let 17 years ago
Tom Lane e4718f2c9e Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint 17 years ago
Heikki Linnakangas 15c121b3ed Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 17 years ago
Tom Lane eca1388629 Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a 17 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 17 years ago
Tom Lane 0f45d1eb08 Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index 17 years ago
Tom Lane 6b73d7e567 Fix an oversight I made in a cleanup patch over a year ago: 18 years ago
Alvaro Herrera 73b0300b2a Move the HTSU_Result enum definition into snapshot.h, to avoid including 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Tom Lane 1743778d04 If RelationBuildDesc() fails to open a critical system index, PANIC with 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane 03ffc4d6d5 Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also force 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 282d2a03dd HOT updates. When we update a tuple without changing any of its indexed 18 years ago
Tom Lane 82eed4dba2 Arrange to put TOAST tables belonging to temporary tables into special schemas 18 years ago