summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1998-05-29cleanup.Bruce Momjian
1998-05-29Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian
1998-05-29Do type conversion to match columns in UNION clauses.Thomas G. Lockhart
1998-05-29Require #define variable ALLOW_ABSOLUTE_DBPATHS if absolute paths areThomas G. Lockhart
1998-05-29Fix up a couple of comments broken by the automatic indenting process.Thomas G. Lockhart
1998-05-29Add conversion functions to and from the "name" data type.Thomas G. Lockhart
1998-05-29Ensure string is completely null padded on input (as advertised).Thomas G. Lockhart
1998-05-27postmaster/postgres options cleanup.Bruce Momjian
1998-05-26Cleanup.Bruce Momjian
1998-05-26Fix for drop database and junk filters.Bruce Momjian
1998-05-26Fix for postgres started from command line, sends 'Z' protocolBruce Momjian
1998-05-24Clean up pg_hba.confBruce Momjian
1998-05-21From: David Hartwig <daveh@insightdist.com>Marc G. Fournier
1998-05-19Allow cancel from client of backend query. Change some int variablesBruce Momjian
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