summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1998-07-18On architectures where we don't have any special inline code forBruce Momjian
1998-07-18Thank you for testing and reporting this. It is my fault of course,Bruce Momjian
1998-07-18Rename Rel to RelOptInfo.Bruce Momjian
1998-07-16Patch for ReScan of Group.Bruce Momjian
1998-07-15Allow UNION/UNION ALL in subselects.Bruce Momjian
1998-07-15Fix explain for union and inheritance. Rename Append structureBruce Momjian
1998-07-13Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian
1998-07-12Change atttypmod from int16 to int32, for Thomas.Bruce Momjian
1998-07-09From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier
1998-07-08Include int8 as a built-in data type.Thomas G. Lockhart
1998-07-08Add int8 8-byte integer type.Thomas G. Lockhart
1998-07-08Add int8 type for 8-byte integers.Thomas G. Lockhart
1998-07-06Patches HPUX applied for Tom Lane.Bruce Momjian
1998-07-03Hello!Bruce Momjian
1998-06-30Rename locking structure names to be clearer. Add narrative toBruce Momjian
1998-06-28Rename lockt to locktype and rename LOCKT to LOCKTYPE.Bruce Momjian
1998-06-27Rename BindingTable to ShmemIndex.Bruce Momjian
1998-06-27Rename proc_exit_clear to on_exit_reset.Bruce Momjian
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
1998-06-26Rename Lockm to Locks.Bruce Momjian
1998-06-26Rename LockTab to LockTable in function name.Bruce Momjian
1998-06-25Rename BindingTab to BindingTable.Bruce Momjian
1998-06-23rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian
1998-06-20Fixup for asserts.Bruce Momjian
1998-06-19Solaris cleanup.Bruce Momjian
1998-06-17cleanupBruce Momjian
1998-06-16Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian
1998-06-16Here is the long awaited optimized version of the S_LOCK patch.Bruce Momjian
1998-06-16Hello!Bruce Momjian
1998-06-15Fix macros that were not properly surrounded by parens or braces.Bruce Momjian
1998-06-14Make new DISABLE_COMPLEX_MACRO for compilers that can't handle ourBruce Momjian
1998-06-13Make lo_unlink take oid param, not int4.Bruce Momjian
1998-06-13> I needed to do that for the web database that I'm setting up. WeBruce Momjian
1998-06-09Now 6.4.Bruce Momjian
1998-06-09Another for for exec() removal and finding binaries.Bruce Momjian
1998-06-08Fixed exec path problem.Bruce Momjian
1998-06-05I made several adjustments to my earlier patch to handle theBruce Momjian
1998-06-04Show backend status on ps command line. Remove unused args fromBruce Momjian
1998-05-31Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6Thomas G. Lockhart
1998-05-29Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian
1998-05-29Define new routines oper_exact() and oper_inexact().Thomas G. Lockhart
1998-05-29Add func_select_candidate() to allow use in unary operator parsing.Thomas G. Lockhart
1998-05-29Add NAMEOID as built-in type.Thomas G. Lockhart
1998-05-29Add conversion functions between "name" and other string types.Thomas G. Lockhart
1998-05-21From: David Hartwig <daveh@insightdist.com>Marc G. Fournier
1998-05-19Allow cancel from client of backend query. Change some int variablesBruce Momjian
1998-05-13Add a check for DBL_MIN problem...not sure if this is right...needsMarc G. Fournier
1998-05-13Remove added NullProc define, and use fmgr.h value from fmgr.h.Bruce Momjian
1998-05-12The attached patch corrects two problems with autoconfiguration ofBruce Momjian
1998-05-12Someone remove a #define too much from pg_proc.h which breaksBruce Momjian