| Commit message (Expand) | Author | Age | Files | Lines |
* | Awhile back I added some code to StartupCLOG() to forcibly zero out | Tom Lane | 2004-12-22 | 1 | -13/+19 |
* | Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can | Tom Lane | 2004-12-17 | 1 | -9/+26 |
* | Calculation of keys_are_unique flag was wrong for cases involving | Tom Lane | 2004-12-15 | 1 | -12/+12 |
* | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 | 1 | -1/+5 |
* | Minor adjustment of message style. | Tom Lane | 2004-11-17 | 1 | -3/+3 |
* | Micro-optimization of markpos() and restrpos() in btree and hash indexes. | Neil Conway | 2004-11-17 | 2 | -12/+10 |
* | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway | 2004-11-17 | 1 | -1/+9 |
* | There is no need for ReadBuffer() call sites to check that the returned | Neil Conway | 2004-11-14 | 1 | -31/+1 |
* | Remove obsolete comment from btbuild() and hashbuild(): we no longer use | Neil Conway | 2004-11-11 | 2 | -12/+2 |
* | Small message clarifications | Peter Eisentraut | 2004-11-05 | 1 | -3/+3 |
* | Change COMMIT back to the old behavior of emitting command tag COMMIT, | Tom Lane | 2004-10-30 | 1 | -6/+6 |
* | Rearrange order of pre-commit operations: must close cursors before doing | Tom Lane | 2004-10-29 | 1 | -19/+20 |
* | Add DEBUG1-level logging of checkpoint start and end. Also, reduce the | Tom Lane | 2004-10-29 | 1 | -10/+34 |
* | Make heap_fetch API more consistent by having the buffer remain pinned | Tom Lane | 2004-10-26 | 2 | -20/+25 |
* | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane | 2004-10-20 | 1 | -6/+6 |
* | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane | 2004-10-16 | 1 | -1/+5 |
* | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 | 3 | -28/+16 |
* | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian | 2004-10-14 | 1 | -4/+4 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 | 2 | -10/+10 |
* | Make getpid() use %d consistently for printing. | Bruce Momjian | 2004-10-09 | 1 | -7/+4 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -2/+2 |
* | PortalRun must guard against the possibility that the portal it's | Tom Lane | 2004-10-04 | 1 | -3/+33 |
* | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 | 1 | -2/+12 |
* | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 | 2 | -7/+15 |
* | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway | 2004-09-27 | 1 | -7/+7 |
* | Now that xmax and cmin are distinct fields again, we should zero xmax when | Tom Lane | 2004-09-17 | 1 | -3/+5 |
* | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 | 1 | -7/+50 |
* | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane | 2004-09-16 | 2 | -14/+14 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 4 | -630/+847 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -5/+7 |
* | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane | 2004-09-11 | 1 | -9/+11 |
* | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 1 | -43/+39 |
* | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane | 2004-09-06 | 1 | -10/+14 |
* | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane | 2004-09-06 | 2 | -5/+5 |
* | Ensure that the remainder of the current pg_clog page is zeroed during | Tom Lane | 2004-08-30 | 1 | -2/+33 |
* | Fix failure to advance nextXID beyond subtransactions whose XIDs appear | Tom Lane | 2004-08-30 | 1 | -6/+42 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 2 | -6/+6 |
* | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane | 2004-08-29 | 1 | -5/+7 |
* | Widen xl_len field of XLogRecord header to 32 bits, so that we'll have | Tom Lane | 2004-08-29 | 1 | -55/+61 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 31 | -990/+1094 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 43 | -86/+86 |
* | Now that TransactionIdDidAbort doesn't think it should try to modify | Tom Lane | 2004-08-28 | 1 | -6/+6 |
* | Add missing Assert to make TransactionIdDidAbort more consistent with | Tom Lane | 2004-08-28 | 1 | -1/+2 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 | 4 | -18/+23 |
* | Can't truncate pg_subtrans during a recovery checkpoint --- subtrans | Tom Lane | 2004-08-28 | 1 | -3/+5 |
* | Revise ResourceOwner code to avoid accumulating ResourceOwner objects | Tom Lane | 2004-08-25 | 1 | -17/+38 |
* | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 | 5 | -381/+282 |
* | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane | 2004-08-22 | 2 | -40/+30 |
* | Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial | Tom Lane | 2004-08-17 | 1 | -1/+8 |
* | Dept. of further reflection: I looked around to see if any other callers | Tom Lane | 2004-08-15 | 1 | -10/+20 |