aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-24
* Translation updatesDennis Bjorklund2004-01-24
* Repair planner failure for cases involving Cartesian products insideTom Lane2004-01-24
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-23
* Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway2004-01-23
* Remove ExpandDatabasePath(), which is unused and must have been so sinceTom Lane2004-01-22
* Translation updatesDennis Bjorklund2004-01-22
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-22
* Correct error introduced in recent hasoids changes --- it's not a boolTom Lane2004-01-22
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-21
* If we don't have shared libraries, we don't have conversions. MakeTom Lane2004-01-21
* Fix bit-rot in support for building with --disable-shared. This patchTom Lane2004-01-21
* Translation updatesDennis Bjorklund2004-01-21
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Fix typo.Peter Eisentraut2004-01-19
* Don't return an overoptimistic result from join_in_selectivity whenTom Lane2004-01-19
* Recognize that IN subqueries return already-unique results if they useTom Lane2004-01-19
* Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane2004-01-19
* Don't use %s-with-precision format spec to truncate data being displayedTom Lane2004-01-18
* When testing whether a sub-plan can do projection, use a general-purposeTom Lane2004-01-18
* Repair misestimation of indexscan CPU costs. When an indexqual containsTom Lane2004-01-17
* Tighten short-circuit tests for deciding whether we need to invokeTom Lane2004-01-16
* Adjusted calculation of shared memory requirements to newJan Wieck2004-01-15
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* pg_settings should have UPDATE privilege allowed to public.Tom Lane2004-01-14
* The no-updates-to-system-catalogs-unless-usecatupd restriction shouldTom Lane2004-01-14
* Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane2004-01-14
* Fix another place that wasn't maintaining AND/OR flatness of anTom Lane2004-01-12
* Preserve AND/OR flatness during eval_const_expressions(). This seems aTom Lane2004-01-12
* Translation updatesDennis Bjorklund2004-01-11
* Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list ofNeil Conway2004-01-11
* Drops in the CreateProcess calls for Win32 (essentially wrapping up theBruce Momjian2004-01-11
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* Improve has_nullable_targetlist() to allow strict functions of simpleTom Lane2004-01-10
* Translation updatesDennis Bjorklund2004-01-10
* Translation updatesDennis Bjorklund2004-01-10
* Allow BEGIN WORK to specify transaction isolation level, like STARTBruce Momjian2004-01-10
* Fix subquery pullup logic to not be fooled when a view that appearsTom Lane2004-01-10
* Remove ereport() from failed connection; already done, per Tom.Bruce Momjian2004-01-09
* Fix for cancel key restarting postmaster, from ClaudioBruce Momjian2004-01-09
* Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian2004-01-09
* Add WIN32 pipe implementation that uses sockets.Bruce Momjian2004-01-09
* Remove duplicate include of value.h. I think it got in because Tom and I bot...Bruce Momjian2004-01-09
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-09
* [Forced commit to add log message that I fat-fingered last time]Tom Lane2004-01-08
* makeTom Lane2004-01-07
* Make some improvements in the intelligence of the partial-indexTom Lane2004-01-07
* Add missing inclusion of nodes/value.h.Tom Lane2004-01-07
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-07