aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix from Yutaka Tanida <yutaka@marin.or.jp>Tatsuo Ishii1999-04-26
* Still had a few MULTIBYTE problems when client encoding wasTom Lane1999-04-25
* My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane1999-04-25
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-25
* Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane1999-04-20
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-20
* Repair some problems in planner's handling of HAVING clauses.Tom Lane1999-04-19
* Add missing function prototypes to stifle gcc warnings.Tom Lane1999-04-16
* Move some useful date/time test macros to here to allowThomas G. Lockhart1999-04-15
* Declare hashint8().Thomas G. Lockhart1999-04-15
* Add ARM32 support by Andrew McMurryBruce Momjian1999-04-13
* array_in is defined in the system catalog as taking two arguments while itBruce Momjian1999-04-13
* Fix another batch of bogosities in pg_operator table.Tom Lane1999-04-10
* Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane1999-04-09
* Fix some more hashjoin-related bugs in pg_operator. FixTom Lane1999-04-07
* Unmark 'hashable' operators that can't really be used forTom Lane1999-04-07
* On reflection, filesize limit ought to be an exact powerTom Lane1999-04-06
* Reduce default file size limit to 1Gb, and move theTom Lane1999-04-05
* Fix bogus pg_amop entries for int8 hash, cidr btree,Tom Lane1999-04-03
* Fix nasty bug in optimization of multiway joins: optimizerTom Lane1999-04-03
* Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane1999-04-02
* Clean up compile errors and warnings, cf Billy Allie'sTom Lane1999-04-02
* Small cleanups.Bruce Momjian1999-03-30
* Modify fmgr so that internal name (compiler name) of a built-inTom Lane1999-03-29
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* Clean up various minor irregularities detected by type_sanityTom Lane1999-03-28
* Remove pg_attribute_check.sql: these checks merged into newTom Lane1999-03-28
* Fix bogus function signature for areajoinsel.Tom Lane1999-03-28
* Delete unused system table pg_parg.Tom Lane1999-03-27
* No longer need this file here; superseded by oidjoins regress test.Tom Lane1999-03-26
* Remove a bunch of dead entries exposed by findoidjoins crosschecks.Tom Lane1999-03-26
* Revise memutils.h to use alignment information gathered byTom Lane1999-03-25
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-25
* Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii1999-03-24
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-23
* Hi,Bruce Momjian1999-03-22
* I suggest the following portability patch, which does notBruce Momjian1999-03-19
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Here is a patch.Bruce Momjian1999-03-16
* Fix brain death in !!= operator ... it's still pretty bogusTom Lane1999-03-15
* Fix int8 configure one more time ... prior version didn'tTom Lane1999-03-15
* Attempting to insert a value of 'now' into a datetime typeBruce Momjian1999-03-14
* Cleanup of hash functions in pg_proc.Bruce Momjian1999-03-14
* We have tested the patches on three platforms:Bruce Momjian1999-03-14
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-14
* Make type 'regproc' binary-compatible with int4 and oid,Tom Lane1999-03-10
* Fix some typos in argument and result types in pg_procTom Lane1999-03-10
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-09
* Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier1999-03-08
* Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane1999-03-07