summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-17Remove rint() for to_char MS and US output. We can't us rint() becauseBruce Momjian
2007-02-17Add:Bruce Momjian
2007-02-17Cleanup of to_char() patch.Bruce Momjian
2007-02-17Add:Bruce Momjian
2007-02-17Remove installation mention that integer timestamps is less stable thatBruce 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-16Add:Bruce Momjian
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 markup, spelling, grammar, and explanations 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-16Remove extra character erroneously added.Bruce Momjian
2007-02-16Remove tabs from SGML files to help tag alingment and improveBruce Momjian
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
2007-02-15Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane
2007-02-14Make it possible to build with integer datetimes in msvc, and enable by default.Magnus Hagander
2007-02-14Add:Bruce Momjian
2007-02-14Add some discussion of sort ordering to indices.sgml, which curiouslyTom Lane
2007-02-14Fix typoPeter Eisentraut
2007-02-14Fix to_date()/to_timestamp() 'D' field for day of week, was off by one.Bruce Momjian
2007-02-14Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian
2007-02-14Minor editorialization on operator-family documentation: put someTom Lane
2007-02-14Add:Bruce Momjian
2007-02-14Add:Bruce Momjian
2007-02-14Fix capitalization and punctuation of two more GUC description strings.Neil Conway
2007-02-14Add URL for:Bruce Momjian
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
2007-02-14Add URL for:Bruce Momjian
2007-02-13Add URL for:Bruce Momjian
2007-02-13Add:Bruce Momjian
2007-02-13Disallow committing a prepared transaction unless we are in the same databaseTom Lane
2007-02-13Improve postmaster's behavior if an accept() call fails. Because the serverTom Lane
2007-02-13Add URL for:Bruce Momjian
2007-02-13Add code so database scans are done in an order consistent withBruce Momjian
2007-02-13Update /contrib/fuzzystrmatch error message to mention bytes, not justBruce Momjian
2007-02-13Add ORDER BY to vacummdb so databases are scaned in the same order asBruce Momjian