summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Collapse)AuthorAgeFilesLines
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-0729-147/+147
|
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ↵Bruce Momjian1998-01-071-3/+3
| | | | Clean up use of VARDATA.
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-0529-147/+147
|
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-208-40/+8
| | | | some of the ports...
* Clean up the MakefilesMarc G. Fournier1997-12-178-39/+55
| | | | | | | | Essentially, this cleans things up so that if PORTNAME isn't defined (I'm working on getting rid of it for FreeBSD, at least, to see if its possible) none of the PORTNAME related stuff gets passed around. Had a little bit of -I related redundancy as well
* Remove trailing period from an elog message.Thomas G. Lockhart1997-12-091-2/+2
| | | | Most other messages do not have one.
* More VARHDRSZ additions.Bruce Momjian1997-12-081-2/+2
|
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-061-2/+2
|
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-8/+9
|
* Remove tqual.h includes not needed.Bruce Momjian1997-11-242-2/+2
|
* Remove archive stuff.Bruce Momjian1997-11-211-2/+2
|
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-207-53/+36
|
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-028-585/+37
|
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-2/+2
|
* Fix multi-column index scans in internal pages.Vadim B. Mikheev1997-10-221-3/+9
|
* Coerce type of NULL pointer return to suppress gcc compiler warnings.Thomas G. Lockhart1997-09-241-3/+3
|
* +#include <access/xact.h>Vadim B. Mikheev1997-09-221-2/+2
|
* Inline memset() as MemSet().Bruce Momjian1997-09-1811-32/+32
|
* Inline frequently called functions.Bruce Momjian1997-09-182-144/+21
|
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-124-49/+47
|
* Cleanup for array fix patch.Bruce Momjian1997-09-101-2/+4
|
* Fix for arrays.Bruce Momjian1997-09-101-1/+5
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-0826-175/+175
|
* Add typdefs to pgindent run.Bruce Momjian1997-09-0816-74/+75
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-0843-2681/+2689
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-0745-17867/+19150
|
* TupleUpdatedByCurXactAndCmd () changed due toVadim B. Mikheev1997-08-291-2/+2
| | | | | | Fix very old bug which made tuples changed/inserted by a commnd visible to command itself (so we had multiple update of updated tuples, etc).
* Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev1997-08-291-1/+41
| | | | | visible to command itself (so we had multiple update of updated tuples, etc).
* heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev1997-08-271-7/+9
|
* Inlined heap_getattr().Bruce Momjian1997-08-264-67/+16
|
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-242-22/+19
|
* Remove compile warning.Bruce Momjian1997-08-221-1/+6
|
* CreateTupleDescCopy don't copy constraints now!Vadim B. Mikheev1997-08-221-14/+161
| | | | | + CreateTupleDescCopyConstr to copy them too. + FreeTupleDesc
* Name change cleanup.Bruce Momjian1997-08-211-2/+2
|
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-211-5/+5
|
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-211-2/+2
|
* Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev1997-08-211-6/+4
| | | | from pg_attribute. atthasdef added.
* More NOT_USEDsBruce Momjian1997-08-201-5/+2
|
* HTNegate/HTCommute/HTNegateCommute are not used.Vadim B. Mikheev1997-08-201-2/+2
|
* Make functions static where possible, enclose unused functions in #ifdef ↵Bruce Momjian1997-08-1921-100/+198
| | | | NOT_USED.
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-191-2/+17
|
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-183-27/+19
|
* _hash_checkpage: cleanup for CASSERTVadim B. Mikheev1997-08-141-5/+5
|
* These changes allow the module to compile quietly when assert checking isBruce Momjian1997-08-121-6/+5
| | | | not being done.
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-1214-63/+63
|
* Catch non-functional delete attempts.Vadim B. Mikheev1997-08-061-1/+14
|
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-031-2/+2
|
* _hash_first: release buf & metabuf if no tuples found for a key.Vadim B. Mikheev1997-06-281-1/+5
|
* Someone forgot about aligning in fastgetiattr()...Vadim B. Mikheev1997-06-121-34/+63
|
* Compare 'char' and 'text' lexicographically.Vadim B. Mikheev1997-06-111-6/+5
|