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-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-15
Don't leave regress_test_role_super lying around.
Robert Haas
2011-12-14
Add support for passing cursor parameters in named notation in PL/pgSQL.
Heikki Linnakangas
2011-12-10
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-09
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-01
Fix getTypeIOParam to support type record[].
Tom Lane
2011-11-29
When a row fails a not-null constraint, show row's contents in errdetail.
Tom Lane
2011-11-29
When a row fails a CHECK constraint, show row's contents in errdetail.
Tom Lane
2011-11-27
Improve GiST range-contained-by searches by adding a flag for empty ranges.
Tom Lane
2011-11-27
Add pg_upgrade test suite
Peter Eisentraut
2011-11-23
Remove zero- and one-argument range constructor functions.
Tom Lane
2011-11-22
Improve implementation of range-contains-element tests.
Tom Lane
2011-11-22
Check for INSERT privileges in SELECT INTO / CREATE TABLE AS.
Robert Haas
2011-11-22
Still more review for range-types patch.
Tom Lane
2011-11-21
More code review for rangetypes patch.
Tom Lane
2011-11-18
Further review of range-types patch.
Tom Lane
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
Declare range inclusion operators as taking anyelement not anynonarray.
Tom Lane
2011-11-17
Fix range_cmp_bounds for the case of equal-valued exclusive bounds.
Tom Lane
2011-11-16
Code review for range-types catalog entries.
Tom Lane
2011-11-15
Fix alignment and toasting bugs in range types.
Tom Lane
2011-11-15
Update oidjoins regression test to match git HEAD.
Tom Lane
2011-11-14
Return FALSE instead of throwing error for comparisons with empty ranges.
Tom Lane
2011-11-14
Fix copyright notices, other minor editing in new range-types code.
Tom Lane
2011-11-09
Tweak new regression test case for more portability.
Tom Lane
2011-11-09
Fix random discrepancies between parallel_schedule and serial_schedule.
Tom Lane
2011-11-09
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-07
On second thought, we'd better just drop these tests altogether.
Tom Lane
2011-11-06
Un-break horology regression test.
Tom Lane
2011-11-05
Update regression tests for \d+ modification
Magnus Hagander
2011-11-04
Unbreak isolationtester on Win32
Alvaro Herrera
2011-11-03
Implement a dry-run mode for isolationtester
Alvaro Herrera
2011-11-03
Support range data types.
Heikki Linnakangas
2011-11-03
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-02
Fix btree stop-at-nulls logic properly.
Tom Lane
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
[next]