Commit Graph

504 Commits (c91560defc57f89f7e88632ea14ae77b5cec78ee)

Author SHA1 Message Date
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane 6d1efd76fb Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result 26 years ago
Tom Lane 9e0b463473 setheapoverride() is history. Uses replaced with CommandCounterIncrement() 26 years ago
Jan Wieck 7c385f73e5 Required catalog changes for extended LONG attribute storage. 26 years ago
Jan Wieck 397e9b32a3 Some changes to prepare for LONG attributes. 26 years ago
Bruce Momjian 97dec77fab Rename several destroy* functions/tags to drop*. 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
Tom Lane 40d3e92541 index_destroy() must grab exclusive access to the parent table 26 years ago
Bruce Momjian dc5c7713bc Commit to make clearer distinction for temp names and real names. 26 years ago
Hiroshi Inoue 2e2189a568 Make it possible to execute crashed CREATE/DROP commands again. 26 years ago
Bruce Momjian d16b706e7a Allow indexes on system catalogs for use in cache code. 26 years ago
Bruce Momjian 577e21b34f Hello. 26 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Tom Lane 0041202b98 Disallow DROP TABLE/DROP INDEX inside a transaction block. 26 years ago
Bruce Momjian 0e14dfe0fb Intercept temp table lookups further up to map temp names. 26 years ago
Bruce Momjian c175de56dc Reverse out cache changes that are not ready yet. 27 years ago
Bruce Momjian 7944d501f4 Use -ieee alpha flag for gcc and egcs only. 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 9f7ac20e57 Cleanup of min tuple size. 27 years ago
Bruce Momjian 97dfff832c Fix to prevent too large tuple from being created. 27 years ago
Bruce Momjian 326d8658ad Change form() to varargform() to prevent portability problems. 27 years ago
Bruce Momjian ad34847d4e Cleanup 27 years ago
Tom Lane 74e7b58b61 Fix for failure to clean SysCache entry when a relation is deleted 27 years ago
Tom Lane 7c8beefd5e Patch from Andreas: when CREATE TABLE is followed by CREATE INDEX 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian e83265b32a Fix typo in change. 27 years ago
Bruce Momjian 054cae8173 Change md* call to smgr*. 27 years ago
Bruce Momjian 2132e062e1 I made it so it rolled over files at 1MB. My table ended up with 120 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 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
Bruce Momjian 4390b0bfbe Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 27 years ago
Bruce Momjian c91dbcc5c7 The following patch finishes primary key support. Previously, when 27 years ago
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Bruce Momjian 31d825ba07 While investigating a user's complaint, I have found some memory 27 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 27 years ago
Vadim B. Mikheev 36ef34d73c Added attributes for primary/unique/foreign keys... 27 years ago
Vadim B. Mikheev 04abb54197 Fix for indexing problem (?): heap tuple was pfree-d before CatalogIndexInsert()... 27 years ago
Bruce Momjian 202751921d Alignment cleanup so no more massive switch statements for alignment, 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 2aa080fc93 indexing.c cleanups. 27 years ago
Bruce Momjian d8dbbc8cf9 vacuum fix. 27 years ago
Bruce Momjian a53ea467e1 Hi all, 27 years ago
Bruce Momjian 823c393b9f Fix problem where attbyval was wrong for xid types. 27 years ago