summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-094-232/+69
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-092-184/+492
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-074-207/+195
* 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-062-122/+131
* I have two patches for 6.5.0:Bruce Momjian1999-05-051-2/+8
* 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
* 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-031-2/+2
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-0310-39/+219
* Revise union_planner and associated routines to clean up breakageTom Lane1999-05-034-558/+559
* Clean up cost_sort some more: most callers were double-countingTom Lane1999-05-013-24/+18
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-012-19/+34
* -T was omitted from getopt() call.Tom Lane1999-05-011-19/+24
* Fix compile failures in dt.c --- line broken in middle ofTom Lane1999-05-011-9/+7
* Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> forVadim B. Mikheev1999-05-011-14/+9
* Use page-level ExtendLock lock instead of table-level -Vadim B. Mikheev1999-05-011-3/+10
* cleanupBruce Momjian1999-04-301-2/+2
* Clean up typo causing compile failure.Bruce Momjian1999-04-301-2/+2
* Fill in reasonable-looking cost estimates in inserted nodes.Tom Lane1999-04-301-32/+61
* Clean up some bogosities in path cost estimation, likeTom Lane1999-04-301-28/+49
* Fix nasty little typo that prevented get_cheapest_path_for_joinkeysTom Lane1999-04-301-5/+3
* Prevent priority inversion in locking by checking for existing locksBruce Momjian1999-04-302-9/+12
* Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECTJan Wieck1999-04-291-2/+2
* Defend against 'update oid'. Someday we might want to supportTom Lane1999-04-291-1/+3
* Aggregate functions didn't work on subscripted array references.Tom Lane1999-04-292-70/+25
* Several routines in setrefs.c would crash on array refsTom Lane1999-04-291-1/+13
* Fix stupid typo that broke empty-query response... odd thatTom Lane1999-04-281-2/+2
* Fixed DECIMAL data type to handle specified precision in atttypmodJan Wieck1999-04-271-2/+2
* Fix for _copyUnique() suggested by Hiroshi InoueTatsuo Ishii1999-04-271-2/+2
* Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support.Tatsuo Ishii1999-04-263-6/+35
* Insert a test for missing targetlist entry in replace_agg_clause.Tom Lane1999-04-261-4/+7
* Still had a few MULTIBYTE problems when client encoding wasTom Lane1999-04-253-8/+37
* Correct potential infinite loop in pg_utf2wchar_with_len;Tom Lane1999-04-251-1/+6
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-254-74/+50
* ifdef out some unused routines to suppress gcc warnings.Tom Lane1999-04-251-1/+3
* Ooops, missed committing this one...Tom Lane1999-04-251-4/+5
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-2514-929/+945
* Rename explain's "size" to "rows".Bruce Momjian1999-04-231-2/+2
* Add disk space message to "can not extend" message.Bruce Momjian1999-04-232-5/+5
* Repair missing heap_endscan() in OperatorUpd().Tom Lane1999-04-231-1/+4
* Fix duplicating ROOT page in concurrent updates.Vadim B. Mikheev1999-04-222-16/+41
* Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane1999-04-201-11/+23