summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Now that TransactionIdDidAbort doesn't think it should try to modifyTom Lane
2004-08-28Add missing Assert to make TransactionIdDidAbort more consistent withTom Lane
2004-08-28Fix relcache to account properly for subtransaction status of 'new'Tom Lane
2004-08-28Can't truncate pg_subtrans during a recovery checkpoint --- subtransTom Lane
2004-08-25Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane
2004-08-23Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane
2004-08-22Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane
2004-08-17Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initialTom Lane
2004-08-15Dept. of further reflection: I looked around to see if any other callersTom Lane
2004-08-12Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian
2004-08-12Add mention of "WIN32" COPY.Bruce Momjian
2004-08-12Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-08-09When expanding %p in archive_command or restore_command, translateTom Lane
2004-08-08Add a comment about why we always replay backup blocks from WAL.Tom Lane
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Make use of backup label/history files to control recovery properly.Tom Lane
2004-08-03Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane
2004-08-03Fix misplacement of savepointLevel test, per report from Chris K-L.Tom Lane
2004-08-01Update the in-code documentation about the transaction system. Move itTom Lane
2004-08-01Error message style adjustments, per Alvaro Herrera.Tom Lane
2004-08-01Some mop-up work for savepoints (nested transactions). Store a smallTom Lane
2004-07-31plpgsql does exceptions.Tom Lane
2004-07-28Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane
2004-07-27Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane
2004-07-22Add cross-check that current timeline of pg_control is an ancestor ofTom Lane
2004-07-22Add a check on file size as an additional safety check that a WAL fileTom Lane
2004-07-21Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane
2004-07-19Remove unportable use of strptime() to parse recovery target time spec.Tom Lane
2004-07-19XLOG file archiving and point-in-time recovery. There are still someTom Lane
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-11Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane
2004-07-03Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro.Tom Lane
2004-07-01Further review of xact.c state machine for nested transactions. FixTom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-13Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane
2004-06-06Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane
2004-06-05Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane
2004-06-05Make the world very nearly safe for composite-type columns in tables.Tom Lane
2004-06-04Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-06-02Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane
2004-05-31Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane
2004-05-31Per previous discussions, get rid of use of sync(2) in favor ofTom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane