summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15104-305/+156
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-1419-53/+35
* Remove S*I comments from Stephan.Bruce Momjian1999-07-134-10/+4
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-136-18/+23
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-135-15/+15
* readd include for safety.Bruce Momjian1999-07-121-1/+2
* Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii1999-07-111-2/+3
* heapam.h uses type time_t, but didn't include <time.h>.Tom Lane1999-07-101-7/+8
* cleanup of long long int atoi test.Bruce Momjian1999-07-101-1/+0
* Update stuff for 6.5.1 release.Bruce Momjian1999-07-101-2/+2
* Add mention block size <= 32k.Bruce Momjian1999-07-091-0/+1
* Fix for ACL length problem on different platforms.Bruce Momjian1999-07-092-3/+13
* Allow port numbers 32k - 64k.Bruce Momjian1999-07-071-2/+2
* Cleanup of min tuple size.Bruce Momjian1999-07-071-2/+2
* Align cleanup.Bruce Momjian1999-07-041-2/+2
* More alignmentBruce Momjian1999-07-041-4/+5
* Clarify maximum tuple and max attribute lengths.Bruce Momjian1999-07-041-2/+4
* More cleanupBruce Momjian1999-07-031-3/+4
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-032-15/+8
* #ifdef around true and false.Bruce Momjian1999-07-011-2/+6
* Clean up problems with sublinks + grouping in planner. NotTom Lane1999-06-211-3/+2
* Rename to vararg_format().Bruce Momjian1999-06-191-5/+5
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-5/+5
* Create a generic expression-tree-walker subroutine, whichTom Lane1999-06-191-4/+8
* Defend against function calls with more than 8 arguments (codeTom Lane1999-06-171-3/+6
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-172-15/+9
* change #if defined(__mc68000__) to:Tatsuo Ishii1999-06-131-3/+3
* Move default NBuffers setting into config.h, and rename itTom Lane1999-06-122-7/+10
* Reversed out Massimo patch.Bruce Momjian1999-06-122-12/+5
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-122-5/+12
* This patch should enable 6.5 to build on Motorola 68000 architecture.Bruce Momjian1999-06-102-2/+35
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-101-2/+1
* Fix problems with grouping/aggregation in queries that useTom Lane1999-06-062-6/+8
* trace.patch (compilation error)Marc G. Fournier1999-06-051-4/+2
* Add configurable option controlling security checks in LO functions.Tom Lane1999-06-041-1/+11
* Turns out OIDNAMELEN wasn't really being used at all!Tom Lane1999-06-041-4/+1
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-041-6/+8
* typedef struct LTAGVadim B. Mikheev1999-06-011-7/+12
* Fix some latent bugs in dllist.c (carelessness about settingTom Lane1999-05-311-1/+2
* Clean up memory leaks in LO operations by freeing LO's privateTom Lane1999-05-311-2/+2
* Fix xid table sizing.Vadim B. Mikheev1999-05-291-2/+3
* Avoid redundant SysCache searches in coerce_type, for anotherTom Lane1999-05-291-3/+3
* Repair performance problem in SI segment manipulations: iteratingTom Lane1999-05-282-12/+18
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-2615-43/+16
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-2543-168/+169
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-252-3/+5
* Get rid of page-level locking in btree-s.Vadim B. Mikheev1999-05-252-22/+4
* pgindent run over code.Bruce Momjian1999-05-25107-818/+840
* Modify aset.c logic so that blocks requested from malloc getTom Lane1999-05-221-5/+8
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-222-3/+2