| Commit message (Expand) | Author | Age |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Fix compile problem with Win32 macro used inside another macro. | Bruce Momjian | 2003-04-05 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 |
* | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 |
* | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 |
* | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 |
* | Tweak a few of the most heavily used function call points to zero out | Tom Lane | 2002-10-04 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane | 2002-08-30 |
* | Fix for breakage of C-coded SRFs, from Joe Conway. | Tom Lane | 2002-08-30 |
* | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 |
* | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane | 2002-08-29 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut | 2002-08-13 |
* | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian | 2002-07-18 |
* | Add missing SRF file. | Bruce Momjian | 2002-06-20 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian | 2002-06-20 |
* | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut | 2002-05-18 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 |
* | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian | 2002-03-05 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | Plug memory leaks introduced by dynamic-search-path changes. | Tom Lane | 2001-10-04 |
* | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut | 2001-09-16 |
* | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 |
* | Make sure fmgr_info() fills in fn_oid last, so that no partially | Peter Eisentraut | 2001-05-19 |
* | Allow special '$libdir' macro to show up in object file path in CREATE | Peter Eisentraut | 2001-05-19 |
* | Add dynamic_library_path parameter and automatic appending of shared | Peter Eisentraut | 2001-05-17 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 |
* | Fix typo. | Tom Lane | 2000-11-19 |
* | Update README with proposed new method for determining calling convention | Tom Lane | 2000-11-19 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 |
* | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 |
* | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |