aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane2003-05-22
* Back-patch Jan's fix to avoid primary key lookup (and lock) if foreign keyTom Lane2003-05-21
* Back-patch change to avoid O(N^2) behavior with lots of deferred triggers,Tom Lane2003-05-19
* Apply fixes for problems with dropped columns whose types have also beenTom Lane2003-05-12
* Adjust CreateCheckpoint so that buffer dumping activities and cleanup ofTom Lane2003-05-10
* Allow 60 in seconds fields of timestamp, time, interval input values.Tom Lane2003-05-04
* When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than ourTom Lane2003-05-04
* Repair permissions problem in RI triggers: query parsing has to be doneTom Lane2003-04-26
* Back-patch fixes for zero-column tables in COPY, pg_dump.Tom Lane2003-04-25
* Make [VACUUM] ANALYZE safe on zero-column tables.Tom Lane2003-04-25
* Fix misbehavior of func_error() on type names containing '%'.Tom Lane2003-04-23
* Fix misbehavior of replace() on strings containing '%'.Tom Lane2003-04-23
* Prevent palloc(0) error when parent table has zero columns.Tom Lane2003-04-21
* Fix char-vs-pg_wchar confusion in p_ere(), per failure report fromTom Lane2003-04-20
* Fix stupid oversight ...Tom Lane2003-04-16
* eqjoinsel's logic for case where MCV lists are not present shouldTom Lane2003-04-15
* Second try at avoiding conflicts with system isblank().Tom Lane2003-04-13
* Guard against macro versions of isblank().Tom Lane2003-04-12
* Fix encoding conversion function bug.Tatsuo Ishii2003-04-12
* Fix error recovery for SSL_read/SSL_write calls.Tom Lane2003-04-10
* Remove premature attempt to constant-fold type coercion expressions.Tom Lane2003-04-10
* Back-patch changes to validate page header fields immediately afterTom Lane2003-04-04
* Repair incorrect checking of grouped/ungrouped variables in the presenceTom Lane2003-04-03
* Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane2003-04-02
* TestConfiguration returns int, not bool. This mistake is relativelyTom Lane2003-03-31
* Properly document default value of log_min_error_statement in postgresql.conf.Bruce Momjian2003-03-30
* Backpatch SSL return value changes.Bruce Momjian2003-03-30
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-29
* Fix bogus coding of SET DEFAULT ri triggers ... or at least make it lessTom Lane2003-03-27
* GetTupleForTrigger must use outer transaction's command counter for timeTom Lane2003-03-27
* Band-aid patch for Shraibman's 'out of free buffers' bug: disable theTom Lane2003-03-23
* Tweak selectivity and related routines to cope with domains. Per reportTom Lane2003-03-23
* Prevent infinite loop in ln_var() due to roundoff error.Tom Lane2003-03-14
* GROUP BY got confused if there were multiple equal() GROUP BY items.Tom Lane2003-03-13
* Tweak dependency code to suppress NOTICEs generated by new method forTom Lane2003-03-06
* Repair bug reported by Laurent Perez: bad plan generated when UPDATE orTom Lane2003-03-05
* Prevent clustering on incomplete indexes: partial indexes are verboten,Tom Lane2003-03-03
* Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zoneTom Lane2003-02-27
* If a shutdown request comes in while we're still starting up, don'tTom Lane2003-02-23
* Repair nasty oversight in bt_split: if the index is temporary, we weren'tTom Lane2003-02-21
* Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane2003-02-20
* Back patch for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* Async_NotifyHandler must save and restore ImmediateInterruptOK. FixesTom Lane2003-02-18
* Fix SPI result logic for case where there are multiple statements of theTom Lane2003-02-14
* Parser was dropping foreign-key constraints on the floor if present inTom Lane2003-02-13
* Repair rule permissions-checking bug reported by Tim Burgess 10-Feb-02:Tom Lane2003-02-13
* Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case.Tom Lane2003-02-13
* Use a varno not chosen at random for dummy variables in the top-levelTom Lane2003-02-11
* Revise mechanism for getting rid of temp tables at backend shutdown.Tom Lane2003-02-07
* Avoid generating relid lists with duplicate entries. Fixes bugsTom Lane2003-02-07