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-11-01
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-10-26
Change FK trigger creation order to better support self-referential FKs.
Tom Lane
2011-10-25
Add debugging aid in isolationtester
Alvaro Herrera
2011-10-21
Fix DROP OPERATOR FAMILY IF EXISTS.
Robert Haas
2011-10-20
Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.
Robert Haas
2011-10-20
Remove a few of the new DROP-IF-EXISTS regression tests.
Robert Haas
2011-10-20
Add some more regression tests for DROP IF EXISTS.
Robert Haas
2011-10-16
Fix collate.linux.utf8 expected output for recent error message change.
Tom Lane
2011-10-14
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-10
Attempt to reduce local dependencies in regression tests.
Robert Haas
2011-10-10
Fix ALTER TABLE ONLY .. DROP CONSTRAINT.
Robert Haas
2011-10-09
Prevent index-only scans in stats regression test.
Tom Lane
2011-10-08
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-01
Improve generated column names for cases involving sub-SELECTs.
Tom Lane
2011-09-27
Remove dependency on error ordering in isolation tests
Alvaro Herrera
2011-09-27
Fix typo
Alvaro Herrera
2011-09-27
Fix window functions that sort by expressions involving aggregates.
Tom Lane
2011-09-26
Speed up array element assignment in plpgsql by caching type information.
Tom Lane
2011-09-21
Fix another bit of unlogged-table-induced breakage.
Robert Haas
2011-09-16
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-07
Fix corner case bug in numeric to_char().
Tom Lane
2011-09-01
Minor improvements to mbregress.sh script.
Robert Haas
2011-08-30
Clean up pg_regress --help output
Peter Eisentraut
2011-08-30
Fix parsing of time string followed by yesterday/today/tomorrow.
Robert Haas
2011-08-25
Add expected isolationtester output when prepared xacts are disabled
Alvaro Herrera
2011-08-25
Add "%option warn" to all flex input files that lacked it.
Tom Lane
2011-08-25
Change format of SQL/MED generic options in psql backslash commands.
Robert Haas
2011-08-24
Update FK alternative test output to new whitespace rules
Alvaro Herrera
2011-08-23
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-22
Properly call strerror() in thread test; add comments.
Bruce Momjian
2011-08-22
Simplify errno generating in thread testing program.
Bruce Momjian
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-20
Have thread_test create its test files in the current directory, rather
Bruce Momjian
2011-08-18
Explain max_prepared_transactions requirement in isolation tests' README.
Tom Lane
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-11
Display both per-table and per-column FDW options in psql's \d output.
Robert Haas
2011-08-09
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-08
Teach psql to display the comments on SQL/MED objects in verbose mode.
Robert Haas
2011-08-05
Allow per-column foreign data wrapper options.
Robert Haas
2011-07-22
Unbreak unlogged tables.
Robert Haas
2011-07-21
Make xpath() do something useful with XPath expressions that return scalars.
Tom Lane
2011-07-20
Ensure that xpath() escapes special characters in string values.
Tom Lane
2011-07-20
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
Rewrite libxml error handling to be more robust.
Tom Lane
2011-07-19
Make isolationtester more robust on locked commands
Alvaro Herrera
2011-07-19
Increase deadlock_timeout to 100ms in FK isolation tests
Alvaro Herrera
2011-07-19
Add expected regress output on stricter isolation levels
Alvaro Herrera
2011-07-19
Fix typo
Peter Eisentraut
[next]