| Commit message (Expand) | Author | Age |
* | Provide an upgrade strategy for dump files containing functions declared | Tom Lane | 2002-09-21 |
* | Fix includes for plperl: ensure postgres.h is included first, | Tom Lane | 2002-09-04 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Add new elog() levels to stored procedure languages. plperl DEBUG hack | Bruce Momjian | 2002-03-06 |
* | Tweak plperl.c to compile against threaded Perls, per report from | Tom Lane | 2002-01-24 |
* | Fix incorrect test for whether Perl code is returning undef. This | Tom Lane | 2002-01-24 |
* | 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 |
* | Fix plperl to discard cached function definition after CREATE OR | Tom Lane | 2001-10-19 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | Well, after persuading cvsup and cvs that it _is_ possible to have local | Bruce Momjian | 2001-06-18 |
* | Fix a few missed NOIND usages. | Tom Lane | 2001-06-09 |
* | pltcl, plperl, and plpython all suffer the same bug previously fixed | Tom Lane | 2001-06-01 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | > > I have attached a simple change to src/pl/plperl/plperl.c to | Bruce Momjian | 2001-01-19 |
* | Improve error message for erroneous use of 'opaque' as plperl argument | Tom Lane | 2000-12-08 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by using | Tom Lane | 2000-10-24 |
* | This patch, when applied in src/pl will unbreak plperl in | Bruce Momjian | 2000-09-12 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | 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 |
* | Cleanup of <> and "" | Bruce Momjian | 2000-05-29 |
* | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Security fix for plperl. | Bruce Momjian | 2000-04-18 |
* | Show failing OID in 'cache lookup failed' messages; | Tom Lane | 2000-04-16 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | HP's compiler objects (quite rightly too) to 'static void foo();' | Tom Lane | 2000-02-19 |
* | Attached is a uuencoded tarball that contains | Bruce Momjian | 2000-01-29 |
* | Well, I finally solved the linking problem | Bruce Momjian | 2000-01-20 |