summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-04-15Fix code to check legal dates *before* calling localtime() to get theThomas G. Lockhart
1999-04-15Fix boolean assignment of return values to use "FALSE" rather than theThomas G. Lockhart
1999-04-13Fix adding columns to a temp table.Bruce Momjian
1999-04-13There are some bugs about backward scanning usingBruce Momjian
1999-04-12Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty().Vadim B. Mikheev
1999-04-12Some comments...Vadim B. Mikheev
1999-04-12Unique btree-s:Vadim B. Mikheev
1999-04-11Repair problems seen when CREATE OPERATOR mentions aTom Lane
1999-04-09Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane
1999-04-07Fix some more hashjoin-related bugs in pg_operator. FixTom Lane
1999-04-06Version string was truncating the last character.Thomas G. Lockhart
1999-04-05Reduce default file size limit to 1Gb, and move theTom Lane
1999-04-05Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirtyVadim B. Mikheev
1999-04-05Fix potential overflow problems when relation size exceedsTom Lane
1999-04-03Give a better error message if an SQL-language function isTom Lane
1999-04-03Fix nasty bug in optimization of multiway joins: optimizerTom Lane
1999-04-02Repair problems with omitted password and VALID UNTILTom Lane
1999-04-02Clean up compile errors and warnings, cf Billy Allie'sTom Lane
1999-03-30Small cleanups.Bruce Momjian
1999-03-29Modify fmgr so that internal name (compiler name) of a built-inTom Lane
1999-03-281. Vacuum is updated for MVCC.Vadim B. Mikheev
1999-03-28Fix bogus function signature for areajoinsel.Tom Lane
1999-03-27Delete unused system table pg_parg.Tom Lane
1999-03-25Fix multi-byte+locale problemTatsuo Ishii
1999-03-25Clean up att_align calculations so that XXXALIGN macrosTom Lane
1999-03-24Add KOI8/WIN/ALT supportTatsuo Ishii
1999-03-24These small utilities are for generating internal tables fromTatsuo Ishii
1999-03-23Remove Tee code, move to _deadcode.Bruce Momjian
1999-03-23cleanupsBruce Momjian
1999-03-22Hi,Bruce Momjian
1999-03-22Add % to b_expr.Bruce Momjian
1999-03-22Cleanup of NULL in inet types.Bruce Momjian
1999-03-21Correct some comments, fix a small memory wastage when datatypeTom Lane
1999-03-21This patch fixes the bug that made it impossible to grant permissions toBruce Momjian
1999-03-21Add .cvsignore file so cvs doesn't complain if you have lex/yaccTom Lane
1999-03-21cleanupBruce Momjian
1999-03-21Fix for %4 and 4%.Bruce Momjian
1999-03-20Remove yacc/lex output files from CVS repository.Tom Lane
1999-03-20Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian
1999-03-20cleanupBruce Momjian
1999-03-20cleanupBruce Momjian
1999-03-20Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian
1999-03-19Fix shift/reduce for NULL = Var.Bruce Momjian
1999-03-19Fix for memory leak in executor with fjIsNull.Bruce Momjian
1999-03-19I suggest the following portability patch, which does notBruce Momjian
1999-03-18cleanup parserBruce Momjian
1999-03-18grammar cleanup'Bruce Momjian
1999-03-18cleanup of grammer.Bruce Momjian
1999-03-18Fix optimizer indexing not working for negative numbers.Bruce Momjian
1999-03-18cleanupsBruce Momjian