| Commit message (Expand) | Author | Age |
* | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | Quick-and-dirty fix for recursive plpgsql functions, per bug report from | Tom Lane | 2001-09-21 |
* | 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 |
* | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 |
* | Remove debugging Assert that should never have been committed in the | Tom Lane | 2000-08-11 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | init_fcache was being careless about using SearchSysCacheTuple result | Tom Lane | 2000-06-06 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane | 2000-01-23 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | 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 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian | 1998-08-24 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 |
* | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 |
* | 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 |
* | 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 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 |
* | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | 1996-11-06 |
* | Produce a clean compile of backend... | Marc G. Fournier | 1996-11-03 |
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |