| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Bump catversion to ensure initdb. | Tom Lane | 2000-01-14 | 1 | -2/+3 | |
| | | ||||||
| * | Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't | Tom Lane | 2000-01-14 | 4 | -297/+379 | |
| | | | | | | | choke on relation or attribute names containing spaces, quotes, or other special characters. This fixes a TODO item. It also forces initdb, since stored rule strings change. | |||||
| * | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 | 14 | -840/+471 | |
| | | | | | error-proof. Rearranged some old code and removed dead sections. | |||||
| * | initdb didn't load pg_description | Peter Eisentraut | 2000-01-13 | 1 | -7/+19 | |
| | | ||||||
| * | Update TODO list. | Bruce Momjian | 2000-01-13 | 1 | -1/+2 | |
| | | ||||||
| * | Update TODO list. | Bruce Momjian | 2000-01-13 | 1 | -2/+2 | |
| | | ||||||
| * | Update TODO list. | Bruce Momjian | 2000-01-13 | 1 | -2/+1 | |
| | | ||||||
| * | Update TODO list. | Bruce Momjian | 2000-01-13 | 1 | -13/+15 | |
| | | ||||||
| * | Update TODO list. | Bruce Momjian | 2000-01-13 | 1 | -2/+1 | |
| | | ||||||
| * | Update TODO list. | Bruce Momjian | 2000-01-13 | 1 | -2/+3 | |
| | | ||||||
| * | Update TODO list. | Bruce Momjian | 2000-01-13 | 1 | -3/+3 | |
| | | ||||||
| * | Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion | Tatsuo Ishii | 2000-01-13 | 3 | -14/+590 | |
| | | | | | | Update README so that it reflects all source file names Add an entry to make sjistest (testing between SJIS/EUC_JP conversion) | |||||
| * | Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions. | Peter Eisentraut | 2000-01-12 | 24 | -592/+613 | |
| | | ||||||
| * | Multi-byte case fix by Oliver Elphick (olly@lfix.co.uk) | Tatsuo Ishii | 2000-01-12 | 1 | -3/+5 | |
| | | ||||||
| * | Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS. | Tom Lane | 2000-01-12 | 1 | -7/+3 | |
| | | ||||||
| * | In PQfn(), defend against too many args, and avoid dependency | Tom Lane | 2000-01-12 | 1 | -7/+7 | |
| | | | | | on FUNC_MAX_ARGS by using an appropriate fmgr() call. | |||||
| * | RemoveFunction didn't defend against too many args. | Tom Lane | 2000-01-12 | 1 | -2/+4 | |
| | | ||||||
| * | Defend against > INDEX_MAX_KEYS keys in an index. | Tom Lane | 2000-01-12 | 1 | -8/+11 | |
| | | ||||||
| * | CommentProc was careless about too many arguments. | Tom Lane | 2000-01-12 | 1 | -51/+50 | |
| | | ||||||
| * | Put back erroneously removed zeroing of sentinel elements | Tom Lane | 2000-01-12 | 1 | -1/+3 | |
| | | | | | in indexkeys, classlist arrays. | |||||
| * | Update TODO list. | Bruce Momjian | 2000-01-11 | 1 | -27/+28 | |
| | | ||||||
| * | Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should. | Tom Lane | 2000-01-11 | 1 | -1/+3 | |
| | | | | | Set default INDEX_MAX_KEYS to 16. Document minimum safe value is 9. | |||||
| * | oid8 => oidvector in alter_table regress test | Tom Lane | 2000-01-11 | 2 | -4/+4 | |
| | | ||||||
| * | Another FUNC_MAX_ARGS tweak. | Tom Lane | 2000-01-11 | 1 | -1/+2 | |
| | | ||||||
| * | Update struct Trigger definition. | Tom Lane | 2000-01-11 | 1 | -7/+12 | |
| | | ||||||
| * | Wrong boundary condition on number-of-args check. | Tom Lane | 2000-01-11 | 1 | -18/+5 | |
| | | ||||||
| * | Ah-hah, there are attribute size constants lurking here too. | Tom Lane | 2000-01-11 | 1 | -4/+4 | |
| | | ||||||
| * | Use symbolic INDEX_MAX_KEYS in pg_type entries for oidvector | Tom Lane | 2000-01-11 | 2 | -7/+23 | |
| | | | | | and int2vector. | |||||
| * | Correct hardwired type information in bootstrap. | Tom Lane | 2000-01-11 | 1 | -20/+23 | |
| | | ||||||
| * | Remove no-longer-used symbols. | Tom Lane | 2000-01-11 | 1 | -9/+3 | |
| | | ||||||
| * | More cleanups. Still doesn't work. | Bruce Momjian | 2000-01-11 | 5 | -16/+13 | |
| | | ||||||
| * | More cleanups. | Bruce Momjian | 2000-01-11 | 2 | -3/+5 | |
| | | ||||||
| * | More fixes, but still need +1 for FUNC_MAX_ARGS | Bruce Momjian | 2000-01-11 | 3 | -4/+6 | |
| | | ||||||
| * | Remove outdated comment about 8 arguments. | Tom Lane | 2000-01-11 | 1 | -11/+4 | |
| | | ||||||
| * | Change oid8/int28 -> oidvector/int2vector. | Tom Lane | 2000-01-11 | 2 | -10/+10 | |
| | | ||||||
| * | Fix initdb so it works, but still only for 8. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 | |
| | | ||||||
| * | Update type stuff. | Bruce Momjian | 2000-01-10 | 1 | -4/+4 | |
| | | ||||||
| * | Cleanup for func args > 8. | Bruce Momjian | 2000-01-10 | 4 | -15/+13 | |
| | | ||||||
| * | More updates for function call interface > 8. | Bruce Momjian | 2000-01-10 | 1 | -26/+1 | |
| | | ||||||
| * | Update fmgr to allow 32 arguments. | Bruce Momjian | 2000-01-10 | 2 | -3/+248 | |
| | | ||||||
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 30 | -305/+374 | |
| | | ||||||
| * | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 | 27 | -120/+119 | |
| | | ||||||
| * | Update int28out and out8out and _in_ functions to handle trailing zeros | Bruce Momjian | 2000-01-10 | 10 | -38/+60 | |
| | | | | | properly. | |||||
| * | Update TODO list. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 | |
| | | ||||||
| * | Improve cache invalidation handling. Eespecially | Hiroshi Inoue | 2000-01-10 | 5 | -46/+471 | |
| | | | | | | | this would fix TODO * elog() flushes cache, try invalidating just entries from current xact, perhaps using invalidation cache | |||||
| * | Fix oid8in and int28in for spaces | Bruce Momjian | 2000-01-10 | 2 | -4/+6 | |
| | | ||||||
| * | Move fixes for >8 indexed fields. | Bruce Momjian | 2000-01-10 | 5 | -268/+268 | |
| | | ||||||
| * | Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users. | Bruce Momjian | 2000-01-10 | 3 | -30/+26 | |
| | | ||||||
| * | Update TODO list. | Bruce Momjian | 2000-01-10 | 1 | -1/+2 | |
| | | ||||||
| * | Repair subtle VACUUM bug that led to 'HEAP_MOVED_IN was not expected' | Tom Lane | 2000-01-10 | 1 | -76/+110 | |
| | | | | | | | | | | | | | | | | | | | errors. VACUUM normally compacts the table back-to-front, and stops as soon as it gets to a page that it has moved some tuples onto. (This logic doesn't make for a complete packing of the table, but it should be pretty close.) But the way it was checking whether it had got to a page with some moved-in tuples was to look at whether the current page was the same as the last page of the list of pages that have enough free space to be move-in targets. And there was other code that would remove pages from that list once they got full. There was a kluge that prevented the last list entry from being removed, but it didn't get the job done. Fixed by keeping a separate variable that contains the largest block number into which a tuple has been moved. There's no longer any need to protect the last element of the fraged_pages list. Also, fix NOTICE messages to describe elapsed user/system CPU time correctly. | |||||
