index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Avoid NULL pointer dereference in isolationtester
Alvaro Herrera
2012-01-14
*
Tweak duplicate-index-column regression test to avoid locale sensitivity.
Tom Lane
2012-01-12
*
Validate number of steps specified in permutation
Alvaro Herrera
2012-01-11
*
Support CREATE TABLE (LIKE ...) with foreign tables and views
Peter Eisentraut
2012-01-10
*
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
*
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-05
*
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-04
*
Another fix for pg_regress: Replace exit_nicely() with exit() plus
Peter Eisentraut
2012-01-02
*
pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Peter Eisentraut
2012-01-02
*
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.
Tom Lane
2012-01-02
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Adjust SP-GiST regression tests to be less locale-sensitive.
Tom Lane
2011-12-29
*
Improve planner's handling of duplicated index column expressions.
Tom Lane
2011-12-23
*
Add bytea_agg, parallel to string_agg.
Robert Haas
2011-12-23
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-22
*
Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane
2011-12-20
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Teach SP-GiST to do index-only scans.
Tom Lane
2011-12-19
*
Remove bogus entries in gist point_ops operator class.
Tom Lane
2011-12-17
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
*
Don't leave regress_test_role_super lying around.
Robert Haas
2011-12-15
*
Add support for passing cursor parameters in named notation in PL/pgSQL.
Heikki Linnakangas
2011-12-14
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
*
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Fix getTypeIOParam to support type record[].
Tom Lane
2011-12-01
*
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-29
*
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-27
*
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-22
*
More code review for rangetypes patch.
Tom Lane
2011-11-21
*
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-17
*
Code review for range-types catalog entries.
Tom Lane
2011-11-16
*
Fix alignment and toasting bugs in range types.
Tom Lane
2011-11-14
*
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-14
*
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-08
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
*
On second thought, we'd better just drop these tests altogether.
Tom Lane
2011-11-06
[next]