summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2002-08-06Add SQL99 CONVERT() function.Tatsuo Ishii
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-08-05Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane
2002-08-04Rename backend_pid to pg_backend_pid, move docs to monitoring section.Bruce Momjian
2002-08-04Fix obsolete comment.Tom Lane
2002-08-04Add guard code to protect from buffer overruns on long date/time inputThomas G. Lockhart
2002-08-04Allow bit string constants without fully-specified length declaration.Thomas G. Lockhart
2002-08-02When compiling with --enable-cassert, check for reference count leaksTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-31Rename pid function to backend_pid().Bruce Momjian
2002-07-31Add function to access backend pid, pg_stat_get_backend_mypid.Bruce Momjian
2002-07-30 This should fix a bug where a row that was updated orBruce Momjian
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2002-07-30Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian
2002-07-30This patch fixes one serious bug (runaway INSERT) and a few rare (andBruce Momjian
2002-07-30--enable-syslog no longer required to use syslog.Bruce Momjian
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-25Implement DROP CONVERSIONTatsuo Ishii
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-24Add Japanese README explaining how to add new conversion.Tatsuo Ishii
2002-07-20Code review for SHOW output changes; fix horology expected files forTom Lane
2002-07-20Fix problems caused by code drift of API for without-oids.Bruce Momjian
2002-07-20> 2. This patch includes the same Table Function API fixes that IBruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-20This patch fixes a regression caused by my recent changes to heapBruce Momjian
2002-07-19Oops. Too much ifdef out.Tatsuo Ishii
2002-07-19Temporary ifdef out migrating functions to avoid compiler warnings.Tatsuo Ishii
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Create directory before installing files.Peter Eisentraut
2002-07-18Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian
2002-07-18Finished the Between patch Christopher started.Bruce Momjian
2002-07-18Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-07-16Oops, sometimes strtol isn't called in pg_atoi, so we do need that badpBruce Momjian
2002-07-16Fix tid to in/out as unsigned.Bruce Momjian
2002-07-16Add conversion procs for CREATE CONVERSIONTatsuo Ishii
2002-07-16Mark 'line' as 'not implemented' in SGML and psql \dT, per ThomasBruce Momjian
2002-07-15Improve relcache.c error reporting for the next guy who has to debugBruce Momjian
2002-07-13Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-06I've fixed up the way domain constraints (not null and type length)Bruce Momjian
2002-07-04Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart
2002-06-21Remove Jan's copyright, with his approval.Bruce Momjian
2002-06-20Clean up some copyrights.Bruce Momjian
2002-06-20Add missing SRF file.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Here is a patch for Composite and Set returning function support. I madeBruce Momjian