aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add real random() call to postmaster for use in cancel.Bruce Momjian1998-06-08
* I made several adjustments to my earlier patch to handle theBruce Momjian1998-06-05
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-04
* cleanup.Bruce Momjian1998-05-29
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* Do type conversion to match columns in UNION clauses.Thomas G. Lockhart1998-05-29
* Require #define variable ALLOW_ABSOLUTE_DBPATHS if absolute paths areThomas G. Lockhart1998-05-29
* Fix up a couple of comments broken by the automatic indenting process.Thomas G. Lockhart1998-05-29
* Add conversion functions to and from the "name" data type.Thomas G. Lockhart1998-05-29
* Ensure string is completely null padded on input (as advertised).Thomas G. Lockhart1998-05-29
* postmaster/postgres options cleanup.Bruce Momjian1998-05-27
* Cleanup.Bruce Momjian1998-05-26
* Fix for drop database and junk filters.Bruce Momjian1998-05-26
* Fix for postgres started from command line, sends 'Z' protocolBruce Momjian1998-05-26
* Clean up pg_hba.confBruce Momjian1998-05-24
* From: David Hartwig <daveh@insightdist.com>Marc G. Fournier1998-05-21
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-19
* Pass atttypmod to the frontend.Bruce Momjian1998-05-14
* Remove extraneous -DPARSEDEBUG from CFLAGS options.Thomas G. Lockhart1998-05-13
* Remove added NullProc define, and use fmgr.h value from fmgr.h.Bruce Momjian1998-05-13
* Cleanups for large objects, so file is trucated on open, fix forBruce Momjian1998-05-12
* Someone remove a #define too much from pg_proc.h which breaksBruce Momjian1998-05-12
* Add some more node print routines for debugging onlyThomas G. Lockhart1998-05-09
* Fix CACHEDEBUG debugging statements; usually not used and apparentlyThomas G. Lockhart1998-05-09
* Change parameters to func_error().Thomas G. Lockhart1998-05-09
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-09
* Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs.Thomas G. Lockhart1998-05-09
* llow more variations on valid floating point numbers (e.g. ".1", "1e6").Thomas G. Lockhart1998-05-09
* Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs.Thomas G. Lockhart1998-05-09
* Add parse_coerce.c for type conversion handling.Thomas G. Lockhart1998-05-09
* Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs.Thomas G. Lockhart1998-05-09
* Allow more variations on valid floating point numbers (e.g. ".1", "1e6").Thomas G. Lockhart1998-05-09
* Add routines to convert between varchar and bpchar.Thomas G. Lockhart1998-05-09
* Make a few line routines visible.Thomas G. Lockhart1998-05-09
* Define "tz_hour" and "tz_minute" arguments to date_part().Thomas G. Lockhart1998-05-09
* What I've done:Bruce Momjian1998-05-06
* Missed the __alpha__ to __alpha change...Marc G. Fournier1998-05-04
* Okay...this should fix the s_lock() patches from David to what heMarc G. Fournier1998-05-04
* Major screwed up s_lock patches...need to be fixed...Marc G. Fournier1998-05-04
* Fix for missing parens with \g causing psql to get completelyBruce Momjian1998-05-04
* No reason to show flags in root error message.Bruce Momjian1998-04-30
* From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier1998-04-29
* From: t-ishii@sra.co.jpMarc G. Fournier1998-04-27
* show the index used in an explainMarc G. Fournier1998-04-27
* From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier1998-04-27
* This patch...Bruce Momjian1998-04-27
* FIx confusion over SORT and SORTCLAUSE in node handling.Bruce Momjian1998-04-27
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Inline some small functions called for every row.Bruce Momjian1998-04-24
* Add hpux patch for cpp.Bruce Momjian1998-04-21