aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove temporary Windows-specific debugging code.Magnus Hagander2007-02-28
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Allow information schema definitions to work without requiring implicitPeter Eisentraut2007-02-27
* Get rid of the separate EState for subplans, and just let them share theTom Lane2007-02-27
* Put back copyObject() call I removed in a fit of brain fade. This oneTom Lane2007-02-25
* Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN toTom Lane2007-02-23
* Move BLCKSZ < 1024 check to guc.c.Bruce Momjian2007-02-23
* Change Agg and Group nodes so that Vars contained in their targetlistsTom Lane2007-02-22
* Fix bug I introduced in recent patch to make hash joins discard null tuplesTom Lane2007-02-22
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-22
* Update new optional VACUUM FULL hint for translations, per Alvaro.Bruce Momjian2007-02-21
* Move increase FSM warning to after lazy_truncate_heap() because theBruce Momjian2007-02-21
* btree source code cleanups:Bruce Momjian2007-02-21
* Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian2007-02-21
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-19
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-19
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-19
* Fix portal management code to support non-default command completion tags forTom Lane2007-02-18
* Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy andTom Lane2007-02-17
* Remove rint() for to_char MS and US output. We can't us rint() becauseBruce Momjian2007-02-17
* Cleanup of to_char() patch.Bruce Momjian2007-02-17
* Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,Bruce Momjian2007-02-17
* Teach find_nonnullable_rels to handle OR cases: if every arm of an ORTom Lane2007-02-16
* Fix new RI operator selection code to do the right thing when working withTom Lane2007-02-16
* Reduce the amount of memory "clobbered" for every process title change,Bruce Momjian2007-02-16
* Adjust the definition of is_pushed_down so that it's always true for INNERTom Lane2007-02-16
* Better fix for determining minimum and maximum int64 values that doesn'tPeter Eisentraut2007-02-16
* Code review for SSLKEY patch.Tom Lane2007-02-16
* Fix // commentPeter Eisentraut2007-02-16
* Add stdint.h includePeter Eisentraut2007-02-16
* Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut2007-02-16
* Fix another problem in 8.2 changes that allowed "one-time" qual conditions toTom Lane2007-02-16
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-16
* SSL improvements:Bruce Momjian2007-02-16
* Remove useless database name from bootstrap argument processing (includingAlvaro Herrera2007-02-16
* Restructure code that is responsible for ensuring that clauseless joins areTom Lane2007-02-16
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane2007-02-15
* Fix to_date()/to_timestamp() 'D' field for day of week, was off by one.Bruce Momjian2007-02-14
* Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian2007-02-14
* Fix capitalization and punctuation of two more GUC description strings.Neil Conway2007-02-14
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Disallow committing a prepared transaction unless we are in the same databaseTom Lane2007-02-13
* Improve postmaster's behavior if an accept() call fails. Because the serverTom Lane2007-02-13
* Un-break build on ANSI compilers (like msvc) by moving Assert to positionMagnus Hagander2007-02-13
* Repair bug in 8.2's new logic for planning outer joins: we have to allow joinsTom Lane2007-02-13
* Add comment that to_char() for broken glibc pt_BR might cause a problem.Bruce Momjian2007-02-13
* Avoid infinite recursion when dumping new planner EquivalenceClass trees.Tom Lane2007-02-12
* Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut2007-02-11