summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
1999-03-28Remove pg_attribute_check.sql: these checks merged into newTom Lane
1999-03-28Fix bogus function signature for areajoinsel.Tom Lane
1999-03-27Delete unused system table pg_parg.Tom Lane
1999-03-26No longer need this file here; superseded by oidjoins regress test.Tom Lane
1999-03-26Remove a bunch of dead entries exposed by findoidjoins crosschecks.Tom Lane
1999-03-25Revise memutils.h to use alignment information gathered byTom Lane
1999-03-25Clean up att_align calculations so that XXXALIGN macrosTom Lane
1999-03-24Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii
1999-03-23Remove Tee code, move to _deadcode.Bruce Momjian
1999-03-22Hi,Bruce Momjian
1999-03-19I suggest the following portability patch, which does notBruce Momjian
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian
1999-03-16Here is a patch.Bruce Momjian
1999-03-15Fix brain death in !!= operator ... it's still pretty bogusTom Lane
1999-03-15Fix int8 configure one more time ... prior version didn'tTom Lane
1999-03-14Attempting to insert a value of 'now' into a datetime typeBruce Momjian
1999-03-14Cleanup of hash functions in pg_proc.Bruce Momjian
1999-03-14We have tested the patches on three platforms:Bruce Momjian
1999-03-14Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian
1999-03-10Make type 'regproc' binary-compatible with int4 and oid,Tom Lane
1999-03-10Fix some typos in argument and result types in pg_procTom Lane
1999-03-09Changes to fix/improve the dynamic loading on NTMarc G. Fournier
1999-03-08Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier
1999-03-07Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane
1999-03-07geqo now at 11 tablesBruce Momjian