summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1998-05-14Pass atttypmod to the frontend.Bruce Momjian
1998-05-13Remove extraneous -DPARSEDEBUG from CFLAGS options.Thomas G. Lockhart
1998-05-13Remove added NullProc define, and use fmgr.h value from fmgr.h.Bruce Momjian
1998-05-12Cleanups for large objects, so file is trucated on open, fix forBruce Momjian
1998-05-12Someone remove a #define too much from pg_proc.h which breaksBruce Momjian
1998-05-09Add some more node print routines for debugging onlyThomas G. Lockhart
1998-05-09Fix CACHEDEBUG debugging statements; usually not used and apparentlyThomas G. Lockhart
1998-05-09Change parameters to func_error().Thomas G. Lockhart
1998-05-09Add capabilities for automatic type conversion.Thomas G. Lockhart
1998-05-09Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs.Thomas G. Lockhart
1998-05-09llow more variations on valid floating point numbers (e.g. ".1", "1e6").Thomas G. Lockhart
1998-05-09Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs.Thomas G. Lockhart
1998-05-09Add parse_coerce.c for type conversion handling.Thomas G. Lockhart
1998-05-09Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs.Thomas G. Lockhart
1998-05-09Allow more variations on valid floating point numbers (e.g. ".1", "1e6").Thomas G. Lockhart
1998-05-09Add routines to convert between varchar and bpchar.Thomas G. Lockhart
1998-05-09Make a few line routines visible.Thomas G. Lockhart
1998-05-09Define "tz_hour" and "tz_minute" arguments to date_part().Thomas G. Lockhart
1998-05-06What I've done:Bruce Momjian
1998-05-04Missed the __alpha__ to __alpha change...Marc G. Fournier
1998-05-04Okay...this should fix the s_lock() patches from David to what heMarc G. Fournier
1998-05-04Major screwed up s_lock patches...need to be fixed...Marc G. Fournier
1998-05-04Fix for missing parens with \g causing psql to get completelyBruce Momjian
1998-04-30No reason to show flags in root error message.Bruce Momjian
1998-04-29From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier
1998-04-27From: t-ishii@sra.co.jpMarc G. Fournier
1998-04-27show the index used in an explainMarc G. Fournier
1998-04-27From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier
1998-04-27This patch...Bruce Momjian
1998-04-27FIx confusion over SORT and SORTCLAUSE in node handling.Bruce Momjian
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-24Inline some small functions called for every row.Bruce Momjian
1998-04-21Add hpux patch for cpp.Bruce Momjian
1998-04-20Try to find cpp failure and report it.Bruce Momjian
1998-04-17Update HISTORY/TODO. Disable HAVING.Bruce Momjian
1998-04-17A few minor mods:Marc G. Fournier
1998-04-15Move HAVING function to proper file.Bruce Momjian
1998-04-14Update gram.c.nd *.h files.Bruce Momjian
1998-04-13Cleanup up code.Bruce Momjian
1998-04-12More work in the right direction on linux/alphaMarc G. Fournier
1998-04-11linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier
1998-04-10Oops...I used Relation->rd_fd->relname exactly, instead of using the actualMarc G. Fournier
1998-04-10Okay, add relation name to the file generating the error...Marc G. Fournier
1998-04-10See if I can determine where the BTP_CHAIN error is coming from...Marc G. Fournier
1998-04-08Prepare the EXTRACT() clause for supporting TIMEZONE_HOURThomas G. Lockhart
1998-04-08Temporarily back out fixes for unary minus parsing.Thomas G. Lockhart
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-04-06ASSERT fixes.Bruce Momjian
1998-04-06DESTDIR removed, again.Bruce Momjian
1998-04-06Cleanup of compiler warnings.Bruce Momjian