| Commit message (Expand) | Author | Age | Files | Lines |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -13/+13 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 1 | -32/+10 |
| * | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 | 1 | -1/+8 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -120/+133 |
| * | Fix comment, add Assert. | Tom Lane | 2001-09-04 | 1 | -3/+3 |
| * | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -29/+251 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -2/+9 |
| * | New-style vacuum neglected to update pg_class statistics about indexes | Tom Lane | 2001-07-18 | 1 | -28/+41 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -69/+40 |
| * | Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, | Tom Lane | 2001-07-13 | 1 | -64/+54 |
| * | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 | 1 | -317/+277 |
| * | Remove direct calls of index_insert(), instead use ExecInsertIndexTuples(). | Tom Lane | 2001-07-11 | 1 | -103/+82 |
| * | First non-stub implementation of shared free space map. It's not super | Tom Lane | 2001-07-02 | 1 | -1/+54 |
| * | Fix VACUUM so that it can use pages as move targets even if they do not | Tom Lane | 2001-06-29 | 1 | -164/+212 |
| * | Fix longstanding error in VACUUM: sometimes would examine a buffer page | Tom Lane | 2001-06-29 | 1 | -12/+9 |
| * | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 | 1 | -59/+57 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -2/+9 |
| * | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 | 1 | -4/+9 |
| * | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 | 1 | -81/+1 |
| * | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 1 | -1/+81 |
| * | Small code cleanups,formatting. | Bruce Momjian | 2001-05-18 | 1 | -2/+4 |
| * | Prevent forced blank line before comment block in pgindent. | Bruce Momjian | 2001-05-17 | 1 | -3/+1 |
| * | Replace poorly-coded vac_find_eq routine with call to standard bsearch | Tom Lane | 2001-05-17 | 1 | -92/+102 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -103/+138 |
| * | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane | 2001-03-25 | 1 | -9/+9 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -117/+126 |
| * | ifdef out reindex stuff in VACUUM for safety. | Hiroshi Inoue | 2001-03-14 | 1 | -1/+9 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Narrow scope of critical section, per discussion 1/19/01. | Tom Lane | 2001-01-23 | 1 | -2/+2 |
| * | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 | 1 | -8/+7 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -3/+2 |
| * | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 | 1 | -9/+9 |
| * | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev | 2000-12-30 | 1 | -10/+22 |
| * | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 | 1 | -13/+38 |
| * | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane | 2000-12-22 | 1 | -3/+3 |
| * | Revise lock manager to support "session level" locks as well as "transaction | Tom Lane | 2000-12-22 | 1 | -41/+49 |
| * | Cache invalidation for vacuum of system tables. | Hiroshi Inoue | 2000-12-08 | 1 | -1/+6 |
| * | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev | 2000-12-03 | 1 | -2/+8 |
| * | Avoid repeated detoasting (and possible memory leaks) when processing | Tom Lane | 2000-12-02 | 1 | -23/+17 |
| * | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -18/+5 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -12/+11 |
| * | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian | 2000-11-16 | 1 | -8/+9 |
| * | WAL | Vadim B. Mikheev | 2000-10-28 | 1 | -2/+5 |
| * | WAL misc | Vadim B. Mikheev | 2000-10-24 | 1 | -16/+60 |
| * | Patch VACUUM problem with moving chain of update tuples when source | Tom Lane | 2000-10-22 | 1 | -22/+56 |
| * | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 | 1 | -3/+1 |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 1 | -4/+4 |
| * | Make sure that FlushRelationBuffers() is invoked by all paths through | Tom Lane | 2000-09-19 | 1 | -42/+72 |