aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Repair incorrect pg_proc entry for numeric_in.Tom Lane1999-05-09
* Fix some miscellaneous places that were using raw open() orTom Lane1999-05-09
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-09
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-09
* Add new netbsd file.Bruce Momjian1999-05-08
* *** empty log message ***Michael Meskes1999-05-07
* Remove unused Netbsd files.Bruce Momjian1999-05-07
* Please apply the following patch for regress.sh to do something useful withBruce Momjian1999-05-07
* Please apply the following patch for regress.sh to do something usefulBruce Momjian1999-05-07
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-07
* Update regress test for CASE to enable tests involving joins.Tom Lane1999-05-06
* Fix oversights in flatten_tlistentry and replace_clause_joinvar_refsTom Lane1999-05-06
* fix_indxqual_references didn't cope with ArrayRef nodes,Tom Lane1999-05-06
* Fix some nasty coredump bugs in hashjoin. This code was justTom Lane1999-05-06
* I have two patches for 6.5.0:Bruce Momjian1999-05-05
* small error message improvement from Dmitry SamersoffBruce Momjian1999-05-05
* Repair incorrectly-figured snprintf length restriction.Tom Lane1999-05-04
* Use sprintf() to convert float8 to a string during conversion to numeric.Thomas G. Lockhart1999-05-04
* Allow -t tablename to preserve case if specified as "tablename".Thomas G. Lockhart1999-05-04
* Fix up examples of sh/ksh PATH environment variable definition.Thomas G. Lockhart1999-05-04
* Clean up markup for first useful version.Thomas G. Lockhart1999-05-04
* Include new introductory chapter on SQL from Stefan S.Thomas G. Lockhart1999-05-04
* Indent markup using emacs.Thomas G. Lockhart1999-05-04
* Include specific info on available timezones.Thomas G. Lockhart1999-05-04
* Include chapters on security and an intro to SQL.Thomas G. Lockhart1999-05-04
* First version of markup which can run through jade for html.Thomas G. Lockhart1999-05-04
* Include chapter on security.Thomas G. Lockhart1999-05-04
* Make sure targetlist generated for subplan does not shareTom Lane1999-05-04
* Correct declaration of array_map() so that it doesn't makeTom Lane1999-05-03
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Revise union_planner and associated routines to clean up breakageTom Lane1999-05-03
* Clean up cost_sort some more: most callers were double-countingTom Lane1999-05-01
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-01
* -T was omitted from getopt() call.Tom Lane1999-05-01
* Fix compile failures in dt.c --- line broken in middle ofTom Lane1999-05-01
* Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> forVadim B. Mikheev1999-05-01
* Use page-level ExtendLock lock instead of table-level -Vadim B. Mikheev1999-05-01
* cleanupBruce Momjian1999-04-30
* Clean up typo causing compile failure.Bruce Momjian1999-04-30
* Fill in reasonable-looking cost estimates in inserted nodes.Tom Lane1999-04-30
* Clean up some bogosities in path cost estimation, likeTom Lane1999-04-30
* Fix nasty little typo that prevented get_cheapest_path_for_joinkeysTom Lane1999-04-30
* Prevent priority inversion in locking by checking for existing locksBruce Momjian1999-04-30
* Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECTJan Wieck1999-04-29
* Defend against 'update oid'. Someday we might want to supportTom Lane1999-04-29
* Aggregate functions didn't work on subscripted array references.Tom Lane1999-04-29
* Several routines in setrefs.c would crash on array refsTom Lane1999-04-29
* Fix stupid typo that broke empty-query response... odd thatTom Lane1999-04-28
* Fixed DECIMAL data type to handle specified precision in atttypmodJan Wieck1999-04-27
* Fix for _copyUnique() suggested by Hiroshi InoueTatsuo Ishii1999-04-27