Commit Graph

114 Commits (90f42847b5ed5ed94a1221695e803d522db257b4)

Author SHA1 Message Date
Tom Lane 90f42847b5 Small cleanup of temp-table handling. Disallow creation of a non-temp 25 years ago
Tom Lane 981a7d32d1 From Stephan Szabo: 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Hiroshi Inoue 3eaf3363d7 Fix illegal combination of SearchSysCacheTuple() and heap_freetuple() 25 years ago
Tom Lane 6543d81d65 Restructure handling of inheritance queries so that they work with outer 25 years ago
Tom Lane 3908473c80 Make DROP TABLE rollback-able: postpone physical file delete until commit. 25 years ago
Tom Lane 2f35b4efdb Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 25 years ago
Bruce Momjian 85f1950a6f Remove NO_SECURITY define. 25 years ago
Bruce Momjian e7b069ced1 This is a stupid garden variety bug and I'm not sure why I didn't catch 25 years ago
Bruce Momjian b32685a999 Add proofreader's changes to docs. 25 years ago
Tom Lane 3a94e789f5 Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 25 years ago
Tom Lane ed5003c584 First cut at full support for OUTER JOINs. There are still a few loose 25 years ago
Bruce Momjian 7f171b599a This patch implements the following command: 25 years ago
Bruce Momjian 264c068207 This patch implements a different "relkind" 25 years ago
Bruce Momjian 1da2feea83 Previous patch backed out. 25 years ago
Bruce Momjian 7361e91ab7 This patch is for the TODO item 25 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 25 years ago
Bruce Momjian d4f626507c This is mostly the same as an earlier patch I 25 years ago
Tom Lane 3d3ca010aa Avoid creating a TOAST table if we can prove that the maximum tuple 25 years ago
Tom Lane e67ff6b670 fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum 25 years ago
Tom Lane dd8ad64118 Fix tuptoaster bugs induced by making bytea toastable. Durn thing was 25 years ago
Tom Lane 61aca818c4 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 25 years ago
Tom Lane c298d74d49 More functions updated to new fmgr style --- money, name, tid datatypes. 25 years ago
Tom Lane 0d72b2d060 'const' decorations are fine, but not when they're inserted without 26 years ago
Bruce Momjian 739a0566a6 This should be a slighly more complete patch for commands/command.c 26 years ago
Tom Lane 6bfe64032e Cleanup of code for creating index entries. Functional indexes with 26 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 26 years ago
Jan Wieck 6534444d19 Changed TOAST relations to have relkind RELKIND_TOASTVALUE. 26 years ago
Jan Wieck 972604ec60 Small fix for ALTER TABLE xxx* ADD COLUMN ... 26 years ago
Jan Wieck 93e1f5de0b Automatically create toast tables on ALTER TABLE ... ADD COLUMN 26 years ago
Jan Wieck 030962da26 Bugfix in ALTER TABLE CREATE TOAST TABLE 26 years ago
Tom Lane cdeca5f590 Make toast-table creation and deletion work somewhat reliably. 26 years ago
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