| Commit message (Expand) | Author | Age |
* | Here is a patch to make the current snapshot compile on Win32 (native, libpq | Bruce Momjian | 2001-01-24 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Fix some int4->int32. | Bruce Momjian | 2001-01-23 |
* | Rename int4 to int32 in a few places. | Bruce Momjian | 2001-01-23 |
* | Remove rangechecks on errno; just call strerror unconditionally. This | Tom Lane | 2001-01-22 |
* | Clean up lockmanager data structures some more, in preparation for planned | Tom Lane | 2001-01-22 |
* | Clean up per-tuple memory leaks in trigger firing and plpgsql | Tom Lane | 2001-01-22 |
* | All the global memory contexts should be DLLIMPORT, if any are. | Tom Lane | 2001-01-22 |
* | Deal with C++ incompatibility of sys_nerr declaration by taking it out | Tom Lane | 2001-01-21 |
* | Add missing piece of BitString support to node output functions. Expand | Peter Eisentraut | 2001-01-20 |
* | Still further tweaking of s_lock assembler: do not assume that leading | Tom Lane | 2001-01-20 |
* | From Jason Tishler <jt@dothill.com> | Peter Eisentraut | 2001-01-19 |
* | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 |
* | cleanup. | Bruce Momjian | 2001-01-19 |
* | Remove ; and add \n to ASM code. | Bruce Momjian | 2001-01-19 |
* | Fix alignment | Bruce Momjian | 2001-01-19 |
* | Fix univel asm alignment | Bruce Momjian | 2001-01-19 |
* | Add __volatile__ to all __asm__ and make consistent indenting | Bruce Momjian | 2001-01-19 |
* | New ASM format: | Bruce Momjian | 2001-01-19 |
* | Fix VAX ASM '1 f' -> '1f'. | Bruce Momjian | 2001-01-18 |
* | Fix up "Postgres-style" time interval representation when fields have | Thomas G. Lockhart | 2001-01-18 |
* | Move structure comments from the top block down to the line entries for | Bruce Momjian | 2001-01-17 |
* | Oops, I had managed to break query-cancel-while-waiting-for-lock. | Tom Lane | 2001-01-16 |
* | Rename fields of lock and lockholder structures to something a tad less | Tom Lane | 2001-01-16 |
* | pg_database's datpath column must not be marked toastable, because | Tom Lane | 2001-01-14 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | Add DLLIMPORT to TransactionCommandContext. | Peter Eisentraut | 2001-01-11 |
* | Add configure check for sys_nerr, to end all discussions. | Peter Eisentraut | 2001-01-09 |
* | The KAME files md5.* and sha1.* have the following changelog | Bruce Momjian | 2001-01-09 |
* | Fix oversight in planning of GROUP queries: when an expression is used | Tom Lane | 2001-01-09 |
* | Fix small but critical typo ... | Tom Lane | 2001-01-09 |
* | Fix recent breakage of query-cancel logic, see my pghackers message | Tom Lane | 2001-01-07 |
* | Modify readfuncs so that recursive use of stringToNode will not crash | Tom Lane | 2001-01-07 |
* | Rename and document some invalidation routines to make it clearer that | Tom Lane | 2001-01-05 |
* | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | 2001-01-05 |
* | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 |
* | Mark geometric 'overlaps' operators (&&) as self-commutative. | Tom Lane | 2000-12-31 |
* | NetBSD/Alpha porting fixes from tom@minnesota.com. | Tom Lane | 2000-12-31 |
* | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev | 2000-12-30 |
* | Clean up spinlock assembly code slightly (just cosmetic improvements) | Tom Lane | 2000-12-30 |
* | Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to | Tom Lane | 2000-12-29 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 |
* | Improve comments. | Tom Lane | 2000-12-23 |
* | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane | 2000-12-22 |
* | Repair not-too-well-thought-out code to do rangechecking of OIDs on | Tom Lane | 2000-12-22 |
* | Change default output formatting for CIDR to be unabbreviated, per | Tom Lane | 2000-12-22 |
* | Revise lock manager to support "session level" locks as well as "transaction | Tom Lane | 2000-12-22 |
* | Repair round(numeric) function. An initdb would be required to get the | Peter Eisentraut | 2000-12-21 |