Commits

Showing commits that first shipped in 7.3 (backpatches included). Clear

DateSubjectAuthorReleases
2003-05-10 Adjust CreateCheckpoint so that buffer dumping activities and cleanup of Tom Lane 7.3.3
2003-05-04 Allow 60 in seconds fields of timestamp, time, interval input values. Tom Lane 7.3.3
2003-05-04 When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than our Tom Lane 7.3.3
2003-05-03 Fix erroneous space calculation leading to core dump in dumpProcLangs, Tom Lane 7.3.3
2003-04-26 Repair permissions problem in RI triggers: query parsing has to be done Tom Lane 7.3.3
2003-04-26 Correct oversight in createlang: test for pre-existing handler function Tom Lane 7.3.3
2003-04-25 Back-patch fixes for zero-column tables in COPY, pg_dump. Tom Lane 7.3.3
2003-04-25 Make [VACUUM] ANALYZE safe on zero-column tables. Tom Lane 7.3.3
2003-04-23 Fix misbehavior of func_error() on type names containing '%'. Tom Lane 7.3.3
2003-04-23 Fix misbehavior of replace() on strings containing '%'. Tom Lane 7.3.3
2003-04-21 Prevent palloc(0) error when parent table has zero columns. Tom Lane 7.3.3
2003-04-20 Fix char-vs-pg_wchar confusion in p_ere(), per failure report from Tom Lane 7.3.3
2003-04-17 Fix abstime-to-time cast function, which has had broken implementation Tom Lane 7.3.3
2003-04-16 Fix stupid oversight ... Tom Lane 7.3.3
2003-04-15 eqjoinsel's logic for case where MCV lists are not present should Tom Lane 7.3.3
2003-04-13 Second try at avoiding conflicts with system isblank(). Tom Lane 7.3.3
2003-04-12 Guard against macro versions of isblank(). Tom Lane 7.3.3
2003-04-10 Fix error recovery for SSL_read/SSL_write calls. Tom Lane 7.3.3
2003-04-10 Remove premature attempt to constant-fold type coercion expressions. Tom Lane 7.3.3
2003-04-04 Back-patch changes to validate page header fields immediately after Tom Lane 7.3.3
2003-04-03 Repair incorrect checking of grouped/ungrouped variables in the presence Tom Lane 7.3.3
2003-04-02 Fix buffer overrun in to_ascii(), per report from Guido Notari. Tom Lane 7.3.3
2003-03-31 TestConfiguration returns int, not bool. This mistake is relatively Tom Lane 7.3.3
2003-03-27 Fix bogus coding of SET DEFAULT ri triggers ... or at least make it less Tom Lane 7.3.3
2003-03-27 GetTupleForTrigger must use outer transaction's command counter for time Tom Lane 7.3.3