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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Done:
Bruce Momjian
2007-01-09
2
-4
/
+4
*
Add GUC log_temp_files to log the use of temporary files.
Bruce Momjian
2007-01-09
5
-5
/
+52
*
Marginal tweaks in the documentation for ORDER BY; in particular point
Tom Lane
2007-01-09
2
-9
/
+22
*
Add a citation to Seltzer and Yigit's Usenix '91 paper about hash table
Tom Lane
2007-01-09
1
-3
/
+8
*
Fix vcbuild to allow building without OpenSSL and/or zlib. Magnus
Tom Lane
2007-01-09
1
-14
/
+21
*
vcbuild documentation from Magnus and Dave.
Tom Lane
2007-01-09
1
-0
/
+56
*
Done:
Bruce Momjian
2007-01-09
2
-15
/
+4
*
pltcl regression test needs to actually create an opclass, not just one opera...
Tom Lane
2007-01-09
2
-0
/
+131
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
65
-592
/
+1475
*
Prevent duplicate attribute names in XMLELEMENT.
Peter Eisentraut
2007-01-08
4
-4
/
+25
*
Tweak joinlist creation to avoid generating useless one-element subproblems
Tom Lane
2007-01-08
1
-6
/
+27
*
Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid)
Tom Lane
2007-01-08
1
-31
/
+15
*
Some fine-tuning of xmlpi in corner cases:
Peter Eisentraut
2007-01-07
6
-12
/
+46
*
Check and document minimum required version of libxml.
Peter Eisentraut
2007-01-07
3
-16
/
+17
*
Indent comments in makefiles better so they don't appear in the output.
Peter Eisentraut
2007-01-07
4
-10
/
+13
*
Allow XML fragment to contain a XML declaration. For that, we need a small
Peter Eisentraut
2007-01-07
1
-7
/
+127
*
Remove:
Bruce Momjian
2007-01-06
2
-4
/
+2
*
Updates for MONEY data type:
Bruce Momjian
2007-01-06
2
-11
/
+7
*
Done:
Bruce Momjian
2007-01-06
2
-4
/
+4
*
Add:
Bruce Momjian
2007-01-06
2
-2
/
+9
*
Add:
Bruce Momjian
2007-01-06
2
-8
/
+15
*
Apply fix so pow() and exp() ERANGE is used only if result is not 0.
Bruce Momjian
2007-01-06
1
-3
/
+3
*
Already done in 8.2:
Bruce Momjian
2007-01-06
2
-6
/
+2
*
Move INDEX inheritance out into a separate section:
Bruce Momjian
2007-01-06
2
-22
/
+30
*
Done:
Bruce Momjian
2007-01-06
2
-4
/
+4
*
Allow initdb to specify the pg_xlog directory.
Bruce Momjian
2007-01-06
2
-8
/
+126
*
Replace xmlroot with a properly functioning version that parses the value,
Peter Eisentraut
2007-01-06
4
-28
/
+103
*
Fix filtered_base_yylex() to save and restore base_yylval and base_yylloc
Tom Lane
2007-01-06
1
-5
/
+21
*
Document problems with release links in early branches.
Bruce Momjian
2007-01-06
1
-2
/
+3
*
Check for ERANGE in exp() as well.
Bruce Momjian
2007-01-06
2
-5
/
+7
*
Improve dpow() check for ERANGE overflow for HPPA.
Bruce Momjian
2007-01-06
1
-5
/
+4
*
Put back ERANGE test in dpow(). There are platforms that need this,
Tom Lane
2007-01-06
1
-7
/
+10
*
Document that we need to update the ecpg regression files when we update
Bruce Momjian
2007-01-06
1
-0
/
+1
*
Update ecpg regresison output for new library version number.
Bruce Momjian
2007-01-05
40
-40
/
+40
*
Minor copy-editing for release note updates.
Tom Lane
2007-01-05
1
-100
/
+132
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
896
-1768
/
+1768
*
Update copyright script, report year used
Bruce Momjian
2007-01-05
1
-1
/
+3
*
Modify copyright script to pull current year from `date`.
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Update Japanese FAQ.
Bruce Momjian
2007-01-05
2
-51
/
+71
*
Stamp major release 8.3.0, and increment library version numbers.
Bruce Momjian
2007-01-05
10
-22
/
+23
*
Update for release 8.2.1.
Bruce Momjian
2007-01-05
2
-4
/
+4
*
Create release notes for all back-branch relases on 2007-01-08.
Bruce Momjian
2007-01-05
1
-1
/
+520
*
Call setrlimit if possible in pg_regress to allow core file generation, and p...
Andrew Dunstan
2007-01-05
3
-5
/
+97
*
Update float dpow() comment about whick platforms had issues with Nan.
Bruce Momjian
2007-01-05
1
-3
/
+3
*
Add missing reference to pg_shdescription. Greg Mullane
Tom Lane
2007-01-05
1
-2
/
+3
*
Fix tab to space mention in FAQ_DEV.
Bruce Momjian
2007-01-04
2
-4
/
+4
*
Fix AddDefine to handle quotes properly. Magnus
Tom Lane
2007-01-04
1
-0
/
+1
*
Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping
Tom Lane
2007-01-04
1
-1
/
+15
*
Fix some small typos in comments. Greg Stark
Tom Lane
2007-01-04
3
-8
/
+8
*
Simplify assignment of Inf for pow Nan (don't worry about the sign).
Bruce Momjian
2007-01-04
1
-2
/
+3
[next]