summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-08Fix typo in xl_heaptid commentBruce Momjian
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian
2002-07-02This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-15This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian
2002-05-27Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane
2002-05-25Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-04-01Create a new GUC variable search_path to control the namespace searchTom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-15Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane
2002-03-09Code review for improved-hashing patch. Fix some portability issuesTom Lane
2002-03-06I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian
2002-03-05I attach a version of my toast-slicing patch, against current CVSBruce Momjian
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-25I've attached a simple patch which should improve the performance ofBruce Momjian
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
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