summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* This is the first (of hopefully few) AIX port patches. This patchBruce Momjian1998-08-291-2/+2
* Hello!Bruce Momjian1998-08-292-3/+10
* Make 'name' type int aligned, like char/varchar.Bruce Momjian1998-08-272-16/+16
* Fix 'd ' should be 'd'.Bruce Momjian1998-08-271-2/+2
* Fix problem where attbyval was wrong for xid types.Bruce Momjian1998-08-262-33/+42
* Fix atttypmod alignment again, and re-enable ecpg.Bruce Momjian1998-08-262-2/+19
* Fix atttypmod to be int32 in system catalogs. Oops.Bruce Momjian1998-08-261-2/+2
* Make attalign match type alignment.Bruce Momjian1998-08-262-20/+20
* cvs add'd two files for the tprintf() patch...Marc G. Fournier1998-08-251-0/+85
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-253-3/+15
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-3/+3
* missed adding a new include fileMarc G. Fournier1998-08-251-0/+87
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-252-1/+4
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-2/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-252-21/+47
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-20/+0
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-9/+13
* Add is_sequence flag to ColumnDef structure. Used to implement SERIAL type.Thomas G. Lockhart1998-08-251-1/+2
* Make sure resdomno for update/insert match attribute number forBruce Momjian1998-08-251-4/+3
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-242-4/+12
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-2410-726/+29
* Attached is a patch that uses autoconf to determine whether thereBruce Momjian1998-08-232-15/+14
* Here are additional patches for the UnixWare 7 port.Bruce Momjian1998-08-223-5/+14
* Vacuum fix. Was modifying cache.Bruce Momjian1998-08-192-14/+15
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-1921-286/+116
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-08-181-2/+6
* Remove single-argument trim() function from table.Thomas G. Lockhart1998-08-151-4/+1
* Include OID as a built-in type.Thomas G. Lockhart1998-08-141-2/+6
* fix typo.Bruce Momjian1998-08-111-1/+2
* index strategy cleanupBruce Momjian1998-08-111-5/+1
* Change owner from oid to int4 type.Bruce Momjian1998-08-1110-33/+33
* More op_class cleanup.Bruce Momjian1998-08-111-2/+2
* Remove NOBTREE defines, and make findoidlinks handle regproc.Bruce Momjian1998-08-113-171/+3
* cleanup.Bruce Momjian1998-08-111-2/+2
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-103-10/+10
* New pgindent.Bruce Momjian1998-08-091-2/+2
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-066-698/+10
* From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier1998-08-053-7/+22
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-045-13/+13
* Update mark/reset index code for multiple indexes, (OR code).Bruce Momjian1998-08-031-1/+2
* Adrian Hall reported a problem to me that snprintf() doesn't exist in, atMarc G. Fournier1998-08-011-0/+3
* Lmgr cleanup, new locking modes for LLL.Vadim B. Mikheev1998-08-014-53/+40
* Fix scan adjustment.Vadim B. Mikheev1998-07-301-9/+17
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-277-33/+67
* Missed a few files in the last round of commits from Tatsuo, as wellMarc G. Fournier1998-07-273-0/+1377
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-266-32/+12
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-246-15/+75
* VariableCache (next XID generator) is placed in shmem.Vadim B. Mikheev1998-07-211-1/+19
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-212-2/+10
* target list fixes.Bruce Momjian1998-07-201-4/+2