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