summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-096-22/+39
* Include int8 as a built-in data type.Thomas G. Lockhart1998-07-082-7/+15
* Add int8 8-byte integer type.Thomas G. Lockhart1998-07-082-1/+109
* Add int8 type for 8-byte integers.Thomas G. Lockhart1998-07-084-67/+205
* Patches HPUX applied for Tom Lane.Bruce Momjian1998-07-061-0/+5
* Hello!Bruce Momjian1998-07-031-1/+3
* Rename locking structure names to be clearer. Add narrative toBruce Momjian1998-06-304-50/+51
* Rename lockt to locktype and rename LOCKT to LOCKTYPE.Bruce Momjian1998-06-283-16/+16
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-272-15/+15
* Rename proc_exit_clear to on_exit_reset.Bruce Momjian1998-06-271-2/+2
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-5/+6
* Rename Lockm to Locks.Bruce Momjian1998-06-261-2/+2
* Rename LockTab to LockTable in function name.Bruce Momjian1998-06-261-2/+2
* Rename BindingTab to BindingTable.Bruce Momjian1998-06-251-2/+2
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-232-8/+8
* Fixup for asserts.Bruce Momjian1998-06-201-2/+2
* Solaris cleanup.Bruce Momjian1998-06-192-0/+0
* cleanupBruce Momjian1998-06-171-2/+0
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-164-3/+57
* Here is the long awaited optimized version of the S_LOCK patch.Bruce Momjian1998-06-161-67/+127
* Hello!Bruce Momjian1998-06-161-1/+3
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-1514-186/+214
* Make new DISABLE_COMPLEX_MACRO for compilers that can't handle ourBruce Momjian1998-06-142-3/+6
* Make lo_unlink take oid param, not int4.Bruce Momjian1998-06-131-2/+2
* > I needed to do that for the web database that I'm setting up. WeBruce Momjian1998-06-131-3/+3
* Now 6.4.Bruce Momjian1998-06-091-3/+3
* Another for for exec() removal and finding binaries.Bruce Momjian1998-06-091-3/+3
* Fixed exec path problem.Bruce Momjian1998-06-081-2/+2
* I made several adjustments to my earlier patch to handle theBruce Momjian1998-06-051-4/+3
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-042-8/+7
* Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6Thomas G. Lockhart1998-05-311-3/+3
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-294-10/+12
* Define new routines oper_exact() and oper_inexact().Thomas G. Lockhart1998-05-292-3/+9
* Add func_select_candidate() to allow use in unary operator parsing.Thomas G. Lockhart1998-05-291-2/+6
* Add NAMEOID as built-in type.Thomas G. Lockhart1998-05-291-7/+22
* Add conversion functions between "name" and other string types.Thomas G. Lockhart1998-05-292-7/+31
* From: David Hartwig <daveh@insightdist.com>Marc G. Fournier1998-05-211-1/+3
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-193-6/+8
* Add a check for DBL_MIN problem...not sure if this is right...needsMarc G. Fournier1998-05-131-0/+3
* Remove added NullProc define, and use fmgr.h value from fmgr.h.Bruce Momjian1998-05-131-2/+1
* The attached patch corrects two problems with autoconfiguration ofBruce Momjian1998-05-121-1/+4
* Someone remove a #define too much from pg_proc.h which breaksBruce Momjian1998-05-121-1/+2
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-092-2/+98
* Make lines and support routines/operators more visible.Thomas G. Lockhart1998-05-093-5/+65
* Add routines to convert between varchar and bpchar.Thomas G. Lockhart1998-05-091-1/+5
* Make lines more visible to the user.Thomas G. Lockhart1998-05-091-6/+18
* Add bit flags to support timezonehour and minute in data retrieval.Thomas G. Lockhart1998-05-091-3/+6
* What I've done:Bruce Momjian1998-05-062-7/+4
* Remove extra paren in __alpha so it compiles.Bruce Momjian1998-05-061-2/+2
* Missed the __alpha__ to __alpha change...Marc G. Fournier1998-05-042-6/+6