Age | Commit message (Expand) | Author |
2007-08-27 | Remove the 'not in' operator (!!=). This was a hangover from Berkeley | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-03-23 | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-05-27 | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-11 | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
2002-03-30 | Further cleanups for relations in schemas: teach nextval and other | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-07-07 | Fix misuse of StrNCpy to copy and add null to non-null-terminated data. | Tom Lane |
2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |
2000-01-26 | Add: | Bruce Momjian |
1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
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-05-25 | pgindent run over code. | Bruce Momjian |
1999-03-15 | Fix brain death in !!= operator ... it's still pretty bogus | 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-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
1998-01-31 | Inline fastgetattr and others so data access does not use function | Bruce Momjian |
1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
1997-09-12 | heapattr functions now return a Datum, not char *. | Bruce Momjian |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian |
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian |
1996-11-06 | Some compile failure fixes from Keith Parks <[email protected]> | Marc G. Fournier |
1996-07-09 | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier |