summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian1999-05-121-2/+2
* Added installation of created procedural languages to initdbJan Wieck1999-05-123-4/+25
* Adjust elog NOTICE messages to surround table and column names with singleThomas G. Lockhart1999-05-121-4/+4
* Add keywords to implement Vadim's transaction isolationThomas G. Lockhart1999-05-122-92/+70
* Fix problem with multiple indices defined if using column- and table-Thomas G. Lockhart1999-05-121-24/+68
* Handle conversion of floating point constants to internal strings.Thomas G. Lockhart1999-05-121-3/+6
* Keep long non-quoted numeric strings *as* untyped strings if they failThomas G. Lockhart1999-05-121-3/+48
* Fix bogus assumption that MAXALIGN is at least sizeof(pointer).Tom Lane1999-05-121-9/+14
* Fix configure to generate correct expansion of library directoryTom Lane1999-05-113-2/+32
* Just a couple more files to untar in src/test/regressBruce Momjian1999-05-113-0/+1003
* Changed debug options:Jan Wieck1999-05-113-19/+59
* put back mklang.sql.in file.Bruce Momjian1999-05-111-2/+2
* clean up commentsBruce Momjian1999-05-112-5/+5
* Check for NUMERIC overflow a second time after roundingJan Wieck1999-05-101-1/+14
* Allow perl install as non-root, from Geoff KeatingBruce Momjian1999-05-101-2/+2
* Update to PyGreSQL 2.3.Bruce Momjian1999-05-1023-5161/+49
* libpq++ uses fe_setauthsvc which is deprecated and results in an errorBruce Momjian1999-05-103-14/+30
* Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian1999-05-102-5/+5
* Fix initdb problem introduced by recent patch.Bruce Momjian1999-05-103-9/+9
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-1066-269/+241
* Correct type_sanity test so it doesn't spit up on newTom Lane1999-05-092-10/+8
* Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane1999-05-093-103/+122
* Running lo_read/lo_write under different memory contextTatsuo Ishii1999-05-091-3/+17
* Mistyping by me.Vadim B. Mikheev1999-05-091-3/+3
* Repair incorrect pg_proc entry for numeric_in.Tom Lane1999-05-091-2/+2
* Fix some miscellaneous places that were using raw open() orTom Lane1999-05-094-31/+56
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-096-243/+75
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-093-195/+529
* Add new netbsd file.Bruce Momjian1999-05-081-0/+232
* *** empty log message ***Michael Meskes1999-05-072-2/+7
* Remove unused Netbsd files.Bruce Momjian1999-05-072-727/+0
* Please apply the following patch for regress.sh to do something useful withBruce Momjian1999-05-073-0/+1003
* Please apply the following patch for regress.sh to do something usefulBruce Momjian1999-05-071-2/+2
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-077-217/+205
* Update regress test for CASE to enable tests involving joins.Tom Lane1999-05-062-65/+105
* Fix oversights in flatten_tlistentry and replace_clause_joinvar_refsTom Lane1999-05-062-238/+207
* fix_indxqual_references didn't cope with ArrayRef nodes,Tom Lane1999-05-061-56/+61
* Fix some nasty coredump bugs in hashjoin. This code was justTom Lane1999-05-063-130/+142
* I have two patches for 6.5.0:Bruce Momjian1999-05-056-19/+31
* small error message improvement from Dmitry SamersoffBruce Momjian1999-05-051-1/+1
* Repair incorrectly-figured snprintf length restriction.Tom Lane1999-05-041-3/+5
* Use sprintf() to convert float8 to a string during conversion to numeric.Thomas G. Lockhart1999-05-041-5/+4
* Allow -t tablename to preserve case if specified as "tablename".Thomas G. Lockhart1999-05-041-5/+16
* Make sure targetlist generated for subplan does not shareTom Lane1999-05-041-2/+7
* Correct declaration of array_map() so that it doesn't makeTom Lane1999-05-032-4/+5
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-0327-66/+273
* Revise union_planner and associated routines to clean up breakageTom Lane1999-05-035-560/+566
* Clean up cost_sort some more: most callers were double-countingTom Lane1999-05-014-26/+20
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-013-20/+41
* -T was omitted from getopt() call.Tom Lane1999-05-011-19/+24