Age | Commit message (Expand) | Author |
2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
2000-01-17 | Add .cvsignore so cvs update doesn't complain about derived | Tom Lane |
2000-01-16 | Included all yacc and lex files into the distribution. | Peter Eisentraut |
2000-01-15 | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane |
2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
2000-01-11 | Correct hardwired type information in bootstrap. | Tom Lane |
2000-01-10 | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian |
1999-12-20 | Required catalog changes for extended LONG attribute storage. | Jan Wieck |
1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
1999-12-16 | Update for QNX. | Bruce Momjian |
1999-12-16 | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian |
1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
1999-11-24 | Rename heap_replace to heap_update. | Bruce Momjian |
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-06 | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev |
1999-09-27 | Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. | Bruce Momjian |
1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
1999-09-11 | Eliminate token length assumption in scanstr(). | Tom Lane |
1999-07-19 | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-16 | Update #include cleanups | 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-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-10 | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian |
1999-04-20 | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane |
1999-03-25 | Clean up att_align calculations so that XXXALIGN macros | Tom Lane |
1999-03-17 | Add new postgres -O option to allow system table structure changes. | Bruce Momjian |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
1999-02-02 | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian |
1999-01-21 | The following patch finishes primary key support. Previously, when | Bruce Momjian |
1999-01-17 | Apply Win32 patch from Horak Daniel. | Bruce Momjian |
1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-08-24 | Fix bootstrap so it properly defines alignment of attributes. | Bruce Momjian |
1998-08-24 | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian |
1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
1998-08-06 | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian |
1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
1998-07-26 | From: t-ishii@sra.co.jp | Marc G. Fournier |
1998-07-24 | I really hope that I haven't missed anything in this one... | Marc G. Fournier |
1998-06-27 | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian |
1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
1998-05-29 | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian |