summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
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
2001-05-30Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane
2001-05-30Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian
2001-05-25Oops, only wanted python change in the last commit. Backing out.Bruce Momjian
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-05-22I found the answer to this: the partition had filled up, and so the problemBruce Momjian
2001-05-18Small code cleanups,formatting.Bruce Momjian
2001-05-17Prevent forced blank line before comment block in pgindent.Bruce Momjian
2001-05-17Spacing cleanup.Bruce Momjian
2001-05-17Small cleanup of spacing.Bruce Momjian
2001-05-16Repair race condition introduced into heap_update() in 7.1 ---Tom Lane
2001-05-15we found a problem in GiST with massive insert/update operationsBruce Momjian
2001-05-15Re-add pg_index.indhaskeytype.Bruce Momjian
2001-05-14Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian
2001-05-14Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian
2001-05-12Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-04Seems like we should not hold off cancel/die interrupts while we areTom Lane
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-04-05Fix comment that Vadim found confusing.Tom Lane
2001-04-05StartupXLOG(): initialize XLogCtl->Insert to new page if there isVadim B. Mikheev
2001-03-25Fix unportable assumptions about alignment of local char[n] variables.Tom Lane
2001-03-25Fix code that incorrectly assumed a 'char foo[N]' local variable wouldTom Lane
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-18Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane
2001-03-18Make sure ControlFile logId/logSeg don't go backwards (barely possible given aTom Lane
2001-03-17Rearrange XLogFileInit so that control-file spinlock is not held while fillingTom Lane
2001-03-16Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane
2001-03-14Use SEP_CHAR consistently in forming XLOG pathnames.Tom Lane
2001-03-13Change xlog page-header format to include StartUpID. Use the SUI toTom Lane
2001-03-13XLOG (and related) changes:Tom Lane
2001-03-07Repair a number of places that didn't bother to check whether PageAddItemTom Lane
2001-02-26Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane
2001-02-22Clean up index/btree comments/macros, as approved.Bruce Momjian
2001-02-22Avoid 'FATAL: out of free buffers: time to abort !" errorHiroshi Inoue
2001-02-18Change default commit_delay to zero, update documentation.Tom Lane
2001-02-18Change s_lock to not use any zero-delay select() calls; these are just aTom Lane
2001-02-15Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane