aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian2002-07-30
* This patch fixes one serious bug (runaway INSERT) and a few rare (andBruce Momjian2002-07-30
* Move alarm timers to proper location.Bruce Momjian2002-07-30
* Make statement_timeout apply to entire query string, not per statement.Bruce Momjian2002-07-30
* --enable-syslog no longer required to use syslog.Bruce Momjian2002-07-30
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-29
* Use aclcheck_error() in place of ad-hoc permissions complaints.Tom Lane2002-07-29
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* Fix minor coding error: don't ReleaseSysCache until after last use ofTom Lane2002-07-29
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27
* Implement DROP CONVERSIONTatsuo Ishii2002-07-25
* Remove _deadcode.Peter Eisentraut2002-07-24
* Remove unused system table columns:Peter Eisentraut2002-07-24
* Add Japanese README explaining how to add new conversion.Tatsuo Ishii2002-07-24
* Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut2002-07-22
* Tweak CreateTrigger() so that the OID used in the name of anTom Lane2002-07-20
* Code review for SHOW output changes; fix horology expected files forTom Lane2002-07-20
* Fix problems caused by code drift of API for without-oids.Bruce Momjian2002-07-20
* The attached patch fixes 2 trivial warnings generated by bison 1.35,Bruce Momjian2002-07-20
* > 2. This patch includes the same Table Function API fixes that IBruce Momjian2002-07-20
* Patch problems caused by code drift since OID patch creation.Bruce Momjian2002-07-20
* Manually apply part of oid patch that didn't apply cleanly.Bruce Momjian2002-07-20
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* The attached patch fixes a build problem with GEQO when using theBruce Momjian2002-07-20
* This patch fixes a regression caused by my recent changes to heapBruce Momjian2002-07-20
* Small performance improvement --- use indexscan not heapscan to findTom Lane2002-07-19
* Complete TODO item:Bruce Momjian2002-07-19
* Oops. Too much ifdef out.Tatsuo Ishii2002-07-19
* Temporary ifdef out migrating functions to avoid compiler warnings.Tatsuo Ishii2002-07-19
* Complete TODO item:Bruce Momjian2002-07-19
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Complete TODO item:Bruce Momjian2002-07-18
* Create directory before installing files.Peter Eisentraut2002-07-18
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane2002-07-18
* REVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC;Bruce Momjian2002-07-18
* The attached patch (against HEAD) implementsBruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian2002-07-18
* Move libc replacement files from src/backend/port to src/port.Bruce Momjian2002-07-18
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-16
* Oops, sometimes strtol isn't called in pg_atoi, so we do need that badpBruce Momjian2002-07-16
* Fix tid to in/out as unsigned.Bruce Momjian2002-07-16
* Add conversion procs for CREATE CONVERSIONTatsuo Ishii2002-07-16
* Fix typoTatsuo Ishii2002-07-16
* Add FindDefaultConversionProcTatsuo Ishii2002-07-16
* Add code to extract dependencies from an expression tree, and use itTom Lane2002-07-16
* Add DLLINIT mention in port/Makefile.Bruce Momjian2002-07-16
* Move few remaining src/utils files to backend/port so everything is inBruce Momjian2002-07-16