]> granicus.if.org Git - postgresql/history - src/backend/access
Pgindent run for 8.0.
[postgresql] / src / backend / access /
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneNow that TransactionIdDidAbort doesn't think it should...
2004-08-28 Tom LaneAdd missing Assert to make TransactionIdDidAbort more...
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2004-08-28 Tom LaneCan't truncate pg_subtrans during a recovery checkpoint...
2004-08-25 Tom LaneRevise ResourceOwner code to avoid accumulating Resourc...
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-08-22 Tom LaneTweak code so that pg_subtrans is never consulted for...
2004-08-17 Tom LaneFix bug introduced into _bt_getstackbuf() on 2003-Feb...
2004-08-15 Tom LaneDept. of further reflection: I looked around to see...
2004-08-12 Bruce MomjianCleanup Win32 COPY handling, and move archive examples...
2004-08-12 Bruce MomjianAdd mention of "WIN32" COPY.
2004-08-12 Bruce MomjianAdd make_native_path() because Win32 COPY is an interna...
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-08-09 Tom LaneWhen expanding %p in archive_command or restore_command...
2004-08-08 Tom LaneAdd a comment about why we always replay backup blocks...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Tom LaneMake use of backup label/history files to control recov...
2004-08-03 Tom LaneAdd functions pg_start_backup, pg_stop_backup to create...
2004-08-03 Tom LaneFix misplacement of savepointLevel test, per report...
2004-08-01 Tom LaneUpdate the in-code documentation about the transaction...
2004-08-01 Tom LaneError message style adjustments, per Alvaro Herrera.
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-31 Tom Laneplpgsql does exceptions.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-07-22 Tom LaneAdd cross-check that current timeline of pg_control...
2004-07-22 Tom LaneAdd a check on file size as an additional safety check...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-19 Tom LaneRemove unportable use of strptime() to parse recovery...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-11 Tom LaneRename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HE...
2004-07-03 Tom LaneFix no-longer-correct bit-pushing in TransactionIdSetSt...
2004-07-01 Tom LaneFurther review of xact.c state machine for nested trans...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-13 Tom LaneGive inet/cidr datatypes their own hash function that...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-06-02 Tom LaneAdjust btree index build to not use shared buffers...
2004-05-31 Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-27 Tom LaneGet rid of the former rather baroque mechanism for...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-22 Tom LaneFor multi-table ANALYZE, use per-table transactions...
2004-05-21 Tom LanePut back #include <sys/time.h> in files that seem to...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-20 Tom LaneFix speling.
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-05 Bruce MomjianThis is a cleanup patch for access/transam/xact.c....
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-03-22 Bruce MomjianIncrease xlog str_time() static string variable, per...
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-17 Bruce MomjianHere is an updated version of the win32 readdir patch.
2004-02-11 Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-26 Tom LaneRepair incorrect order of operations in GetNewTransacti...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2004-01-16 Tom LaneTighten short-circuit tests for deciding whether we...
2004-01-09 Bruce MomjianChange PG_DELAY from msec to usec and use it consistenl...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Tom LaneSuppress compiler warning (xlog_outrec is unused if...
2004-01-06 Neil ConwayMake the 'wal_debug' GUC variable a boolean (rather...
2004-01-05 Neil ConwayFix three trivial typos in comments.
2003-12-21 Tom LaneFurther cleanup in _bt_first: eliminate duplicate code...
2003-12-21 Tom LanePrevious change exposed some opportunities for further...
2003-12-21 Tom LaneImprove btree's initial-positioning-strategy code so...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-12-02 Joe ConwayAdd a warning to AtEOXact_SPI() to catch cases where...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-10-16 Tom LaneFix bad interaction between NOTIFY processing and V3...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-29 Tom LaneAdjust btree index build procedure so that the btree...
2003-09-28 Tom LaneAdd a mechanism to let dynamically loaded modules regis...
2003-09-27 Tom LaneFix typo in message.
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
next