index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2011-09-07
Fix corner case bug in numeric to_char().
Tom Lane
2011-08-25
Add expected isolationtester output when prepared xacts are disabled
Alvaro Herrera
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-18
Explain max_prepared_transactions requirement in isolation tests' README.
Tom Lane
2011-08-18
Report libpq errors correctly if session setup or teardown steps fail in
Heikki Linnakangas
2011-08-18
Add an SSI regression test that tests all interesting permutations in the
Heikki Linnakangas
2011-08-18
Strip whitespace from SQL blocks in the isolation test suite. This is purely
Heikki Linnakangas
2011-08-15
Adjust regression tests for error message change
Peter Eisentraut
2011-08-09
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-07-22
Unbreak unlogged tables.
Robert Haas
2011-07-19
Fix typo
Peter Eisentraut
2011-07-12
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-08
Message style improvements
Peter Eisentraut
2011-07-07
Fix a bug with SSI and prepared transactions:
Heikki Linnakangas
2011-07-04
Message style tweaks
Peter Eisentraut
2011-07-04
Alter test results to comply with new ALTER TABLE behaviour.
Simon Riggs
2011-07-03
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-02
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-21
Message style and spelling improvements
Peter Eisentraut
2011-06-21
Adjust the alternative expected output file for prepared_xacts test case,
Heikki Linnakangas
2011-06-21
Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has
Heikki Linnakangas
2011-06-20
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-18
Capitalization fixes
Peter Eisentraut
2011-06-16
Use single quotes in preference to double quotes for protecting pathnames.
Tom Lane
2011-06-14
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-08
Allow domains over arrays to match ANYARRAY parameters again.
Tom Lane
2011-06-07
Fix rewriter to cope (more or less) with CTEs in the query being rewritten.
Tom Lane
2011-06-06
Reset reindex-in-progress state before reverifying an exclusion constraint.
Tom Lane
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-06-02
Handle domains when checking for recursive inclusion of composite types.
Tom Lane
2011-05-30
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-27
Check the return code of pthread_create(). Otherwise we go into an infinite
Heikki Linnakangas
2011-05-24
Grammar cleanup for src/test/isolation/README
Tom Lane
2011-05-22
Use the right pgsql for isolation tests.
Andrew Dunstan
2011-05-21
In binary-upgrade mode, dump dropped attributes of composite types.
Heikki Linnakangas
2011-05-20
Message style improvements
Peter Eisentraut
2011-05-18
Spell checking and markup refinement
Peter Eisentraut
2011-05-16
Quote isolationtester command name so Windows will not think dot is the command.
Andrew Dunstan
2011-05-15
Fix bad macro call noticed by MSVC compiler.
Andrew Dunstan
2011-05-09
Remove "make check" target in src/test/isolation/Makefile.
Tom Lane
2011-05-08
Fix some portability issues in isolation regression test driver.
Tom Lane
2011-05-05
Unbreak the regression tests from my previous commit
Magnus Hagander
2011-04-28
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-25
Support "make check" in contrib
Peter Eisentraut
2011-04-25
Use terse mode to avoid variable order dependency output in foreign data regr...
Andrew Dunstan
2011-04-25
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
Regression tests for TOAST.
Robert Haas
2011-04-23
Improve findoidjoins to cover more cases.
Tom Lane
[next]