summaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAgeFilesLines
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-023-39/+9
* Use shared lock when building indicesVadim B. Mikheev1997-10-271-2/+5
* Inline memset() as MemSet().Bruce Momjian1997-09-186-20/+20
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-087-45/+45
* Add typdefs to pgindent run.Bruce Momjian1997-09-082-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-088-484/+483
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-078-5253/+5513
* More cleanups for indent.Bruce Momjian1997-09-061-5/+12
* Cleanup needed for indent.Bruce Momjian1997-09-061-3/+3
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-051-3/+3
* heap_destroy:RelationRemoveTriggers()Vadim B. Mikheev1997-09-041-1/+6
* Indexing of pg_triggerVadim B. Mikheev1997-08-311-1/+4
* Remove DEFAULT/CHECK infos from catalog on DROP TABLEVadim B. Mikheev1997-08-222-33/+167
* Store attr DEFAULT info in heap_createVadim B. Mikheev1997-08-221-2/+117
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-211-4/+4
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal...Bruce Momjian1997-08-211-3/+3
* Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev1997-08-213-78/+49
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-192-13/+29
* NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev1997-08-192-25/+24
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-182-5/+5
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-124-16/+16
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-2/+1
* Fix problems with pg_dump for iheritance, sequences, archive tables.Bruce Momjian1997-07-231-2/+2
* heap_destroy() now calls RelationForgetRelation() to really flushVadim B. Mikheev1997-06-041-5/+11
* Check for attributeList is NULL in ConstructTupleDescriptor ().Vadim B. Mikheev1997-04-051-4/+8
* Hack for heap_creat to enable relkind to be 'S' for sequences.Vadim B. Mikheev1997-04-021-3/+7
* Added call to heap_endscan in IndexIsUniqueNoCache - to releaseVadim B. Mikheev1997-03-271-6/+6
* Setting index' attributes attcacheoff to -1 in index_create().Vadim B. Mikheev1997-03-241-1/+6
* Fix index_create for multi-column indicesVadim B. Mikheev1997-03-191-13/+27
* 1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just afterVadim B. Mikheev1997-01-201-8/+11
* heap_destroy () releases dirty buffers of a relation to beVadim B. Mikheev1997-01-141-2/+12
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-102-2/+6
* index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev1997-01-102-4/+4
* Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.Bruce Momjian1997-01-011-2/+3
* Fixed realloc for increasing tempRels list.Vadim B. Mikheev1996-12-311-2/+3
* In src/backend/catalog/pg_operator.c in OperatorDef, thereBruce Momjian1996-12-261-3/+3
* This patch changes quite a few instances of references of Oid'sBruce Momjian1996-11-303-9/+9
* Properly structure ProcedureNameIndexScan so it doesn't generateBryan Henderson1996-11-261-38/+53
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-133-49/+77
* Fixed double pfree on opaque.Bruce Momjian1996-11-111-3/+1
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-102-17/+19
* Another patch to quiet the compiler from D'ArcyMarc G. Fournier1996-11-081-4/+4
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-084-8/+16
* Another directory cleaned upMarc G. Fournier1996-11-067-167/+383
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-062-310/+50
* Makes it compile...still needs workMarc G. Fournier1996-11-055-5/+27
* first pass at cleaning up include filesMarc G. Fournier1996-11-039-70/+31
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-68/+62
* Fixes: Errors when PQexec() in backend creates tempMarc G. Fournier1996-10-241-3/+16
* Moved definition of MAXPATHLEN to config.hMarc G. Fournier1996-10-181-6/+1