index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the Query structure from the executor's API. This allows us to stop
Tom Lane
2007-02-20
21
-756
/
+992
*
Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.
Bruce Momjian
2007-02-19
2
-2
/
+9
*
Get rid of some old and crufty global variables in the planner. When
Tom Lane
2007-02-19
12
-197
/
+211
*
Put function expressions and values lists into FunctionScan and ValuesScan
Tom Lane
2007-02-19
9
-84
/
+91
*
Fix portal management code to support non-default command completion tags for
Tom Lane
2007-02-18
1
-4
/
+8
*
Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy and
Tom Lane
2007-02-17
1
-1
/
+14
*
Remove rint() for to_char MS and US output. We can't us rint() because
Bruce Momjian
2007-02-17
1
-3
/
+5
*
Cleanup of to_char() patch.
Bruce Momjian
2007-02-17
1
-3
/
+4
*
Create AVG() aggregates for int8 and NUMERIC which do not compute X^2,
Bruce Momjian
2007-02-17
1
-4
/
+65
*
Teach find_nonnullable_rels to handle OR cases: if every arm of an OR
Tom Lane
2007-02-16
1
-19
/
+71
*
Fix new RI operator selection code to do the right thing when working with
Tom Lane
2007-02-16
1
-19
/
+40
*
Reduce the amount of memory "clobbered" for every process title change,
Bruce Momjian
2007-02-16
1
-4
/
+8
*
Adjust the definition of is_pushed_down so that it's always true for INNER
Tom Lane
2007-02-16
1
-37
/
+42
*
Better fix for determining minimum and maximum int64 values that doesn't
Peter Eisentraut
2007-02-16
1
-6
/
+3
*
Code review for SSLKEY patch.
Tom Lane
2007-02-16
4
-10
/
+16
*
Fix // comment
Peter Eisentraut
2007-02-16
1
-2
/
+2
*
Add stdint.h include
Peter Eisentraut
2007-02-16
1
-1
/
+5
*
Functions for mapping table data and table schemas to XML (a.k.a. XML export)
Peter Eisentraut
2007-02-16
1
-3
/
+785
*
Fix another problem in 8.2 changes that allowed "one-time" qual conditions to
Tom Lane
2007-02-16
2
-7
/
+17
*
Add two new format fields for use with to_char(), to_date() and
Bruce Momjian
2007-02-16
4
-67
/
+180
*
SSL improvements:
Bruce Momjian
2007-02-16
4
-4
/
+27
*
Remove useless database name from bootstrap argument processing (including
Alvaro Herrera
2007-02-16
2
-18
/
+5
*
Restructure code that is responsible for ensuring that clauseless joins are
Tom Lane
2007-02-16
4
-150
/
+185
*
Restructure autovacuum in two processes: a dummy process, which runs
Alvaro Herrera
2007-02-15
11
-229
/
+775
*
Repair oversight in 8.2 change that improved the handling of "pseudoconstant"
Tom Lane
2007-02-15
2
-4
/
+52
*
Fix to_date()/to_timestamp() 'D' field for day of week, was off by one.
Bruce Momjian
2007-02-14
1
-1
/
+2
*
Move fsync method macro defines into /include/access/xlogdefs.h so they
Bruce Momjian
2007-02-14
1
-73
/
+2
*
Fix capitalization and punctuation of two more GUC description strings.
Neil Conway
2007-02-14
1
-3
/
+3
*
Fix up foreign-key mechanism so that there is a sound semantic basis for the
Tom Lane
2007-02-14
17
-1451
/
+1375
*
Disallow committing a prepared transaction unless we are in the same database
Tom Lane
2007-02-13
1
-1
/
+13
*
Improve postmaster's behavior if an accept() call fails. Because the server
Tom Lane
2007-02-13
2
-4
/
+13
*
Un-break build on ANSI compilers (like msvc) by moving Assert to position
Magnus Hagander
2007-02-13
1
-5
/
+5
*
Repair bug in 8.2's new logic for planning outer joins: we have to allow joins
Tom Lane
2007-02-13
4
-23
/
+55
*
Add comment that to_char() for broken glibc pt_BR might cause a problem.
Bruce Momjian
2007-02-13
1
-12
/
+16
*
Avoid infinite recursion when dumping new planner EquivalenceClass trees.
Tom Lane
2007-02-12
1
-4
/
+4
*
Add support for optionally escaping periods when converting SQL identifiers
Peter Eisentraut
2007-02-11
2
-6
/
+14
*
Fix for early log messages during postmaster startup getting lost when
Magnus Hagander
2007-02-11
2
-6
/
+9
*
Add proper mapping of boolean type data to XML Schema.
Peter Eisentraut
2007-02-10
1
-1
/
+9
*
StrNCpy -> strlcpy (not complete)
Peter Eisentraut
2007-02-10
9
-33
/
+33
*
Call pgstat_drop_database during DROP DATABASE, so that any stats file
Tom Lane
2007-02-09
2
-4
/
+9
*
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2007-02-09
29
-64
/
+64
*
Remove blank lines in code.
Bruce Momjian
2007-02-09
1
-3
/
+1
*
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
Tom Lane
2007-02-09
6
-28
/
+326
*
Remove blank line from C code.
Bruce Momjian
2007-02-09
1
-2
/
+1
*
Fix bug when localized to_char() day or month names were incorectly
Bruce Momjian
2007-02-08
2
-17
/
+206
*
This patch fixes shared_preload_libraries on Windows hosts. It forces
Bruce Momjian
2007-02-08
1
-1
/
+10
*
Fix reference-after-free in the new btree page split code, as reported by
Alvaro Herrera
2007-02-08
1
-5
/
+5
*
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-08
1
-3
/
+3
*
Reduce WAL activity for page splits:
Bruce Momjian
2007-02-08
2
-153
/
+244
*
Check if the role exists before doing more complex ident and Kerberos
Bruce Momjian
2007-02-08
2
-2
/
+8
[next]