| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -15/+15 |
| * | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 | 1 | -3/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -97/+93 |
| * | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane | 2005-10-03 | 1 | -21/+22 |
| * | Take exclusive buffer lock in scan_heap() to eliminate some corner cases | Tom Lane | 2005-09-22 | 1 | -2/+2 |
| * | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane | 2005-09-02 | 1 | -7/+4 |
| * | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 1 | -6/+6 |
| * | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 | 1 | -3/+3 |
| * | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 | 1 | -1/+6 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -2/+1 |
| * | Repair very-low-probability race condition between relation extension | Tom Lane | 2005-05-07 | 1 | -2/+24 |
| * | Remove lazy_update_relstats; go back to having VACUUM just record the | Tom Lane | 2005-03-25 | 1 | -60/+13 |
| * | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane | 2005-03-20 | 1 | -11/+1 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 | 1 | -16/+107 |
| * | In the new dispensation where REINDEX doesn't take exclusive lock on | Tom Lane | 2004-10-25 | 1 | -7/+17 |
| * | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 | 1 | -25/+8 |
| * | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 | 1 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -18/+18 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 | 1 | -2/+2 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -4/+1 |
| * | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 | 1 | -4/+2 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -6/+2 |
| * | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway | 2004-04-25 | 1 | -2/+2 |
| * | Check only live tuples for OID validity, to avoid issues after ALTER | Tom Lane | 2004-02-12 | 1 | -9/+9 |
| * | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 | 1 | -68/+4 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -5/+6 |
| * | Cost based vacuum delay feature. | Jan Wieck | 2004-02-06 | 1 | -1/+66 |
| * | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 | 1 | -10/+10 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -7/+7 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -14/+16 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -36/+60 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -2/+2 |
| * | Reimplement free-space-map management as per recent discussions. | Tom Lane | 2003-03-04 | 1 | -19/+28 |
| * | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 | 1 | -5/+6 |
| * | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane | 2003-02-23 | 1 | -5/+3 |
| * | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 | 1 | -39/+39 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -3/+2 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -2/+3 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -3/+2 |
| * | Performance improvement for MultiRecordFreeSpace on large relations --- | Tom Lane | 2002-09-20 | 1 | -47/+53 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -1/+9 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 | 1 | -4/+4 |
| * | Make VACUUM handle schema-qualified relation names properly. | Tom Lane | 2002-04-02 | 1 | -2/+5 |