Age | Commit message (Expand) | Author |
2002-12-13 | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-04-27 | Restructure aclcheck error reporting to make permission-failure | Tom Lane |
2002-04-21 | Restructure AclItem representation so that we can have more than eight | Tom Lane |
2002-02-18 | Privileges on functions and procedural languages | Peter Eisentraut |
2001-10-06 | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane |
2001-09-21 | Quick-and-dirty fix for recursive plpgsql functions, per bug report from | Tom Lane |
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-08-24 | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane |
2000-08-11 | Remove debugging Assert that should never have been committed in the | Tom Lane |
2000-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
2000-07-12 | First stage of reclaiming memory in executor by resetting short-term | Tom Lane |
2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
2000-06-06 | init_fcache was being careless about using SearchSysCacheTuple result | Tom Lane |
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-01-26 | Add: | Bruce Momjian |
2000-01-23 | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane |
1999-11-22 | Add system indexes to match all caches. | 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-05-10 | Change error messages to oids come out as %u and not %d. Change has no | 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 |
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 | 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-07-26 | From: [email protected] | Marc G. Fournier |
1998-07-24 | I really hope that I haven't missed anything in this one... | Marc G. Fournier |
1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
1998-01-15 | Thank god for searchable mail archives. | PostgreSQL Daemon |
1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian |
1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
1997-09-08 | 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-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
1996-11-10 | All external function definitions now have prototypes that are checked. | Bruce Momjian |
1996-11-06 | Another directory that compiles with no errors, and few warnings | Marc G. Fournier |
1996-11-03 | Produce a clean compile of backend... | Marc G. Fournier |
1996-07-09 | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier |