| Commit message (Expand) | Author | Age |
* | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck | 2004-01-24 |
* | Translation updates | Dennis Bjorklund | 2004-01-24 |
* | Repair planner failure for cases involving Cartesian products inside | Tom Lane | 2004-01-24 |
* | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane | 2004-01-23 |
* | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway | 2004-01-23 |
* | Remove ExpandDatabasePath(), which is unused and must have been so since | Tom Lane | 2004-01-22 |
* | Translation updates | Dennis Bjorklund | 2004-01-22 |
* | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane | 2004-01-22 |
* | Correct error introduced in recent hasoids changes --- it's not a bool | Tom Lane | 2004-01-22 |
* | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane | 2004-01-21 |
* | If we don't have shared libraries, we don't have conversions. Make | Tom Lane | 2004-01-21 |
* | Fix bit-rot in support for building with --disable-shared. This patch | Tom Lane | 2004-01-21 |
* | Translation updates | Dennis Bjorklund | 2004-01-21 |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 |
* | Fix typo. | Peter Eisentraut | 2004-01-19 |
* | Don't return an overoptimistic result from join_in_selectivity when | Tom Lane | 2004-01-19 |
* | Recognize that IN subqueries return already-unique results if they use | Tom Lane | 2004-01-19 |
* | Add a hash table to cache lookups of 'C'-language functions (that is, | Tom Lane | 2004-01-19 |
* | Don't use %s-with-precision format spec to truncate data being displayed | Tom Lane | 2004-01-18 |
* | When testing whether a sub-plan can do projection, use a general-purpose | Tom Lane | 2004-01-18 |
* | Repair misestimation of indexscan CPU costs. When an indexqual contains | Tom Lane | 2004-01-17 |
* | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane | 2004-01-16 |
* | Adjusted calculation of shared memory requirements to new | Jan Wieck | 2004-01-15 |
* | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 |
* | pg_settings should have UPDATE privilege allowed to public. | Tom Lane | 2004-01-14 |
* | The no-updates-to-system-catalogs-unless-usecatupd restriction should | Tom Lane | 2004-01-14 |
* | Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of | Tom Lane | 2004-01-14 |
* | Fix another place that wasn't maintaining AND/OR flatness of an | Tom Lane | 2004-01-12 |
* | Preserve AND/OR flatness during eval_const_expressions(). This seems a | Tom Lane | 2004-01-12 |
* | Translation updates | Dennis Bjorklund | 2004-01-11 |
* | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of | Neil Conway | 2004-01-11 |
* | Drops in the CreateProcess calls for Win32 (essentially wrapping up the | Bruce Momjian | 2004-01-11 |
* | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 |
* | Improve has_nullable_targetlist() to allow strict functions of simple | Tom Lane | 2004-01-10 |
* | Translation updates | Dennis Bjorklund | 2004-01-10 |
* | Translation updates | Dennis Bjorklund | 2004-01-10 |
* | Allow BEGIN WORK to specify transaction isolation level, like START | Bruce Momjian | 2004-01-10 |
* | Fix subquery pullup logic to not be fooled when a view that appears | Tom Lane | 2004-01-10 |
* | Remove ereport() from failed connection; already done, per Tom. | Bruce Momjian | 2004-01-09 |
* | Fix for cancel key restarting postmaster, from Claudio | Bruce Momjian | 2004-01-09 |
* | Change PG_DELAY from msec to usec and use it consistenly rather than | Bruce Momjian | 2004-01-09 |
* | Add WIN32 pipe implementation that uses sockets. | Bruce Momjian | 2004-01-09 |
* | Remove duplicate include of value.h. I think it got in because Tom and I bot... | Bruce Momjian | 2004-01-09 |
* | Allow libpq to do thread-safe SIGPIPE handling. This allows it to | Bruce Momjian | 2004-01-09 |
* | [Forced commit to add log message that I fat-fingered last time] | Tom Lane | 2004-01-08 |
* | make | Tom Lane | 2004-01-07 |
* | Make some improvements in the intelligence of the partial-index | Tom Lane | 2004-01-07 |
* | Add missing inclusion of nodes/value.h. | Tom Lane | 2004-01-07 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway | 2004-01-07 |