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