| Commit message (Expand) | Author | Age |
* | 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 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev | 1997-08-19 |
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 |
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 |
* | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 |
* | Fix problems with pg_dump for iheritance, sequences, archive tables. | Bruce Momjian | 1997-07-23 |
* | heap_destroy() now calls RelationForgetRelation() to really flush | Vadim B. Mikheev | 1997-06-04 |
* | Check for attributeList is NULL in ConstructTupleDescriptor (). | Vadim B. Mikheev | 1997-04-05 |
* | Hack for heap_creat to enable relkind to be 'S' for sequences. | Vadim B. Mikheev | 1997-04-02 |
* | Added call to heap_endscan in IndexIsUniqueNoCache - to release | Vadim B. Mikheev | 1997-03-27 |
* | Setting index' attributes attcacheoff to -1 in index_create(). | Vadim B. Mikheev | 1997-03-24 |