2000-01-12 |
Tom Lane | Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS. |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Tom Lane | In PQfn(), defend against too many args, and avoid... |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Tom Lane | RemoveFunction didn't defend against too many args. |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Tom Lane | Defend against > INDEX_MAX_KEYS keys in an index. |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Tom Lane | CommentProc was careless about too many arguments. |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Tom Lane | Put back erroneously removed zeroing of sentinel elements |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | oid8 => oidvector in alter_table regress test |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Another FUNC_MAX_ARGS tweak. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Update struct Trigger definition. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Wrong boundary condition on number-of-args check. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Ah-hah, there are attribute size constants lurking... |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Use symbolic INDEX_MAX_KEYS in pg_type entries for... |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Correct hardwired type information in bootstrap. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Remove no-longer-used symbols. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Bruce Momjian | More cleanups. Still doesn't work. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Bruce Momjian | More cleanups. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Bruce Momjian | More fixes, but still need +1 for FUNC_MAX_ARGS |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Remove outdated comment about 8 arguments. |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Tom Lane | Change oid8/int28 -> oidvector/int2vector. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Fix initdb so it works, but still only for 8. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Update type stuff. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Cleanup for func args > 8. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | More updates for function call interface > 8. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Update fmgr to allow 32 arguments. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Make number of args to a function configurable. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Rename oid8 -> oidvector and int28 -> int2vector. ... |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Update int28out and out8out and _in_ functions to handl... |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Hiroshi Inoue | Improve cache invalidation handling. Eespecially |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Fix oid8in and int28in for spaces |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Move fixes for >8 indexed fields. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Move INDEX_MAX_KEYS to postgres.h, and make it configur... |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2000-01-10 |
Tom Lane | Repair subtle VACUUM bug that led to 'HEAP_MOVED_IN... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | Update platform-specific-expected-file support so that... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | install_plpgsql is no longer a regress test (it's done... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Bruce Momjian | The psql online help for ALTER TABLE (\h alter table... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tatsuo Ishii | Add SetPidFile() and friends. |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tatsuo Ishii | Do not start if postmaster is running. |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tatsuo Ishii | Move SetPidFile() and firends to utils/init/miscinit... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tatsuo Ishii | Move SetPidFile() and firends to utils/init/miscinit... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tatsuo Ishii | Add more portability to echo -n (code stolen from creat... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | New scheme for managing platform-specific regress test... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | Remove obsolete platform-specific comparison files. |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | First examples of multiplatform result comparison files. |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | Remove obsolete platform-specific regress test comparis... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | Remove CVS $Header lines from a couple of regress test... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | Update remaining tests for new psql, with the exception... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | Update remaining tests for new psql, with the exception... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | Fix some missing substitutions of _OBJWD_ and _DLSUFFIX_. |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Tom Lane | Another round of planner/optimizer work. This is just... |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Bruce Momjian | This patch removes the initialization of ri in loop in |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Tom Lane | Modify PageIsEmpty and PageGetMaxOffsetNumber macros... |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Tom Lane | Need defense against oversize index entries in btree... |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Bruce Momjian | Sorry, that I send this letter/patch again, but previou... |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Tatsuo Ishii | Correct grammatical error |
commit | commitdiff | tree | snapshot |
2000-01-07 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Bruce Momjian | Update pg_dumpall for new psql format. |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Jan Wieck | Changed "triggered data change violation" detection... |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Jan Wieck | Fixed bug in targetlist expression replacement of |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Thomas G. Lockhart | Clean up header for uniform appearance throughout tests. |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Thomas G. Lockhart | Update for new psql formatting. |
commit | commitdiff | tree | snapshot |
2000-01-06 |
Thomas G. Lockhart | Freshen up the banner displayed when running the regres... |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Bruce Momjian | Fix it's and its to be correct. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Thomas G. Lockhart | Update format to add uniform headers on files. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Thomas G. Lockhart | Update format to add uniform headers on files. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Thomas G. Lockhart | Update output to new psql conventions. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Thomas G. Lockhart | Fix spaces in text message. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Thomas G. Lockhart | Clean up format of tests. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Thomas G. Lockhart | Verified output from new psql. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Thomas G. Lockhart | Move numeric test to be near other numeric data types... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Thomas G. Lockhart | Clean up syntax to use SQL92-ish type coersion |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Thomas G. Lockhart | Match results with format from new psql. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Thomas G. Lockhart | Repair two recently reported problems: |
commit | commitdiff | tree | snapshot |
2000-01-02 |
Bruce Momjian | Update DATEDEBUG removal. |
commit | commitdiff | tree | snapshot |
2000-01-02 |
Bruce Momjian | Update length of timestamp to 30. |
commit | commitdiff | tree | snapshot |
2000-01-02 |
Bruce Momjian | Remove DATEDEBUG because it didn't look Y2K safe, and... |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Bruce Momjian | Make psql \dT always show descriptions. There is room. |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Tom Lane | Generate double-sided LIKE indexquals that work even... |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Tom Lane | Clean up loose end in LIKE optimization fix: parser... |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Tom Lane | Clean up datatypes and comments for op_class() routine. |
commit | commitdiff | tree | snapshot |
1999-12-31 |
Tom Lane | Revise init_sequence so that it doesn't leak memory... |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Tom Lane | elog() was set up to call abort() if it saw an ERROR... |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Bruce Momjian | Clearify DECLARE syntax by saying cursorname, not just... |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Tatsuo Ishii | Allow --with-mb=SQL_ASCII |
commit | commitdiff | tree | snapshot |
1999-12-30 |
Tom Lane | Repair bugs discussed in pghackers thread of 15 May... |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Bruce Momjian | Improve subquery error message, now says "More than... |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Bruce Momjian | Move ipc patch into README.NT. |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Bruce Momjian | Add NT patch. |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Bruce Momjian | Move NT patch into readme. |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Bruce Momjian | Update comment. |
commit | commitdiff | tree | snapshot |
1999-12-29 |
Bruce Momjian | Update comments. |
commit | commitdiff | tree | snapshot |
1999-12-28 |
Jan Wieck | Removed LZTEXT datatype as discussed. |
commit | commitdiff | tree | snapshot |
1999-12-27 |
Bruce Momjian | Fix length limit, MikeA |
commit | commitdiff | tree | snapshot |
1999-12-27 |
Bruce Momjian | Hi, all, |
commit | commitdiff | tree | snapshot |
1999-12-27 |
Bruce Momjian | Hi, all |
commit | commitdiff | tree | snapshot |
1999-12-26 |
Tom Lane | Put back erroneously-removed definition of 'defines... |
commit | commitdiff | tree | snapshot |
1999-12-26 |
Tom Lane | It turns out that the item size limit for btree indexes... |
commit | commitdiff | tree | snapshot |
next |