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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quote isolationtester command name so Windows will not think dot is the command.
Andrew Dunstan
2011-05-15
1
-1
/
+1
*
Fix bad macro call noticed by MSVC compiler.
Andrew Dunstan
2011-05-15
1
-1
/
+1
*
Remove "make check" target in src/test/isolation/Makefile.
Tom Lane
2011-05-09
1
-2
/
+7
*
Fix some portability issues in isolation regression test driver.
Tom Lane
2011-05-08
4
-11
/
+6
*
Unbreak the regression tests from my previous commit
Magnus Hagander
2011-05-05
1
-1
/
+1
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
1
-3
/
+3
*
Support "make check" in contrib
Peter Eisentraut
2011-04-25
1
-0
/
+25
*
Use terse mode to avoid variable order dependency output in foreign data regr...
Andrew Dunstan
2011-04-25
2
-5
/
+8
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
1
-1
/
+3
*
Regression tests for TOAST.
Robert Haas
2011-04-25
6
-10
/
+62
*
Improve findoidjoins to cover more cases.
Tom Lane
2011-04-23
2
-0
/
+204
*
Update oidjoins regression test for 9.1 catalog schema additions.
Tom Lane
2011-04-23
2
-0
/
+108
*
Adjust comments about collate.linux.utf8 regression test.
Tom Lane
2011-04-23
2
-2
/
+4
*
Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.
Robert Haas
2011-04-20
2
-0
/
+19
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
2
-0
/
+68
*
Silence compiler warning about casting HANDLE to long on WIN64.
Andrew Dunstan
2011-04-19
1
-1
/
+7
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
2
-0
/
+11
*
Only allow typed tables to hang off composite types, not e.g. tables.
Robert Haas
2011-04-18
2
-0
/
+4
*
Fix assorted infelicities in collation handling in psql's describe.c.
Tom Lane
2011-04-17
2
-51
/
+51
*
Support a COLLATE clause in plpgsql variable declarations.
Tom Lane
2011-04-17
2
-0
/
+68
*
Rename pg_regress option --multibyte to --encoding
Peter Eisentraut
2011-04-15
2
-10
/
+4
*
Fix toast table creation.
Robert Haas
2011-04-13
4
-0
/
+40
*
Fix RI_Initial_Check to use a COLLATE clause when needed in its query.
Tom Lane
2011-04-11
2
-1
/
+52
*
Teach regular expression operators to honor collations.
Tom Lane
2011-04-10
2
-0
/
+92
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
4
-66
/
+70
*
Remove collate.linux.utf8.sql's assumptions about ".utf8" in locale names.
Tom Lane
2011-04-09
2
-67
/
+99
*
Adjust collation determination rules as per discussion.
Tom Lane
2011-04-09
4
-52
/
+52
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
1
-1
/
+2
*
Add casts from int4 and int8 to numeric.
Robert Haas
2011-04-05
2
-0
/
+78
*
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-04-03
2
-0
/
+29
*
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
2
-0
/
+4
*
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-28
2
-0
/
+21
*
Fix collation handling in plpgsql functions.
Tom Lane
2011-03-25
2
-42
/
+51
*
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-24
2
-0
/
+72
*
Clean up handling of COLLATE clauses in index column definitions.
Tom Lane
2011-03-24
4
-27
/
+33
*
Improve reporting of run-time-detected indeterminate-collation errors.
Tom Lane
2011-03-22
2
-4
/
+8
*
Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.
Tom Lane
2011-03-22
4
-0
/
+12
*
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-22
2
-23
/
+14
*
Add some platform-independent tests for the collation feature.
Tom Lane
2011-03-20
4
-1
/
+753
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
2
-9
/
+20
*
Use correct PATH separator for Cygwin in pg_regress.c.
Andrew Dunstan
2011-03-17
1
-1
/
+3
*
Adjust regression test to avoid platform-dependent failure.
Tom Lane
2011-03-14
2
-2
/
+4
*
Use "backend process" rather than "backend server", where appropriate.
Bruce Momjian
2011-03-12
1
-3
/
+3
*
Add test case for collation mismatch in recursive query
Peter Eisentraut
2011-03-12
2
-0
/
+17
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
1
-2
/
+2
*
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-11
1
-6
/
+6
*
Fix bugs in the isolation tester flex rules.
Heikki Linnakangas
2011-03-10
1
-9
/
+17
*
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
1
-5
/
+5
*
Fix some oversights in distprep and maintainer-clean targets.
Tom Lane
2011-03-10
1
-2
/
+4
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
2
-6
/
+8
[next]