summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1999-05-18Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane
1999-05-18Rewrite hash join to use simple linked lists instead of aTom Lane
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-05-17Change GEQO optimizer to release memory after each geneTom Lane
1999-05-16Minor code cleanup in optimizer.Tom Lane
1999-05-15I've got 2 pretty small patches.Bruce Momjian
1999-05-13Hi, Bruce!Bruce Momjian
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
1999-05-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-05-11Changed debug options:Jan Wieck
1999-05-10Update to PyGreSQL 2.3.Bruce Momjian
1999-05-10Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian
1999-05-10Fix initdb problem introduced by recent patch.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-05-09Repair incorrect pg_proc entry for numeric_in.Tom Lane
1999-05-09Update hash and join routines to use fd.c's new temp-fileTom Lane
1999-05-09Add 'temporary file' facility to fd.c, and arrange for tempTom Lane
1999-05-07Fix LMGR for MVCC.Vadim B. Mikheev
1999-05-06Fix some nasty coredump bugs in hashjoin. This code was justTom Lane
1999-05-03Correct declaration of array_map() so that it doesn't makeTom Lane
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-05-03Revise union_planner and associated routines to clean up breakageTom Lane
1999-05-01Clean up cost_sort some more: most callers were double-countingTom Lane
1999-05-01Arrange for VACUUM to delete the init file that relcache.c usesTom Lane
1999-04-26Fix from Yutaka Tanida <yutaka@marin.or.jp>Tatsuo Ishii
1999-04-25Still had a few MULTIBYTE problems when client encoding wasTom Lane
1999-04-25My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane
1999-04-25Revise backend libpq interfaces so that messages to the frontendTom Lane
1999-04-20Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane
1999-04-20Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane
1999-04-19Repair some problems in planner's handling of HAVING clauses.Tom Lane
1999-04-16Add missing function prototypes to stifle gcc warnings.Tom Lane
1999-04-15Move some useful date/time test macros to here to allowThomas G. Lockhart
1999-04-15Declare hashint8().Thomas G. Lockhart
1999-04-13Add ARM32 support by Andrew McMurryBruce Momjian
1999-04-13array_in is defined in the system catalog as taking two arguments while itBruce Momjian
1999-04-10Fix another batch of bogosities in pg_operator table.Tom Lane
1999-04-09Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane
1999-04-07Fix some more hashjoin-related bugs in pg_operator. FixTom Lane
1999-04-07Unmark 'hashable' operators that can't really be used forTom Lane
1999-04-06On reflection, filesize limit ought to be an exact powerTom Lane
1999-04-05Reduce default file size limit to 1Gb, and move theTom Lane
1999-04-03Fix bogus pg_amop entries for int8 hash, cidr btree,Tom Lane
1999-04-03Fix nasty bug in optimization of multiway joins: optimizerTom Lane
1999-04-02Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane
1999-04-02Clean up compile errors and warnings, cf Billy Allie'sTom Lane
1999-03-30Small cleanups.Bruce Momjian
1999-03-29Modify fmgr so that internal name (compiler name) of a built-inTom Lane
1999-03-281. Vacuum is updated for MVCC.Vadim B. Mikheev
1999-03-28Clean up various minor irregularities detected by type_sanityTom Lane