summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1998-06-13> I needed to do that for the web database that I'm setting up. WeBruce Momjian
1998-06-09Auto-seed random so user's can't request random values based onBruce Momjian
1998-06-09Fix for exec() removal.Bruce Momjian
1998-06-09Another for for exec() removal and finding binaries.Bruce Momjian
1998-06-09Attached is a patch that fixes these leaks, and does a couple otherBruce Momjian
1998-06-08Fixed exec path problem.Bruce Momjian
1998-06-08Show filename on exec failure.Bruce Momjian
1998-06-08Fix typo.Bruce Momjian
1998-06-08Add real random() call to postmaster for use in cancel.Bruce Momjian
1998-06-05I made several adjustments to my earlier patch to handle theBruce Momjian
1998-06-04Show backend status on ps command line. Remove unused args fromBruce Momjian
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