aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add double quotes around the sequence name generated to support theThomas G. Lockhart1999-05-13
* Surround a variable declaration with ENABLE_OUTER_JOINS to suppressThomas G. Lockhart1999-05-13
* set client_encoding to <nothing> crashes backend.Tatsuo Ishii1999-05-13
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Release allocated memory during AtAbort_Memory.Tom Lane1999-05-13
* Fixed small bug in ruleutils and added output of pg_views andJan Wieck1999-05-12
* Fixed wrong hasAggs when aggregate columns of view aren'tJan Wieck1999-05-12
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian1999-05-12
* Add keywords to implement Vadim's transaction isolationThomas G. Lockhart1999-05-12
* Fix problem with multiple indices defined if using column- and table-Thomas G. Lockhart1999-05-12
* Handle conversion of floating point constants to internal strings.Thomas G. Lockhart1999-05-12
* Keep long non-quoted numeric strings *as* untyped strings if they failThomas G. Lockhart1999-05-12
* Changed debug options:Jan Wieck1999-05-11
* clean up commentsBruce Momjian1999-05-11
* Check for NUMERIC overflow a second time after roundingJan Wieck1999-05-10
* Update to PyGreSQL 2.3.Bruce Momjian1999-05-10
* Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian1999-05-10
* Fix initdb problem introduced by recent patch.Bruce Momjian1999-05-10
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Rearrange top-level rewrite operations so that EXPLAIN worksTom Lane1999-05-09
* Running lo_read/lo_write under different memory contextTatsuo Ishii1999-05-09
* Mistyping by me.Vadim B. Mikheev1999-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
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-07
* 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
* 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