Commit Graph

1783 Commits (c1abe85529da1cd995896fb88492d353eafbfc8d)

Author SHA1 Message Date
Bruce Momjian 7582bd91cb Please apply the following patch to fix AIX and IRIX timestamp behavior 25 years ago
Tom Lane f7a839bc2b Clean up portability problems in regexp package: change all routine 25 years ago
Tom Lane cf16733983 Hmm, this isn't used either. 25 years ago
Tom Lane d40f4aeac8 Remove unused and largely-broken-anyway compatibility defs. 25 years ago
Tom Lane aa88e59ade Rearrange order of operations in heap_create_with_catalog so that if 25 years ago
Tom Lane af0a15287d Fix byte-vs-word-width oversight in m68k TAS() code. 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Bruce Momjian cf516c3bb1 I have deleted the include of termios.h in include/port/qnx4.h. 25 years ago
Tom Lane dfbd5d6532 plpgsql's private copy of xlateSqlType was out of sync. Again. This 25 years ago
Vadim B. Mikheev 66decbfb08 Macro for btree runtime fix. 25 years ago
Tom Lane 5add3e8e51 Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for 25 years ago
Tom Lane 85c17dbff8 Out-of-bounds memory allocation request sizes should be treated as just 25 years ago
Bruce Momjian b60c57da2d Apply patches for QNX from Maurizio 25 years ago
Tom Lane 0d54d6ac44 Clean up handling of tuple descriptors so that result-tuple descriptors 25 years ago
Bruce Momjian d7f0b7ef6e Here is an update on the Win32 patch. Modified files are 'config.h.win32' 25 years ago
Tom Lane 1dc3051088 Re-read Unix-socket lock file every so often (every CheckPoint interval, 25 years ago
Tom Lane a05eae029a Re-implement deadlock detection and resolution, per design notes posted 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Bruce Momjian 7df3bb50f0 Add all possible config file options. 25 years ago
Bruce Momjian bd0a767eab Here is a patch to make the current snapshot compile on Win32 (native, libpq 25 years ago
Tom Lane 786f1a59cd Fix all the places that called heap_update() and heap_delete() without 25 years ago
Bruce Momjian 56970c1bc0 Fix some int4->int32. 25 years ago
Bruce Momjian 7e533da492 Rename int4 to int32 in a few places. 25 years ago
Tom Lane e9c936ff38 Remove rangechecks on errno; just call strerror unconditionally. This 25 years ago
Tom Lane e84c429062 Clean up lockmanager data structures some more, in preparation for planned 25 years ago
Tom Lane c9fe128316 Clean up per-tuple memory leaks in trigger firing and plpgsql 25 years ago
Tom Lane 59a3a40149 All the global memory contexts should be DLLIMPORT, if any are. 25 years ago
Tom Lane 023a48b811 Deal with C++ incompatibility of sys_nerr declaration by taking it out 25 years ago
Peter Eisentraut 19cba0cc1b Add missing piece of BitString support to node output functions. Expand 25 years ago
Tom Lane a7ea9f46e1 Still further tweaking of s_lock assembler: do not assume that leading 25 years ago
Peter Eisentraut 58f4028518 From Jason Tishler <jt@dothill.com> 25 years ago
Tom Lane 6ce0ed2813 Make critical sections (elog->crash) and interrupt holdoff sections 25 years ago
Bruce Momjian 75815c3100 cleanup. 25 years ago
Bruce Momjian 27aaf9df7e Remove ; and add \n to ASM code. 25 years ago
Bruce Momjian 8fe8fc9db0 Fix alignment 25 years ago
Bruce Momjian 246b5398b4 Fix univel asm alignment 25 years ago
Bruce Momjian cef28fd943 Add __volatile__ to all __asm__ and make consistent indenting 25 years ago
Bruce Momjian d7810023c5 New ASM format: 25 years ago
Bruce Momjian c0a0f34618 Fix VAX ASM '1 f' -> '1f'. 25 years ago
Thomas G. Lockhart 6acdebbd3a Fix up "Postgres-style" time interval representation when fields have 25 years ago
Bruce Momjian 26e0321191 Move structure comments from the top block down to the line entries for 25 years ago
Tom Lane dae52bf3ec Oops, I had managed to break query-cancel-while-waiting-for-lock. 25 years ago
Tom Lane 64e6c60897 Rename fields of lock and lockholder structures to something a tad less 25 years ago
Tom Lane 8a0c9b17a5 pg_database's datpath column must not be marked toastable, because 25 years ago
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 25 years ago
Tom Lane 6162432de9 Add more critical-section calls: all code sections that hold spinlocks 25 years ago
Peter Eisentraut 9b19224666 Add DLLIMPORT to TransactionCommandContext. 25 years ago
Peter Eisentraut c3f9371956 Add configure check for sys_nerr, to end all discussions. 25 years ago
Bruce Momjian e586026d10 The KAME files md5.* and sha1.* have the following changelog 25 years ago
Tom Lane 07c741e61c Fix oversight in planning of GROUP queries: when an expression is used 25 years ago