Commits

DateSubjectAuthorReleases
2001-01-24 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. Bruce Momjian 7.1.1
2000-07-12 First stage of reclaiming memory in executor by resetting short-term Tom Lane 7.1.1
2000-05-30 Remove unused include files. Do not touch /port or includes used by defines. Bruce Momjian 7.1.1
2000-04-12 Ye-old pgindent run. Same 4-space tabs. Bruce Momjian 7.1.1
2000-01-27 Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now Tom Lane 7.1.1
2000-01-26 Add: Bruce Momjian 7.1.1
1999-11-07 New NameStr macro to convert Name to Str. No need for var.data anymore. Bruce Momjian 7.1.1
1999-07-17 Move some system includes into c.h, and remove duplicates. Bruce Momjian 7.1.1
1999-07-16 Final cleanup. Bruce Momjian 7.1.1
1999-07-16 Update #include cleanups Bruce Momjian 7.1.1
1999-07-15 Remove unused #includes in *.c files. Bruce Momjian 7.1.1
1999-02-13 Change my-function-name-- to my_function_name, and optimizer renames. Bruce Momjian 7.1.1
1999-01-24 Replace typtoout() and gettypelem() with a single routine, Tom Lane 7.1.1
1998-11-27 New HeapTuple structure/interface. Vadim B. Mikheev 7.1.1
1998-02-26 pgindent run before 6.3 release, with Thomas' requested changes. Bruce Momjian 7.1.1
1998-02-23 ExecReScan for Unique & Sort nodes. Vadim B. Mikheev 7.1.1
1998-02-18 New nodeGroup.c code uses own copy of first tuple in a group. Vadim B. Mikheev 7.1.1
1998-02-10 Pass around typmod as int16. Bruce Momjian 7.1.1
1998-02-10 Pass attypmod through to executor by adding to Var and Resdom. Bruce Momjian 7.1.1
1998-01-31 Inline fastgetattr and others so data access does not use function Bruce Momjian 7.1.1
1997-09-12 heapattr functions now return a Datum, not char *. Bruce Momjian 7.1.1
1997-09-08 Used modified version of indent that understands over 100 typedefs. Bruce Momjian 7.1.1
1997-09-08 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. Bruce Momjian 7.1.1
1997-09-07 Massive commit to run PGINDENT on all *.c and *.h files. Bruce Momjian 7.1.1
1997-08-26 Inlined heap_getattr(). Bruce Momjian 7.1.1