summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-16Code review for SSLKEY patch.Tom Lane
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-15Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane
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-14Fix capitalization and punctuation of two more GUC description strings.Neil Conway
2007-02-14Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane
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-13Un-break build on ANSI compilers (like msvc) by moving Assert to positionMagnus Hagander
2007-02-13Repair bug in 8.2's new logic for planning outer joins: we have to allow joinsTom Lane
2007-02-13Add comment that to_char() for broken glibc pt_BR might cause a problem.Bruce Momjian
2007-02-12Avoid infinite recursion when dumping new planner EquivalenceClass trees.Tom Lane
2007-02-11Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut
2007-02-11Fix for early log messages during postmaster startup getting lost whenMagnus Hagander
2007-02-10Add proper mapping of boolean type data to XML Schema.Peter Eisentraut
2007-02-10StrNCpy -> strlcpy (not complete)Peter Eisentraut
2007-02-09Call pgstat_drop_database during DROP DATABASE, so that any stats fileTom Lane
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-09Remove blank lines in code.Bruce Momjian
2007-02-09Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane
2007-02-09Remove blank line from C code.Bruce Momjian
2007-02-08Fix bug when localized to_char() day or month names were incorectlyBruce Momjian
2007-02-08This patch fixes shared_preload_libraries on Windows hosts. It forcesBruce Momjian
2007-02-08Fix reference-after-free in the new btree page split code, as reported byAlvaro Herrera
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-02-08Reduce WAL activity for page splits:Bruce Momjian
2007-02-08Check if the role exists before doing more complex ident and KerberosBruce Momjian
2007-02-08Fix bug in our code when using to_timestamp() or to_date() without "TM".Bruce Momjian
2007-02-07Add a function pg_stat_clear_snapshot() that discards any statistics snapshotTom Lane
2007-02-07Remove the xlog-centric "database system is ready" message and replace it withTom Lane