Commit Graph

82 Commits (57d8080a40f51e1ff9eedea602e96e2612161d77)

Author SHA1 Message Date
Jan Wieck 57d8080a40 TOAST 26 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Bruce Momjian 946e80c435 Final #include cleanup. 26 years ago
Bruce Momjian 3357e1d29e Back out pg_shadow changes to allow create table and locking permissions. 26 years ago
Bruce Momjian 85add42a57 I have large database and with this DB work more users and I very need 26 years ago
Tom Lane 9b5410aa03 Disallow CLOSE of reserved system portal names. 26 years ago
Hiroshi Inoue a3cd0654db Added header files required for ALTER TABLE DROP COLUMN 26 years ago
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 26 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 26 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Hiroshi Inoue fd9ff86bd9 Trial implementation of ALTER DROP COLUMN. 26 years ago
Tom Lane 16620abe12 Removed unused var to silence gcc warning. 26 years ago
Jan Wieck ddd596d386 Added ALTER TABLE ... ADD CONSTRAINT (provided by Stephan Szabo). 26 years ago
Peter Eisentraut 2b84cbb60f A few minor psql enhancements 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 306ada82c2 Removed alter table drop column. 26 years ago
Peter Eisentraut fa5400c0a4 added ALTER TABLE DROP COLUMN, early version 26 years ago
Peter Eisentraut 759fba4873 Included all yacc and lex files into the distribution. 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
Tom Lane 7431796b46 fix_parsetree_attnums was not nearly smart enough about walking parse 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
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Tom Lane eabc714a91 Reimplement parsing and storage of default expressions and constraint 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Tom Lane a24ebc3f7e Remove no-longer-needed code to update temprel's copy of 26 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 a9591ce66a Change #include's to use <> and "" as appropriate. 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 326d8658ad Change form() to varargform() to prevent portability problems. 27 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 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 c672559c9c Fix adding columns to a temp table. 27 years ago
Bruce Momjian 0000a0c004 Small cleanups. 27 years ago
Bruce Momjian 92781fc18a cleanups 27 years ago
Bruce Momjian 58118db39d Add new postgres -O option to allow system table structure changes. 27 years ago
Bruce Momjian 6df955fd3b Fix problem with selectivity error in added columns with ALTER TABLE. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Jan Wieck be948af2e8 Added LIMIT/OFFSET functionality including new regression test for it. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 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