Commit Graph

6168 Commits (aadd14b8f29ea2e29ccbb8fbda8eccdb8cff8fc2)
 

Author SHA1 Message Date
Bruce Momjian aadd14b8f2 More cleanups. 26 years ago
Bruce Momjian 401e6de7ee More fixes, but still need +1 for FUNC_MAX_ARGS 26 years ago
Tom Lane bf49f0849d Remove outdated comment about 8 arguments. 26 years ago
Tom Lane ac401e06c5 Change oid8/int28 -> oidvector/int2vector. 26 years ago
Bruce Momjian a97caacb5e Fix initdb so it works, but still only for 8. 26 years ago
Bruce Momjian 182162a388 Update type stuff. 26 years ago
Bruce Momjian dd8b0e67ec Cleanup for func args > 8. 26 years ago
Bruce Momjian 2d920dc717 More updates for function call interface > 8. 26 years ago
Bruce Momjian 0bdd0cdd98 Update fmgr to allow 32 arguments. 26 years ago
Bruce Momjian 8a093d0ae3 Make number of args to a function configurable. 26 years ago
Bruce Momjian 6456b17bc1 Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. 26 years ago
Bruce Momjian 3f03f74f36 Update int28out and out8out and _in_ functions to handle trailing zeros 26 years ago
Bruce Momjian 752314eb26 Update TODO list. 26 years ago
Hiroshi Inoue 0f2e7948e2 Improve cache invalidation handling. Eespecially 26 years ago
Bruce Momjian 5770935965 Fix oid8in and int28in for spaces 26 years ago
Bruce Momjian a040281787 Move fixes for >8 indexed fields. 26 years ago
Bruce Momjian b99f300675 Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users. 26 years ago
Bruce Momjian 8cc9d8454b Update TODO list. 26 years ago
Tom Lane fcb7c14d02 Repair subtle VACUUM bug that led to 'HEAP_MOVED_IN was not expected' 26 years ago
Tom Lane b86ca72f39 Update platform-specific-expected-file support so that platforms can be 26 years ago
Tom Lane 4f9d74f98b install_plpgsql is no longer a regress test (it's done via createlang); 26 years ago
Bruce Momjian aa48a22a82 The psql online help for ALTER TABLE (\h alter table) is corrupt. I 26 years ago
Tatsuo Ishii 85b309ee8f Add SetPidFile() and friends. 26 years ago
Tatsuo Ishii ac0d141ead Do not start if postmaster is running. 26 years ago
Tatsuo Ishii 10283ee6a4 Move SetPidFile() and firends to utils/init/miscinit.c from 26 years ago
Tatsuo Ishii 3f3421f905 Move SetPidFile() and firends to utils/init/miscinit.c so that 26 years ago
Tatsuo Ishii 359652898b Add more portability to echo -n (code stolen from createlang) 26 years ago
Tom Lane bd62e062aa New scheme for managing platform-specific regress test result files. 26 years ago
Tom Lane 2a19ac97a7 Remove obsolete platform-specific comparison files. 26 years ago
Tom Lane 8ba050698b First examples of multiplatform result comparison files. 26 years ago
Tom Lane 62cbd53bcd Remove obsolete platform-specific regress test comparison files. 26 years ago
Tom Lane fc0a46dc16 Remove CVS $Header lines from a couple of regress test files that had 26 years ago
Tom Lane f5b754a492 Update remaining tests for new psql, with the exception of 'arrays'. 26 years ago
Tom Lane 260b6afc79 Update remaining tests for new psql, with the exception of 'arrays', 26 years ago
Tom Lane 0e821fb771 Fix some missing substitutions of _OBJWD_ and _DLSUFFIX_. 26 years ago
Tom Lane 166b5c1def Another round of planner/optimizer work. This is just restructuring and 26 years ago
Bruce Momjian 69d4299e3e This patch removes the initialization of ri in loop in 26 years ago
Tom Lane 2515882a0f Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanely 26 years ago
Tom Lane b79e75d66f Need defense against oversize index entries in btree CREATE INDEX, 26 years ago
Bruce Momjian 8da88a6f2b Sorry, that I send this letter/patch again, but previous sending is 26 years ago
Tatsuo Ishii 27fdbca749 Correct grammatical error 26 years ago
Michael Meskes 33d71e3037 *** empty log message *** 26 years ago
Bruce Momjian 5633e22e2c Update pg_dumpall for new psql format. 26 years ago
Jan Wieck b7b6d4bf53 Changed "triggered data change violation" detection code 26 years ago
Jan Wieck 88016a564a Fixed bug in targetlist expression replacement of 26 years ago
Thomas G. Lockhart d1e6368816 Clean up header for uniform appearance throughout tests. 26 years ago
Thomas G. Lockhart 67ac38085c Update for new psql formatting. 26 years ago
Thomas G. Lockhart 6e0cc2ac45 Freshen up the banner displayed when running the regression test. 26 years ago
Bruce Momjian b78769fda2 Fix it's and its to be correct. 26 years ago
Thomas G. Lockhart c0cab6f4fa Update format to add uniform headers on files. 26 years ago