| Commit message (Expand) | Author | Age |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Remove arbitrary limit on number of simultaneously open large objects. | Tom Lane | 2000-10-24 |
* | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 |
* | BACKED OUT. | Bruce Momjian | 2000-10-22 |
* | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 |
* | Back out: | Bruce Momjian | 2000-10-08 |
* | Hello, | Bruce Momjian | 2000-10-08 |
* | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 |
* | Fix misuse of StrNCpy to copy and add null to non-null-terminated data. | Tom Lane | 2000-07-07 |
* | TOAST | Jan Wieck | 2000-07-03 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 |
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | 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 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Add configurable option controlling security checks in LO functions. | Tom Lane | 1999-06-04 |
* | Clean up memory leaks in LO operations by freeing LO's private | Tom Lane | 1999-05-31 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | Running lo_read/lo_write under different memory context | Tatsuo Ishii | 1999-05-09 |
* | Fix some miscellaneous places that were using raw open() or | Tom Lane | 1999-05-09 |
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | Fix _lo_commit: core if LO memmory context was not created (LO were not used?) | Vadim B. Mikheev | 1998-07-22 |
* | Theses buffer leaks are caused by indexes that are kept open between | Bruce Momjian | 1998-07-21 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Cleanups for large objects, so file is trucated on open, fix for | Bruce Momjian | 1998-05-12 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | More VARHDRSZ additions. | Bruce Momjian | 1997-12-08 |
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 |
* | 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 |