summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
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-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-28Measure the current transaction time to milliseconds.Thomas G. Lockhart
2001-09-17Suppress compiler warning.Tom Lane
2001-09-08Apply 7.1.3 changes to the current tree also.Hiroshi Inoue
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
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-19Arrange to recycle old XLOG log segment files as new segment files,Tom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-07-12Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane
2001-06-29Further work on connecting the free space map (which is still just aTom Lane
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane
2001-06-09Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane
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 unused, redundant header files.Tom Lane
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-16Repair race condition introduced into heap_update() in 7.1 ---Tom Lane
2001-05-14Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-03-25Improve comments for xlog item size #defines.Tom Lane
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-16Support syncing WAL log to disk using either fsync(), fdatasync(),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-02-26Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane
2001-02-22More comment improvements.Bruce Momjian
2001-02-22Clean up index/btree comments/macros, as approved.Bruce Momjian
2001-02-21Comment improvements.Bruce Momjian
2001-02-15Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane
2001-02-07Macro for btree runtime fix.Vadim B. Mikheev
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Fix all the places that called heap_update() and heap_delete() withoutTom Lane
2001-01-14Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane
2001-01-12Add more critical-section calls: all code sections that hold spinlocksTom Lane