Commit Graph

49 Commits (166300f318f5b4795c0f7679144a1c23c0118163)

Author SHA1 Message Date
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Tom Lane a393fbf937 Restructure error handling as recently discussed. It is now really 21 years ago
Bruce Momjian 8d3517dc1f The attached patch allows 'select foo()' as well as 'select * from 21 years ago
Bruce Momjian 96b9dc1aef The attached patch, which incorporates the previous one sent and 21 years ago
Joe Conway 1732cb0dbe plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt's 21 years ago
Tom Lane c541bb86e9 Infrastructure for I/O of composite types: arrange for the I/O routines 21 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 22 years ago
Tom Lane a77e32d7c5 Apply the core parts of Dennis Bjorklund's patch to allow function 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane fe055e9280 Looks like plperl has same bug as pltcl. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 8b1ea2f58b Cause library-preload feature to report error if specified initialization 22 years ago
Tom Lane 3b04893ffc Error message editing in src/pl. The plpython module could use another 22 years ago
Tom Lane b5d0051ecf Fix multiple causes of breakage in plperl's error handling. 23 years ago
Tom Lane eb3adab568 Provide an upgrade strategy for dump files containing functions declared 23 years ago
Tom Lane 46eef3c1a3 Fix includes for plperl: ensure postgres.h is included first, 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 23 years ago
Bruce Momjian 3c35face41 This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in 23 years ago
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 23 years ago
Bruce Momjian 7d5edf2ba7 Add new elog() levels to stored procedure languages. plperl DEBUG hack 24 years ago
Tom Lane 989b7d66d8 Tweak plperl.c to compile against threaded Perls, per report from 24 years ago
Tom Lane a45641d8a4 Fix incorrect test for whether Perl code is returning undef. This 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 3a484d9e99 Fix plperl to discard cached function definition after CREATE OR 24 years ago
Tom Lane 85801a4dbd Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 24 years ago
Bruce Momjian 0ed7864d68 Well, after persuading cvsup and cvs that it _is_ possible to have local 24 years ago
Tom Lane 7c106621de Fix a few missed NOIND usages. 24 years ago
Tom Lane 7748e9e7e5 pltcl, plperl, and plpython all suffer the same bug previously fixed 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian de266c6d73 > > I have attached a simple change to src/pl/plperl/plperl.c to 25 years ago
Tom Lane 8d7c0851a3 Improve error message for erroneous use of 'opaque' as plperl argument 25 years ago
Tom Lane 5bb2300b59 Revise handling of oldstyle/newstyle functions per recent discussions 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane 1318342b6e Eliminate POLLUTE=1 hack for cross-Perl-version compatibility by using 25 years ago
Bruce Momjian 5c6fa5ee32 This patch, when applied in src/pl will unbreak plperl in 25 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 25 years ago
Tom Lane 48165ec226 Latest round of fmgr updates. All functions with bool,char, or int2 25 years ago
Tom Lane 0f1e39643d Third round of fmgr updates: eliminate calls using fmgr() and 25 years ago
Bruce Momjian 6c944bf3cc Cleanup of <> and "" 25 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 25 years ago
Tom Lane 0a7fb4e918 First round of changes for new fmgr interface. fmgr itself and the 25 years ago
Bruce Momjian fe922de3f7 Security fix for plperl. 26 years ago
Tom Lane 215c60dc21 Show failing OID in 'cache lookup failed' messages; 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane fac4f9a698 HP's compiler objects (quite rightly too) to 'static void foo();' 26 years ago
Bruce Momjian c5b02a7a26 Attached is a uuencoded tarball that contains 26 years ago
Bruce Momjian c02f1ead48 Well, I finally solved the linking problem 26 years ago
Tom Lane 584e646ad8 Fix a passel of problems with incorrect calls to typinput and typoutput 26 years ago