| Commit message (Expand) | Author | Age |
* | Adjust time qual checking code so that we always check TransactionIdIsInProgress | Tom Lane | 2005-05-07 |
* | Make standalone backends ignore pg_database.datallowconn, so that there | Tom Lane | 2005-05-05 |
* | Alter the signature for encoding conversion functions to declare the | Tom Lane | 2005-05-03 |
* | Change tsearch2 to not use the unsafe practice of creating functions | Tom Lane | 2005-05-03 |
* | Make record_out and record_send extract type information from the passed | Tom Lane | 2005-04-30 |
* | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway | 2005-04-30 |
* | Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison | Tom Lane | 2005-04-23 |
* | Don't try to run clauseless index scans on index types that don't support | Tom Lane | 2005-04-20 |
* | Fix mis-display of negative fractional seconds in interval values for | Tom Lane | 2005-04-20 |
* | record_in and record_recv must be careful to return a separately | Tom Lane | 2005-04-18 |
* | Fix comment typo. | Bruce Momjian | 2005-04-15 |
* | Make equalTupleDescs() compare attlen/attbyval/attalign rather than | Tom Lane | 2005-04-14 |
* | Don't try to constant-fold functions returning RECORD, since the optimizer | Tom Lane | 2005-04-14 |
* | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 |
* | PersistHoldablePortal must establish the correct value for ActiveSnapshot | Tom Lane | 2005-04-11 |
* | Make constant-folding produce sane output for COALESCE(NULL,NULL), | Tom Lane | 2005-04-10 |
* | SQL functions returning pass-by-reference types were copying the results | Tom Lane | 2005-04-10 |
* | In cost_mergejoin, the early-exit effect should not apply to the | Tom Lane | 2005-04-04 |
* | Translation updates | Peter Eisentraut | 2005-04-02 |
* | Second try at making examine_variable and friends behave sanely in | Tom Lane | 2005-04-01 |
* | Fix wrong week returnded by date_trunc('week') for early dates in | Bruce Momjian | 2005-04-01 |
* | Flush any remaining statistics counts out to the collector at process | Tom Lane | 2005-03-31 |
* | Fix a pair of related issues with estimation of inequalities that involve | Tom Lane | 2005-03-26 |
* | Prevent to_char(interval) from dumping core on month-related formats | Tom Lane | 2005-03-26 |
* | Remove lazy_update_relstats; go back to having VACUUM just record the | Tom Lane | 2005-03-25 |
* | Fix two bugs in change_owner_recurse_to_sequences: it was grabbing an | Tom Lane | 2005-03-25 |
* | Add missing min/max parameters to DefineCustomIntVariable() and | Tom Lane | 2005-03-25 |
* | Fix to_date to behave reasonably when CC and YY fields are both used. | Tom Lane | 2005-03-25 |
* | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane | 2005-03-25 |
* | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane | 2005-03-24 |
* | Tweak planner to use a minimum size estimate of 10 pages for a | Tom Lane | 2005-03-24 |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | WAL must log CREATE and DROP DATABASE operations *without* using any | Tom Lane | 2005-03-23 |
* | Fix quote_ident to use quote_identifier rather than its own, not quite | Tom Lane | 2005-03-21 |
* | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane | 2005-03-18 |
* | Need to release buffer pins before attempting to drop files during | Tom Lane | 2005-03-18 |
* | Treat EPERM as a non-error case when checking to see if old postmaster | Tom Lane | 2005-03-18 |
* | Add missing include for new lc_ctype_is_c() function. | Bruce Momjian | 2005-03-16 |
* | Prevent locale-aware handling of upper, lower, and initcap when the | Bruce Momjian | 2005-03-16 |
* | Fix ALTER DATABASE RENAME to allow the operation if user is a superuser | Tom Lane | 2005-03-12 |
* | Fix problem with infinite recursion between write_syslogger_file and | Tom Lane | 2005-03-12 |
* | Replace ARC cache management algorithm with the similar but slightly | Tom Lane | 2005-03-03 |
* | Release proclock immediately in RemoveFromWaitQueue() if it represents | Tom Lane | 2005-03-01 |
* | Adjust OR indexscan logic to not generate redundant condition-free OR | Tom Lane | 2005-03-01 |
* | Revert the logic for expanding AND/OR conditions in pred_test() to what | Tom Lane | 2005-03-01 |
* | New arrangement to always let the bgwriter do checkpoints broke | Tom Lane | 2005-02-19 |
* | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane | 2005-02-19 |
* | ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. | Tom Lane | 2005-02-14 |
* | Translation updates | Peter Eisentraut | 2005-02-11 |
* | Fix SPI cursor support to allow scanning the results of utility commands | Tom Lane | 2005-02-10 |