| Commit message (Expand) | Author | Age |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Another SELECT speedup: extract OIDs of column print functions | Tom Lane | 1999-01-27 |
* | Replace typtoout() and gettypelem() with a single routine, | Tom Lane | 1999-01-24 |
* | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 |
* | Serialized mode works! | Vadim B. Mikheev | 1998-12-16 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane | 1998-10-06 |
* | hash.h's use of BSHIFT conflicts with <sys/param.h> on my | Tom Lane | 1998-10-04 |
* | Fix for macro for AIX. | Bruce Momjian | 1998-09-08 |
* | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian | 1998-09-07 |
* | 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 |
* | index strategy cleanup | Bruce Momjian | 1998-08-11 |
* | Fix scan adjustment. | Vadim B. Mikheev | 1998-07-30 |
* | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 |
* | VariableCache (next XID generator) is placed in shmem. | Vadim B. Mikheev | 1998-07-21 |
* | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 |
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 |
* | Make new DISABLE_COMPLEX_MACRO for compilers that can't handle our | Bruce Momjian | 1998-06-14 |
* | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 |
* | Inline some small functions called for every row. | Bruce Momjian | 1998-04-24 |
* | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 |
* | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 |
* | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | 1998-03-01 |
* | index_markpos()/index_restrpos() are in use now. | Vadim B. Mikheev | 1998-02-26 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
* | Update now that attcacheoff initial value is -1 always. | Bruce Momjian | 1998-02-06 |
* | Reduce size of inlining. | Bruce Momjian | 1998-02-01 |
* | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 |
* | dummyret cleanup | Bruce Momjian | 1998-01-27 |
* | Deadlock ceallnup. | Bruce Momjian | 1998-01-27 |
* | Somehow the 'comment' here got messed up | Marc G. Fournier | 1998-01-25 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 |
* | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 |
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | Include transam.h to get NullTransactionId defined | Thomas G. Lockhart | 1997-11-07 |
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
* | No more warnings on macros, thanks VAdim. | Bruce Momjian | 1997-10-30 |
* | Inline frequently called functions. | Bruce Momjian | 1997-09-18 |
* | Add mention of heap_getattr() compiler warning. | Bruce Momjian | 1997-09-14 |
* | Fix heap_getattr bug I just added. | Bruce Momjian | 1997-09-12 |
* | Macro cleanup of heap_getattr. | Bruce Momjian | 1997-09-12 |
* | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 |