| Commit message (Expand) | Author | Age |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Todo items: | Bruce Momjian | 2003-03-20 |
* | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian | 2003-03-20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Rename int4 to int32 in a few places. | Bruce Momjian | 2001-01-23 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | XLOG stuff for sequences. | Vadim B. Mikheev | 2000-11-30 |
* | Added new SQL function setval(seq,val,bool) to restore is_called as well as v... | Philip Warner | 2000-10-11 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane | 2000-06-11 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 |
* | Used modified version of indent that understands over 100 typedefs. | 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 |
* | Prototypes for sequence.c | Vadim B. Mikheev | 1997-04-02 |