aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* This simple patch to catalog/pg_type.c fixes a buffer overrun. ItBruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-24
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Atttypmod cleanups.Bruce Momjian1998-02-07
* atttypmod now -1.Bruce Momjian1998-02-07
* FIx for atttypmod in system catalogs.Bruce Momjian1998-02-05
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* ABORT to ERROR in catalog/.Bruce Momjian1998-01-06
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-06
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-17
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-11
* Document pg_dump -z, clean up option list. Fix problem with libpq handling o...Bruce Momjian1997-12-01
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-28
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-28
* Re-order args for TypeCreate() to be clearer.Bruce Momjian1997-11-26
* Fix from Zeugswetter Andreas DBT for Sendproc.Bruce Momjian1997-11-26
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Archive cleanups.Bruce Momjian1997-11-21
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-15
* Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian1997-11-13
* File has moved to include/catalog.Bruce Momjian1997-11-12
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Use shared lock when building indicesVadim B. Mikheev1997-10-27
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* More cleanups for indent.Bruce Momjian1997-09-06
* Cleanup needed for indent.Bruce Momjian1997-09-06
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-05
* heap_destroy:RelationRemoveTriggers()Vadim B. Mikheev1997-09-04
* Indexing of pg_triggerVadim B. Mikheev1997-08-31
* Remove DEFAULT/CHECK infos from catalog on DROP TABLEVadim B. Mikheev1997-08-22
* Store attr DEFAULT info in heap_createVadim B. Mikheev1997-08-22
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-21
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal...Bruce Momjian1997-08-21
* Get rid of attproc, atttyparg, attcanindex, attdefrel, attboundVadim B. Mikheev1997-08-21