summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-271-27/+43
* Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane2002-05-251-12/+8
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-245-30/+27
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-212-11/+14
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-207-66/+74
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-3/+3
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-4/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-3/+3
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-262-5/+10
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-151-3/+6
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-091-3/+4
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-061-6/+4
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-1/+12
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-271-3/+4
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-251-2/+2
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-192-14/+35
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-0530-63/+64
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-022-71/+11
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2829-48/+77
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2531-104/+72
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-2/+2
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-062-2/+7
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-292-6/+5
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-1/+4
* Suppress compiler warning.Tom Lane2001-09-171-2/+2
* Apply 7.1.3 changes to the current tree also.Hiroshi Inoue2001-09-081-1/+2
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-262-7/+9
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-257-50/+67
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-16/+24
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-221-4/+5
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-3/+3
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-5/+21
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-2/+5
* Arrange to recycle old XLOG log segment files as new segment files,Tom Lane2001-07-191-2/+3
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-156-33/+35
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-123-80/+43
* Further work on connecting the free space map (which is still just aTom Lane2001-06-291-2/+2
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-222-3/+7
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-2/+2
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-092-30/+18
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-011-7/+7
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-43/+29
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-304-74/+57
* Remove unused, redundant header files.Tom Lane2001-05-302-42/+0
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-2/+1
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-1/+2
* Repair race condition introduced into heap_update() in 7.1 ---Tom Lane2001-05-161-2/+3
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-141-35/+1
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-4/+8
* Improve comments for xlog item size #defines.Tom Lane2001-03-251-4/+11