summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-27Make build.bat return a proper errorcode if the build fails.Magnus Hagander
2007-02-27Get rid of the separate EState for subplans, and just let them share theTom Lane
2007-02-25Put back copyObject() call I removed in a fit of brain fade. This oneTom Lane
2007-02-23Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN toTom Lane
2007-02-23Move BLCKSZ < 1024 check to guc.c.Bruce Momjian
2007-02-23Add psql \prompt capability.Bruce Momjian
2007-02-22Change Agg and Group nodes so that Vars contained in their targetlistsTom Lane
2007-02-22Fix bug I introduced in recent patch to make hash joins discard null tuplesTom Lane
2007-02-22Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane
2007-02-21Update new optional VACUUM FULL hint for translations, per Alvaro.Bruce Momjian
2007-02-21Move increase FSM warning to after lazy_truncate_heap() because theBruce Momjian
2007-02-21btree source code cleanups:Bruce Momjian
2007-02-21Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian
2007-02-21Revert changes to process pg_proc.h entries without OIDs. We're not supposedMagnus Hagander
2007-02-21Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand...Andrew Dunstan
2007-02-20Prevent BLCKSZ < 1024, and have initdb test shared buffers based on theBruce Momjian
2007-02-20Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into theBruce Momjian
2007-02-20Remove the Query structure from the executor's API. This allows us to stopTom Lane
2007-02-20Add comment that on Win32, we don't need to check the .pgpass fileBruce Momjian
2007-02-20Identify schema of inherited table in psql \d when necessary.Peter Eisentraut
2007-02-20Add missing OIDs to pg_proc.Peter Eisentraut
2007-02-19Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian
2007-02-19Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander
2007-02-19Parse pg_proc.h with entries without OIDs.Magnus Hagander
2007-02-19Get rid of some old and crufty global variables in the planner. WhenTom Lane
2007-02-19Improve plpgsql's error message when a datatype declaration is omitted.Tom Lane
2007-02-19Put function expressions and values lists into FunctionScan and ValuesScanTom Lane
2007-02-18Fix portal management code to support non-default command completion tags forTom Lane
2007-02-17Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy andTom Lane
2007-02-17Remove rint() for to_char MS and US output. We can't us rint() becauseBruce Momjian
2007-02-17Cleanup of to_char() patch.Bruce Momjian
2007-02-17Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,Bruce Momjian
2007-02-16Teach find_nonnullable_rels to handle OR cases: if every arm of an ORTom Lane
2007-02-16Fix new RI operator selection code to do the right thing when working withTom Lane
2007-02-16Reduce the amount of memory "clobbered" for every process title change,Bruce Momjian
2007-02-16Adjust the definition of is_pushed_down so that it's always true for INNERTom Lane
2007-02-16Better fix for determining minimum and maximum int64 values that doesn'tPeter Eisentraut
2007-02-16Install a more correct fix in the timestamp and timestamptz regression tests:Alvaro Herrera
2007-02-16Code review for SSLKEY patch.Tom Lane
2007-02-16Fix the timestamptz test problem, by moving the tests that use theAlvaro Herrera
2007-02-16Fix // commentPeter Eisentraut
2007-02-16Add stdint.h includePeter Eisentraut
2007-02-16Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut
2007-02-16Fix another problem in 8.2 changes that allowed "one-time" qual conditions toTom Lane
2007-02-16Add two new format fields for use with to_char(), to_date() andBruce Momjian
2007-02-16SSL improvements:Bruce Momjian
2007-02-16Remove useless database name from bootstrap argument processing (includingAlvaro Herrera
2007-02-16Restructure code that is responsible for ensuring that clauseless joins areTom Lane
2007-02-15Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera
2007-02-15Add ORDER BY to a query on information_schema.views, to avoid possibleTom Lane