summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-22Change a few routines into macros to improve speed of COPY IN inner loop.Tom Lane
2000-01-21Fix tab-complete so it works with old versions of readline that don'tTom Lane
2000-01-20Clean up longstanding gcc warnings by adding missing externTom Lane
2000-01-20Clean up longstanding gcc warnings by adding missing externTom Lane
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-18Add builtin functions:Tatsuo Ishii
2000-01-17setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane
2000-01-17Pass atttypmod to CoerceTargetExpr, so that it can pass it on toTom Lane
2000-01-17Hmm, numeric array type was missing too. Added.Tom Lane
2000-01-17Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue
2000-01-17Update unused_oids script so it works with non-GNU awk --- /* ... */Tom Lane
2000-01-17Apparently, no one's ever used float4abs(), because it's got incorrectTom Lane
2000-01-17Create a new parsetree node type, TypeCast, so that transformation ofTom Lane
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-15Clean up problems with rounding/overflow code in NUMERIC, particularlyTom Lane
2000-01-15Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane
2000-01-15- Allow array on int8Peter Eisentraut
2000-01-15Fixed 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 robustPeter Eisentraut
2000-01-14Bump catversion to ensure initdb.Tom Lane
2000-01-14Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn'tTom Lane
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
2000-01-11Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should.Tom Lane
2000-01-11Ah-hah, there are attribute size constants lurking here too.Tom Lane
2000-01-11Use symbolic INDEX_MAX_KEYS in pg_type entries for oidvectorTom Lane
2000-01-11Remove no-longer-used symbols.Tom Lane
2000-01-11More fixes, but still need +1 for FUNC_MAX_ARGSBruce Momjian
2000-01-10Fix initdb so it works, but still only for 8.Bruce Momjian
2000-01-10Cleanup for func args > 8.Bruce Momjian
2000-01-10Update fmgr to allow 32 arguments.Bruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
2000-01-10Improve cache invalidation handling. EespeciallyHiroshi Inoue
2000-01-10Move fixes for >8 indexed fields.Bruce Momjian
2000-01-10Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.Bruce Momjian
2000-01-09Add SetPidFile() and friends.Tatsuo Ishii
2000-01-09Another round of planner/optimizer work. This is just restructuring andTom Lane
2000-01-08Modify PageIsEmpty and PageGetMaxOffsetNumber macros to behave sanelyTom Lane
2000-01-07Sorry, that I send this letter/patch again, but previous sending isBruce Momjian
2000-01-06Changed "triggered data change violation" detection codeJan Wieck
2000-01-05Fix it's and its to be correct.Bruce Momjian
2000-01-02Update length of timestamp to 30.Bruce Momjian
1999-12-31Clean up datatypes and comments for op_class() routine.Tom Lane
1999-12-30Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane
1999-12-28Removed LZTEXT datatype as discussed.Jan Wieck
1999-12-21update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck
1999-12-21Added empty TOASTER files and corrected some minor glitchesJan Wieck