summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove pg_attribute_check.sql: these checks merged into newTom Lane1999-03-281-26/+0
* Fix bogus function signature for areajoinsel.Tom Lane1999-03-281-3/+3
* Delete unused system table pg_parg.Tom Lane1999-03-271-117/+0
* No longer need this file here; superseded by oidjoins regress test.Tom Lane1999-03-261-179/+0
* Remove a bunch of dead entries exposed by findoidjoins crosschecks.Tom Lane1999-03-265-29/+9
* Revise memutils.h to use alignment information gathered byTom Lane1999-03-252-41/+24
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-254-133/+94
* Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii1999-03-241-2/+6
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-234-35/+12
* Hi,Bruce Momjian1999-03-221-2/+2
* I suggest the following portability patch, which does notBruce Momjian1999-03-191-2/+2