summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2001-02-09I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian
2001-02-09plpgsql's private copy of xlateSqlType was out of sync. Again. ThisTom Lane
2001-02-07Macro for btree runtime fix.Vadim B. Mikheev
2001-02-07Actually, it looks like DEF_PGPORT belongs over in config.h.win32 forTom Lane
2001-02-06Out-of-bounds memory allocation request sizes should be treated as justTom Lane
2001-02-02Apply patches for QNX from MaurizioBruce Momjian
2001-01-29Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane
2001-01-27Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian
2001-01-27Re-read Unix-socket lock file every so often (every CheckPoint interval,Tom Lane
2001-01-25Re-implement deadlock detection and resolution, per design notes postedTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-24Add all possible config file options.Bruce Momjian
2001-01-24Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian
2001-01-23Fix all the places that called heap_update() and heap_delete() withoutTom Lane
2001-01-23Fix some int4->int32.Bruce Momjian
2001-01-23Rename int4 to int32 in a few places.Bruce Momjian
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-22Clean up lockmanager data structures some more, in preparation for plannedTom Lane
2001-01-22Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane
2001-01-22All the global memory contexts should be DLLIMPORT, if any are.Tom Lane
2001-01-21Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane
2001-01-20Add missing piece of BitString support to node output functions. ExpandPeter Eisentraut
2001-01-20Still further tweaking of s_lock assembler: do not assume that leadingTom Lane
2001-01-19From Jason Tishler <jt@dothill.com>Peter Eisentraut
2001-01-19Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane
2001-01-19cleanup.Bruce Momjian
2001-01-19Remove ; and add \n to ASM code.Bruce Momjian
2001-01-19Fix alignmentBruce Momjian
2001-01-19Fix univel asm alignmentBruce Momjian
2001-01-19Add __volatile__ to all __asm__ and make consistent indentingBruce Momjian
2001-01-19New ASM format:Bruce Momjian
2001-01-18Fix VAX ASM '1 f' -> '1f'.Bruce Momjian
2001-01-18Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart
2001-01-17Move structure comments from the top block down to the line entries forBruce Momjian
2001-01-16Oops, I had managed to break query-cancel-while-waiting-for-lock.Tom Lane
2001-01-16Rename fields of lock and lockholder structures to something a tad lessTom Lane
2001-01-14pg_database's datpath column must not be marked toastable, becauseTom Lane
2001-01-14Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane
2001-01-12Add more critical-section calls: all code sections that hold spinlocksTom Lane
2001-01-11Add DLLIMPORT to TransactionCommandContext.Peter Eisentraut
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2001-01-09The KAME files md5.* and sha1.* have the following changelogBruce Momjian
2001-01-09Fix oversight in planning of GROUP queries: when an expression is usedTom Lane
2001-01-09Fix small but critical typo ...Tom Lane
2001-01-07Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane
2001-01-07Modify readfuncs so that recursive use of stringToNode will not crashTom Lane
2001-01-05Rename and document some invalidation routines to make it clearer thatTom Lane
2001-01-05Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane
2001-01-02Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane
2000-12-31Mark geometric 'overlaps' operators (&&) as self-commutative.Tom Lane