Age | Commit message (Expand) | Author |
2002-10-18 | Make 'dummy' declarations in header files be 'extern int no_such_variable' | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
2002-08-10 | This patch removes a lot of unused code related to assertions and | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-03 | Consistently use gcc's __attribute__((format)) to check sprintf-style | Tom Lane |
2001-08-24 | c.h needs to include postgres_ext.h to be self-contained. | Peter Eisentraut |
2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
2001-03-23 | Mark exception and assert global variables as DLLIMPORT, so that plpgsql | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-07-31 | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane |
2000-07-03 | TOAST | Jan Wieck |
2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
2000-06-02 | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian |
2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
2000-01-26 | Add: | Bruce Momjian |
2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
2000-01-10 | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian |
2000-01-10 | Move fixes for >8 indexed fields. | Bruce Momjian |
2000-01-10 | Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users. | Bruce Momjian |
1999-12-21 | Added empty TOASTER files and corrected some minor glitches | Jan Wieck |
1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian |
1999-11-04 | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue |
1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
1999-07-17 | More config.h cleanups. | Bruce Momjian |
1999-07-16 | More cleanup | Bruce Momjian |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
1999-06-10 | This patch should enable 6.5 to build on Motorola 68000 architecture. | Bruce Momjian |
1999-05-03 | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian |
1999-03-25 | Clean up att_align calculations so that XXXALIGN macros | Tom Lane |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
1998-07-03 | Hello! | Bruce Momjian |
1998-04-26 | Re-apply Darren's char2-16 removal code. | Bruce Momjian |
1998-04-07 | Back out char2-char16 removal. Add later. | Bruce Momjian |
1998-03-30 | The following uuencoded, gzip'd file will ... | Bruce Momjian |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |