summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIndexscan.c
Commit message (Expand)AuthorAgeFilesLines
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-10/+16
* Add commentary to show that even though ExecInitIndexScan()Tom Lane1999-08-121-40/+52
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-091-1/+12
* Final cleanup.Bruce Momjian1999-07-161-7/+7
* Update #include cleanupsBruce Momjian1999-07-161-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-5/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-40/+41
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+2
* There are some bugs about backward scanning usingBruce Momjian1999-04-131-8/+34
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-1/+43
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-5/+6
* Fix using indices in OR.Vadim B. Mikheev1998-11-221-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-53/+55
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* Fix for vacuum updating problem.Bruce Momjian1998-08-191-3/+10
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-5/+4
* OR processing cleanup.Bruce Momjian1998-08-041-23/+26
* Update mark/reset index code for multiple indexes, (OR code).Bruce Momjian1998-08-031-37/+33
* Cleanup of OR fix.Bruce Momjian1998-08-011-2/+4
* Allow index use with OR clauses.Bruce Momjian1998-08-011-107/+118
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-3/+8
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-301-52/+36
* execScan.c: in the end of scan projInfo->pi_slot must beVadim B. Mikheev1998-02-261-25/+26
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-20/+20
* Support for subselects.Vadim B. Mikheev1998-02-131-20/+51
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-6/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-14/+14
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-79/+78
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-789/+834
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-2/+2
* Fixing bug in INDEXSCAN_PATCH:Vadim B. Mikheev1997-01-221-3/+33
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-081-7/+5
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+5
* add #include "postgres.h", as required by all .c filesMarc G. Fournier1996-10-311-1/+3
* Fixes:Marc G. Fournier1996-10-301-1/+6
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+902