| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 | 1 | -20/+24 |
| * | Make a comment pgindent-proof, per suggestion from Alvaro. | Tom Lane | 2005-05-19 | 1 | -2/+3 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 6 | -31/+31 |
| * | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 | 1 | -2/+2 |
| * | Back out check for unreferenced files. | Bruce Momjian | 2005-05-10 | 1 | -10/+1 |
| * | Fix case in which a debug printout would print already-pfreed data. | Tom Lane | 2005-05-07 | 1 | -5/+7 |
| * | Clean up MultiXactIdExpand's API by separating out the case where we | Tom Lane | 2005-05-03 | 1 | -35/+40 |
| * | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian | 2005-05-02 | 1 | -1/+10 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 4 | -11/+1627 |
| * | Add comment about checkpoint panic behavior during shutdown, per | Tom Lane | 2005-04-23 | 1 | -2/+5 |
| * | Fix comment typo. | Bruce Momjian | 2005-04-17 | 1 | -2/+2 |
| * | Reduce PANIC to ERROR in several xlog routines that are used in both | Tom Lane | 2005-04-15 | 1 | -26/+40 |
| * | Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behavior | Tom Lane | 2005-04-15 | 1 | -23/+37 |
| * | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 | 2 | -7/+29 |
| * | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 | 1 | -9/+25 |
| * | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 | 1 | -6/+6 |
| * | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 | 1 | -22/+1 |
| * | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 | 1 | -2/+16 |
| * | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 | 3 | -49/+14 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 2 | -15/+146 |
| * | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian | 2005-02-12 | 2 | -6/+6 |
| * | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 | 1 | -7/+5 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 7 | -14/+14 |
| * | 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 |
| * | Minor adjustment of message style. | Tom Lane | 2004-11-17 | 1 | -3/+3 |
| * | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway | 2004-11-17 | 1 | -1/+9 |
| * | 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 |
| * | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane | 2004-10-16 | 1 | -1/+5 |
| * | 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 | 1 | -8/+8 |
| * | 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 |
| * | 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 | 3 | -621/+834 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -5/+7 |
| * | 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 |