summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-2021-756/+992
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-192-2/+9
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-1912-197/+211
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-199-84/+91
* Fix portal management code to support non-default command completion tags forTom Lane2007-02-181-4/+8
* Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy andTom Lane2007-02-171-1/+14
* Remove rint() for to_char MS and US output. We can't us rint() becauseBruce Momjian2007-02-171-3/+5
* Cleanup of to_char() patch.Bruce Momjian2007-02-171-3/+4
* Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,Bruce Momjian2007-02-171-4/+65
* Teach find_nonnullable_rels to handle OR cases: if every arm of an ORTom Lane2007-02-161-19/+71
* Fix new RI operator selection code to do the right thing when working withTom Lane2007-02-161-19/+40
* Reduce the amount of memory "clobbered" for every process title change,Bruce Momjian2007-02-161-4/+8
* Adjust the definition of is_pushed_down so that it's always true for INNERTom Lane2007-02-161-37/+42
* Better fix for determining minimum and maximum int64 values that doesn'tPeter Eisentraut2007-02-161-6/+3
* Code review for SSLKEY patch.Tom Lane2007-02-164-10/+16
* Fix // commentPeter Eisentraut2007-02-161-2/+2
* Add stdint.h includePeter Eisentraut2007-02-161-1/+5
* Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut2007-02-161-3/+785
* Fix another problem in 8.2 changes that allowed "one-time" qual conditions toTom Lane2007-02-162-7/+17
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-164-67/+180
* SSL improvements:Bruce Momjian2007-02-164-4/+27
* Remove useless database name from bootstrap argument processing (includingAlvaro Herrera2007-02-162-18/+5
* Restructure code that is responsible for ensuring that clauseless joins areTom Lane2007-02-164-150/+185
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-1511-229/+775
* Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane2007-02-152-4/+52
* Fix to_date()/to_timestamp() 'D' field for day of week, was off by one.Bruce Momjian2007-02-141-1/+2
* Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian2007-02-141-73/+2
* Fix capitalization and punctuation of two more GUC description strings.Neil Conway2007-02-141-3/+3
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-1417-1451/+1375
* Disallow committing a prepared transaction unless we are in the same databaseTom Lane2007-02-131-1/+13
* Improve postmaster's behavior if an accept() call fails. Because the serverTom Lane2007-02-132-4/+13
* Un-break build on ANSI compilers (like msvc) by moving Assert to positionMagnus Hagander2007-02-131-5/+5
* Repair bug in 8.2's new logic for planning outer joins: we have to allow joinsTom Lane2007-02-134-23/+55
* Add comment that to_char() for broken glibc pt_BR might cause a problem.Bruce Momjian2007-02-131-12/+16
* Avoid infinite recursion when dumping new planner EquivalenceClass trees.Tom Lane2007-02-121-4/+4
* Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut2007-02-112-6/+14
* Fix for early log messages during postmaster startup getting lost whenMagnus Hagander2007-02-112-6/+9
* Add proper mapping of boolean type data to XML Schema.Peter Eisentraut2007-02-101-1/+9
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-109-33/+33
* Call pgstat_drop_database during DROP DATABASE, so that any stats fileTom Lane2007-02-092-4/+9
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-0929-64/+64
* Remove blank lines in code.Bruce Momjian2007-02-091-3/+1
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-096-28/+326
* Remove blank line from C code.Bruce Momjian2007-02-091-2/+1
* Fix bug when localized to_char() day or month names were incorectlyBruce Momjian2007-02-082-17/+206
* This patch fixes shared_preload_libraries on Windows hosts. It forcesBruce Momjian2007-02-081-1/+10
* Fix reference-after-free in the new btree page split code, as reported byAlvaro Herrera2007-02-081-5/+5
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-081-3/+3
* Reduce WAL activity for page splits:Bruce Momjian2007-02-082-153/+244
* Check if the role exists before doing more complex ident and KerberosBruce Momjian2007-02-082-2/+8