| Commit message (Expand) | Author | Age |
* | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 |
* | Add TEMPORARY sequences and have SERIAL on a temp table have a temporary | Bruce Momjian | 2001-06-23 |
* | Fix compile failure when --enable-multibyte. | Bruce Momjian | 2001-06-13 |
* | get_seq_name should truncate name to NAMEDATALEN, so that this works: | Tom Lane | 2001-06-06 |
* | Check for malloc failure. | Tom Lane | 2001-06-01 |
* | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 |
* | Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was | Tom Lane | 2001-05-10 |
* | Have to lock buffer while changing page' LSN. | Vadim B. Mikheev | 2001-04-04 |
* | Log sequence creation (to initialize magic number on recovery). | Vadim B. Mikheev | 2001-04-03 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Repair a number of places that didn't bother to check whether PageAddItem | Tom Lane | 2001-03-07 |
* | Added some comments to setval, setval_is_called and do_setval | Philip Warner | 2001-02-13 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | Add missing copyright and RCS identification header. | Tom Lane | 2000-12-08 |
* | Remove error check that disallowed setval() on a sequence with cache | Tom Lane | 2000-12-08 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev | 2000-12-03 |
* | XLOG stuff for sequences. | Vadim B. Mikheev | 2000-11-30 |
* | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 |
* | Fix prototype declaration based on patch from David Reid | Philip Warner | 2000-10-15 |
* | Added new SQL function setval(seq,val,bool) to restore is_called as well as v... | Philip Warner | 2000-10-11 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 |
* | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane | 2000-06-11 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | Revise init_sequence so that it doesn't leak memory if the requested | Tom Lane | 1999-12-31 |
* | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | The buffer overrun while creating sequences turns out to be a read | Bruce Momjian | 1998-03-30 |