| Commit message (Expand) | Author | Age |
* | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 |
* | We have tested the patches on three platforms: | Bruce Momjian | 1999-03-14 |
* | Repair some pretty serious problems in dynahash.c and | Tom Lane | 1999-02-22 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | 1999-01-17 |
* | Long awaited port for NetBSD/m68k was finally done by Mr. Mutsuki | Bruce Momjian | 1998-12-26 |
* | I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 with | Bruce Momjian | 1998-12-18 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | NS32K lock patch reversed. | Bruce Momjian | 1998-09-18 |
* | Fix for NS32K machine. | Bruce Momjian | 1998-09-18 |
* | O2. Seems tas() for PPC (storage/buffer/s_lock.c) never works if | Bruce Momjian | 1998-09-03 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | Lmgr cleanup, new locking modes for LLL. | Vadim B. Mikheev | 1998-08-01 |
* | Inline function, rename libpq variablees, change lrel to lockrel. | Bruce Momjian | 1998-07-13 |
* | Rename shared memory area. | Bruce Momjian | 1998-06-30 |
* | Rename BindingTable to ShmemIndex. | Bruce Momjian | 1998-06-27 |
* | Here is the long awaited optimized version of the S_LOCK patch. | Bruce Momjian | 1998-06-16 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 |
* | Missed the __alpha__ to __alpha change... | Marc G. Fournier | 1998-05-04 |
* | Okay...this should fix the s_lock() patches from David to what he | Marc G. Fournier | 1998-05-04 |
* | Major screwed up s_lock patches...need to be fixed... | Marc G. Fournier | 1998-05-04 |
* | From: Jeroen van Vianen <jeroenv@design.nl> | Marc G. Fournier | 1998-04-29 |
* | From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> | Marc G. Fournier | 1998-04-27 |
* | Inline some small functions called for every row. | Bruce Momjian | 1998-04-24 |
* | Hi, | Bruce Momjian | 1998-04-06 |
* | Remove GetDatabaseName/Path and use globals. Make consts later. | Bruce Momjian | 1998-04-05 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 |
* | From: Peter T Mount <patches@maidast.demon.co.uk> | Marc G. Fournier | 1998-02-02 |
* | getpid/pid cleanup | Bruce Momjian | 1998-01-25 |
* | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier | 1998-01-13 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Wrap the function in and #ifdef, not the header files | Marc G. Fournier | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Oops, missed adding a file | Marc G. Fournier | 1997-12-30 |
* | bring in alpha/linux s_lock changes | Marc G. Fournier | 1997-12-30 |
* | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 |
* | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 |
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
* | Debug stuff added to BlowawayRelationBuffers(). | Vadim B. Mikheev | 1997-10-22 |
* | Decrement relation reference count incremented in | Vadim B. Mikheev | 1997-10-12 |
* | Blowaway relation buffers from buffer pool before truncation: | Vadim B. Mikheev | 1997-09-22 |