Commit Graph

30 Commits (78821799949dc0c96ff2c9071902cddb0e7a7e5a)

Author SHA1 Message Date
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
Bruce Momjian 8a093d0ae3 Make number of args to a function configurable. 26 years ago
Bruce Momjian b78769fda2 Fix it's and its to be correct. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 26 years ago
Bruce Momjian 278bbf4572 Make functions static or NOT_USED as appropriate. 26 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Tom Lane 09c5e84072 Change elog(ERROR) to get back to main loop via a plain sigsetjmp, 27 years ago
Vadim B. Mikheev 971175fa0c New HeapTuple structure/interface. 27 years ago
Bruce Momjian 40703f282a There where a few more problems fixed by the patch below. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier a71a80b0f2 From: Jan Wieck <jwieck@debis.com> 28 years ago