| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a dozen or so places that were passing unpredictable data strings | Tom Lane | 2002-11-22 | 1 | -2/+2 |
* | Fix within-function memory leaks in the various PLs' interfaces to | Tom Lane | 2002-10-19 | 1 | -3/+6 |
* | I have attached two patches as per: | Bruce Momjian | 2002-10-14 | 1 | -24/+46 |
* | Back out /pl memory leak patch. Wait for new version. | Bruce Momjian | 2002-09-26 | 1 | -11/+1 |
* | I have attached the pltcl patch again, just in case. For the sake of clarity | Bruce Momjian | 2002-09-26 | 1 | -1/+11 |
* | Provide an upgrade strategy for dump files containing functions declared | Tom Lane | 2002-09-21 | 1 | -3/+2 |
* | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -12/+37 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -2/+2 |
* | Fix typo (PG_UNICODE -> PG_UTF8) | Tatsuo Ishii | 2002-07-18 | 1 | -3/+3 |
* | Fix breakage for pltcl modules. pg_get_enconv_by_encoding() has been | Tatsuo Ishii | 2002-07-18 | 1 | -15/+3 |
* | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian | 2002-06-15 | 1 | -5/+5 |
* | Fix coding error in UTF conversion. | Tom Lane | 2002-05-24 | 1 | -3/+5 |
* | Add 'volatile' to suppress gcc warning. Not sure why this warning | Tom Lane | 2002-05-24 | 1 | -2/+2 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -13/+11 |
* | Add new elog() levels to stored procedure languages. plperl DEBUG hack | Bruce Momjian | 2002-03-06 | 1 | -4/+6 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -5/+7 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -2/+2 |
* | pltcl's spi_execp didn't handle NULL arguments quite correctly. | Tom Lane | 2002-01-24 | 1 | -49/+23 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -4/+4 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -33/+36 |
* | Fix a lot of confusion between typlen and typmod. Didn't hurt too much | Tom Lane | 2001-10-19 | 1 | -30/+28 |
* | Fix pltcl to update cached function def after | Tom Lane | 2001-10-19 | 1 | -389/+311 |
* | Attached patch for unconditional enabling of pltcl-unknown support. | Bruce Momjian | 2001-10-13 | 1 | -9/+1 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 1 | -9/+5 |
* | elog command need to use unicode conversion too. | Bruce Momjian | 2001-10-04 | 1 | -2/+4 |
* | This patch adds reporting of tcl global variable errorInfo | Bruce Momjian | 2001-10-04 | 1 | -3/+11 |
* | > > > > > - PostgreSQL requires to be compiled with --enable-multibyte | Bruce Momjian | 2001-10-01 | 1 | -8/+37 |
* | Next version of patch. | Bruce Momjian | 2001-09-06 | 1 | -12/+46 |
* | I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql d... | Bruce Momjian | 2001-08-02 | 1 | -2/+21 |
* | Fix a few missed NOIND usages. | Tom Lane | 2001-06-09 | 1 | -3/+1 |
* | pltcl, plperl, and plpython all suffer the same bug previously fixed | Tom Lane | 2001-06-01 | 1 | -5/+26 |
* | Cleanups of pltcl unknown thingy. | Peter Eisentraut | 2001-05-11 | 1 | -8/+9 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -44/+44 |
* | > Applied. Thanks. | Bruce Momjian | 2001-03-07 | 1 | -2/+2 |
* | Fix bugs in pltcl's new return_null command: it was liable to go belly up | Tom Lane | 2001-02-16 | 1 | -20/+41 |
* | Improve error message for erroneous use of 'opaque' as pltcl argument | Tom Lane | 2000-12-08 | 1 | -5/+12 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 1 | -1/+8 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -27/+42 |
* | Added untrusted PL/TclU (pltclu) language. Executes all procedures | Jan Wieck | 2000-07-19 | 1 | -118/+251 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -3/+5 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -2/+3 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -31/+24 |
* | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 1 | -11/+5 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -48/+44 |
* | Cast parameters to ckfree to (char *) to suppress compiler warnings. | Tom Lane | 2000-05-23 | 1 | -9/+9 |
* | Show failing OID in 'cache lookup failed' messages; | Tom Lane | 2000-04-16 | 1 | -11/+15 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -13/+13 |
* | Add 'volatile' declarations to silence gcc warnings about longjmp. | Tom Lane | 2000-02-27 | 1 | -13/+13 |
* | Fix a passel of problems with incorrect calls to typinput and typoutput | Tom Lane | 2000-01-15 | 1 | -9/+4 |