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