| Age | Commit message (Expand) | Author |
| 2000-01-24 | Made abstime/reltime use int4 instead of time_t (TODO item) | Peter Eisentraut |
| 2000-01-24 | First cut at making useful selectivity estimates for range queries | Tom Lane |
| 2000-01-24 | Update for index change. Semes it didn't work the first time. | Bruce Momjian |
| 2000-01-24 | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian |
| 2000-01-23 | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane |
| 2000-01-23 | First cut at unifying regular selectivity estimation with indexscan | Tom Lane |
| 2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
| 2000-01-22 | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut |
| 2000-01-22 | Change a few routines into macros to improve speed of COPY IN inner loop. | Tom Lane |
| 2000-01-21 | Fix tab-complete so it works with old versions of readline that don't | Tom Lane |
| 2000-01-20 | Clean up longstanding gcc warnings by adding missing extern | Tom Lane |
| 2000-01-20 | Clean up longstanding gcc warnings by adding missing extern | Tom Lane |
| 2000-01-19 | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane |
| 2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
| 2000-01-18 | Add builtin functions: | Tatsuo Ishii |
| 2000-01-17 | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane |
| 2000-01-17 | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane |
| 2000-01-17 | Hmm, numeric array type was missing too. Added. | Tom Lane |
| 2000-01-17 | Fix for TODO item * spinlock stuck problem when elog(FATAL) | Hiroshi Inoue |
| 2000-01-17 | Update unused_oids script so it works with non-GNU awk --- /* ... */ | Tom Lane |
| 2000-01-17 | Apparently, no one's ever used float4abs(), because it's got incorrect | Tom Lane |
| 2000-01-17 | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane |
| 2000-01-16 | Included all yacc and lex files into the distribution. | Peter Eisentraut |
| 2000-01-15 | Clean up problems with rounding/overflow code in NUMERIC, particularly | Tom Lane |
| 2000-01-15 | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane |
| 2000-01-15 | - Allow array on int8 | Peter Eisentraut |
| 2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
| 2000-01-14 | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut |
| 2000-01-14 | Bump catversion to ensure initdb. | Tom Lane |
| 2000-01-14 | Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't | Tom Lane |
| 2000-01-13 | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut |
| 2000-01-11 | Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should. | Tom Lane |
| 2000-01-11 | Ah-hah, there are attribute size constants lurking here too. | Tom Lane |
| 2000-01-11 | Use symbolic INDEX_MAX_KEYS in pg_type entries for oidvector | Tom Lane |
| 2000-01-11 | Remove no-longer-used symbols. | Tom Lane |
| 2000-01-11 | More fixes, but still need +1 for FUNC_MAX_ARGS | Bruce Momjian |
| 2000-01-10 | Fix initdb so it works, but still only for 8. | Bruce Momjian |
| 2000-01-10 | Cleanup for func args > 8. | Bruce Momjian |
| 2000-01-10 | Update fmgr to allow 32 arguments. | Bruce Momjian |
| 2000-01-10 | Make number of args to a function configurable. | Bruce Momjian |
| 2000-01-10 | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian |
| 2000-01-10 | Improve cache invalidation handling. Eespecially | Hiroshi Inoue |
| 2000-01-10 | Move fixes for >8 indexed fields. | Bruce Momjian |
| 2000-01-10 | Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users. | Bruce Momjian |
| 2000-01-09 | Add SetPidFile() and friends. | Tatsuo Ishii |
| 2000-01-09 | Another round of planner/optimizer work. This is just restructuring and | Tom Lane |
| 2000-01-08 | Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanely | Tom Lane |
| 2000-01-07 | Sorry, that I send this letter/patch again, but previous sending is | Bruce Momjian |
| 2000-01-06 | Changed "triggered data change violation" detection code | Jan Wieck |
| 2000-01-05 | Fix it's and its to be correct. | Bruce Momjian |