summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane1999-05-182-34/+14
* Rewrite hash join to use simple linked lists instead of aTom Lane1999-05-183-70/+73
* Change resjunk to a boolean.Bruce Momjian1999-05-173-10/+9
* Change GEQO optimizer to release memory after each geneTom Lane1999-05-171-15/+10
* Minor code cleanup in optimizer.Tom Lane1999-05-161-8/+3
* I've got 2 pretty small patches.Bruce Momjian1999-05-151-1/+1
* Hi, Bruce!Bruce Momjian1999-05-132-4/+4
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-136-19/+13
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-125-7/+13
* Changed debug options:Jan Wieck1999-05-111-0/+3
* Update to PyGreSQL 2.3.Bruce Momjian1999-05-101-0/+38
* Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian1999-05-101-2/+2
* Fix initdb problem introduced by recent patch.Bruce Momjian1999-05-101-2/+2
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* Repair incorrect pg_proc entry for numeric_in.Tom Lane1999-05-091-2/+2
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-092-11/+6
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-091-11/+37
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-073-10/+10
* Fix some nasty coredump bugs in hashjoin. This code was justTom Lane1999-05-061-8/+11
* Correct declaration of array_map() so that it doesn't makeTom Lane1999-05-031-2/+3
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-037-9/+28
* Revise union_planner and associated routines to clean up breakageTom Lane1999-05-031-2/+7
* Clean up cost_sort some more: most callers were double-countingTom Lane1999-05-011-2/+2
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-011-1/+7
* Fix from Yutaka Tanida <yutaka@marin.or.jp>Tatsuo Ishii1999-04-261-0/+4
* Still had a few MULTIBYTE problems when client encoding wasTom Lane1999-04-251-1/+3
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-251-4/+3
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-254-92/+119
* Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane1999-04-201-5/+5
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-201-5/+23
* Repair some problems in planner's handling of HAVING clauses.Tom Lane1999-04-191-5/+3
* Add missing function prototypes to stifle gcc warnings.Tom Lane1999-04-161-2/+4
* Move some useful date/time test macros to here to allowThomas G. Lockhart1999-04-151-1/+15
* Declare hashint8().Thomas G. Lockhart1999-04-151-1/+3
* Add ARM32 support by Andrew McMurryBruce Momjian1999-04-132-1/+21
* array_in is defined in the system catalog as taking two arguments while itBruce Momjian1999-04-131-2/+2
* Fix another batch of bogosities in pg_operator table.Tom Lane1999-04-101-99/+99
* Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane1999-04-091-3/+3
* Fix some more hashjoin-related bugs in pg_operator. FixTom Lane1999-04-071-42/+42
* Unmark 'hashable' operators that can't really be used forTom Lane1999-04-071-11/+11
* On reflection, filesize limit ought to be an exact powerTom Lane1999-04-061-6/+7
* Reduce default file size limit to 1Gb, and move theTom Lane1999-04-051-0/+17
* Fix bogus pg_amop entries for int8 hash, cidr btree,Tom Lane1999-04-031-19/+19
* Fix nasty bug in optimization of multiway joins: optimizerTom Lane1999-04-031-4/+4
* Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane1999-04-023-100/+50
* Clean up compile errors and warnings, cf Billy Allie'sTom Lane1999-04-021-1/+2
* Small cleanups.Bruce Momjian1999-03-301-5/+1
* Modify fmgr so that internal name (compiler name) of a built-inTom Lane1999-03-292-994/+992
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-283-20/+36
* Clean up various minor irregularities detected by type_sanityTom Lane1999-03-287-53/+64