summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Remove inclusion of <varargs.h> on SunOS; this does not work since weTom Lane2001-02-201-2/+1
* Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane2001-02-191-0/+1
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-183-13/+25
* Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gccTom Lane2001-02-161-3/+5
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-161-5/+19
* Take OUTER JOIN semantics into account when estimating the size of joinTom Lane2001-02-162-5/+8
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-151-1/+15
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-145-26/+42
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-132-0/+2
* Clean up portability problems in regexp package: change all routineTom Lane2001-02-133-24/+10
* Hmm, this isn't used either.Tom Lane2001-02-121-71/+0
* Remove unused and largely-broken-anyway compatibility defs.Tom Lane2001-02-121-151/+0
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-121-2/+4
* Fix byte-vs-word-width oversight in m68k TAS() code.Tom Lane2001-02-101-3/+4
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-1019-852/+752
* I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian2001-02-091-1/+0
* plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane2001-02-091-1/+3
* Macro for btree runtime fix.Vadim B. Mikheev2001-02-071-1/+5
* Actually, it looks like DEF_PGPORT belongs over in config.h.win32 forTom Lane2001-02-071-2/+4
* Out-of-bounds memory allocation request sizes should be treated as justTom Lane2001-02-062-7/+6
* Apply patches for QNX from MaurizioBruce Momjian2001-02-021-2/+2
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-293-18/+38
* Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian2001-01-271-1/+1
* Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane2001-01-271-1/+2
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-252-16/+13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24245-487/+487
* Add all possible config file options.Bruce Momjian2001-01-243-3/+7
* Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian2001-01-241-3/+5
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-1/+4
* Fix some int4->int32.Bruce Momjian2001-01-232-4/+4
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-233-10/+10
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-221-4/+1
* Clean up lockmanager data structures some more, in preparation for plannedTom Lane2001-01-223-20/+28
* Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane2001-01-223-9/+30
* All the global memory contexts should be DLLIMPORT, if any are.Tom Lane2001-01-221-7/+7
* Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane2001-01-211-5/+1
* Add missing piece of BitString support to node output functions. ExpandPeter Eisentraut2001-01-201-4/+1
* Still further tweaking of s_lock assembler: do not assume that leadingTom Lane2001-01-203-67/+70
* From Jason Tishler <jt@dothill.com>Peter Eisentraut2001-01-192-2/+9
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-191-7/+26
* cleanup.Bruce Momjian2001-01-191-58/+58
* Remove ; and add \n to ASM code.Bruce Momjian2001-01-191-32/+32
* Fix alignmentBruce Momjian2001-01-191-5/+6
* Fix univel asm alignmentBruce Momjian2001-01-191-2/+2
* Add __volatile__ to all __asm__ and make consistent indentingBruce Momjian2001-01-191-64/+69
* New ASM format:Bruce Momjian2001-01-191-93/+122
* Fix VAX ASM '1 f' -> '1f'.Bruce Momjian2001-01-181-2/+2
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-181-1/+6
* Move structure comments from the top block down to the line entries forBruce Momjian2001-01-171-170/+120
* Oops, I had managed to break query-cancel-while-waiting-for-lock.Tom Lane2001-01-161-2/+2