Commit Graph

71 Commits (6ac19b165db4fe8e52873031bef497c69207b45d)

Author SHA1 Message Date
Tom Lane b41f4ab8c4 Use a private memory context to store rule information in each relcache 25 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 25 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 25 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 25 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 25 years ago
Tom Lane 80648891cc Miscellaneous cleanups of places that needed to account for new 25 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 25 years ago
Tom Lane a6acf1a06a Show failing OID in 'cache lookup failed' messages. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Jan Wieck b1e4b56144 Changed execution time of ON <event> RESTRICT referential 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Bruce Momjian 77d31cf3c1 2. trigger.c fails to compile due to a syntax error. It contains 26 years ago
Jan Wieck 4acf890948 Removed special hack causing ON UPDATE NO ACTION trigger to 26 years ago
Jan Wieck 582ec175c9 Small bugfix for DROP TABLE if table is self-referenced by 26 years ago
Jan Wieck ddd596d386 Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo). 26 years ago
Tom Lane a152ebeec6 Fix problems seen in parallel regress tests when SI buffer overruns (causing 26 years ago
Tom Lane 41f17e676f Another FUNC_MAX_ARGS tweak. 26 years ago
Bruce Momjian 8a093d0ae3 Make number of args to a function configurable. 26 years ago
Jan Wieck b7b6d4bf53 Changed "triggered data change violation" detection code 26 years ago
Bruce Momjian b78769fda2 Fix it's and its to be correct. 26 years ago
Tom Lane 9c95f8c9b2 Repair bugs discussed in pghackers thread of 15 May 1999: creation of a 26 years ago
Jan Wieck 397e9b32a3 Some changes to prepare for LONG attributes. 26 years ago
Jan Wieck 62c42a05a2 Added global variable to have RI triggers override 26 years ago
Jan Wieck b8ef7e7f82 Completed FOREIGN KEY syntax. 26 years ago
Bruce Momjian bb10bf319e Rename heap_replace to heap_update. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Bruce Momjian 577e21b34f Hello. 26 years ago
Jan Wieck ccecf1fa46 Added utils/adt/ri_triggers with empty shells for the 26 years ago
Jan Wieck 1547ee017c This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Tom Lane 33773af95b Generate distinct error messages for trigger function not found 26 years ago
Bruce Momjian 58118db39d Add new postgres -O option to allow system table structure changes. 27 years ago
Marc G. Fournier f34240de06 Changes to fix/improve the dynamic loading on NT 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Jan Wieck 7fc75517df Fixed growing of backend due to not pfree()'d data on COPY FROM 27 years ago
Vadim B. Mikheev aaef7beb79 Hope that execMain.c good merged. 27 years ago
Vadim B. Mikheev e3a1ab764e READ COMMITTED isolevel is implemented and is default now. 27 years ago
Vadim B. Mikheev 3498d878cb SET TRANSACTION ISOLATION LEVEL ... 27 years ago
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago