Commit Graph

71 Commits (4bf3801d595eb2f8fefd0225855dcc9ea06f161b)

Author SHA1 Message Date
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 24 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 24 years ago
Bruce Momjian 3c35face41 This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in 24 years ago
Tom Lane d5e99ab4d6 pg_type has a typnamespace column; system now supports creating types 24 years ago
Bruce Momjian 7d5edf2ba7 Add new elog() levels to stored procedure languages. plperl DEBUG hack 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Tom Lane 1ca717f377 plpython security and error handling fixes, from 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 970a2d1c91 Rebuild cached function definition after CREATE OR REPLACE FUNCTION. 25 years ago
Tom Lane 85801a4dbd Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 25 years ago
Bruce Momjian 96471bf106 Using strtol() on int8 values (input parameters or result sets) in 25 years ago
Tom Lane 6d18c038b7 Fix a couple of stray // comments. 25 years ago
Bruce Momjian 148f94b98f I noticed that plpython does not make the relid available inside 25 years ago
Tom Lane 7748e9e7e5 pltcl, plperl, and plpython all suffer the same bug previously fixed 25 years ago
Bruce Momjian 06a8346c84 See attached for a small patch that enables plpython to build cleanly 25 years ago
Peter Eisentraut c51b00a213 PL/Python integration: support in create/droplang, add CVS keywords, 25 years ago
Bruce Momjian 0bef7ba549 Add plpython code. 25 years ago