summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2001-11-23Fix boundary condition in btbulkdelete: don't examine high key in caseTom Lane
2001-11-10Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-11-01Add missing #include.Tom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25Fix a couple of places where lack of parenthesization of a castTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-01Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane
2001-09-29Tweak btree page split logic so that when splitting a page that isTom Lane
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-29I have made three changes to the rtree code: one bug fix andBruce Momjian
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-09-26Remove useless test for time field in pg_control being > 0. We don'tTom Lane
2001-09-06Add some debugging details to some of the elog(STOP) conditions for WAL.Tom Lane
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-25Fix portability problem in new CLOG code, per report from Rene Pijlman.Tom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-101. null-safe interface to GiSTBruce Momjian
2001-07-22Suppress gcc warning in USE_LOCALE case.Tom Lane
2001-07-19Arrange to recycle old XLOG log segment files as new segment files,Tom Lane
2001-07-16Improve documentation about reasoning behind the order of operationsTom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-07-13Minor code cleanup/beautification in RelationPutHeapTuple.Tom Lane
2001-07-12Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane
2001-07-06Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane
2001-07-06Fix my old fault(returns auto variable reference).Hiroshi Inoue
2001-06-29Further work on connecting the free space map (which is still just aTom Lane
2001-06-28Repair logic error for multi-key indexes. From Oleg Bartunov.Tom Lane
2001-06-27Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane
2001-06-25Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-21Tweak error message.Tom Lane
2001-06-19Clean up some longstanding problems in shared-cache invalidation.Tom Lane
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane
2001-06-11Nest macros with slightly less enthusiasm, for performance and to avoidTom Lane
2001-06-09Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane
2001-06-06Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane
2001-06-03Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut
2001-06-01Clean up some minor problems exposed by further thought about Panon's bugTom Lane
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane