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
2012-10-15
alter_generic regression test cannot run concurrently with privileges test.
Tom Lane
2012-10-12
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-10-11
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-09
Fix lo_export usage in example programs.
Tom Lane
2012-10-08
Code review for 64-bit-large-object patch.
Tom Lane
2012-10-06
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-04
Fix parse location tracking for lists that can be empty.
Tom Lane
2012-10-03
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-01
Remove collations from generic ALTER test
Alvaro Herrera
2012-09-29
Add alternative expected output for alter_generic
Alvaro Herrera
2012-09-28
Add alter_generic regression test
Alvaro Herrera
2012-09-22
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.
Tom Lane
2012-09-22
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-21
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-18
Fix planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2012-09-16
Rethink heuristics for choosing index quals for parameterized paths.
Tom Lane
2012-09-15
Adjust largeobject_1.source per buildfarm.
Tom Lane
2012-09-14
Improve largeobject regression test to show size of object read from file.
Tom Lane
2012-09-13
Fix case of window function + aggregate + GROUP BY expression.
Tom Lane
2012-09-05
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-05
Fix serializable mode with index-only scans.
Kevin Grittner
2012-09-05
Allow isolation tests to specify multiple setup blocks.
Kevin Grittner
2012-09-01
Drop cheap-startup-cost paths during add_path() if we don't need them.
Tom Lane
2012-09-01
Fix mark_placeholder_maybe_needed to handle LATERAL references.
Tom Lane
2012-08-31
Fix LATERAL references to join alias variables.
Tom Lane
2012-08-30
Improve EXPLAIN's ability to cope with LATERAL references in plans.
Tom Lane
2012-08-30
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-27
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-27
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-23
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-20
Fix typo in comment.
Tom Lane
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-18
Another round of planner fixes for LATERAL.
Tom Lane
2012-08-16
Allow create_index_paths() to consider multiple join bitmapscan paths.
Tom Lane
2012-08-16
Add SP-GiST support for range types.
Heikki Linnakangas
2012-08-15
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-14
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-12
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-11
Fix some issues with LATERAL(SELECT UNION ALL SELECT).
Tom Lane
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-08
Update isolation tests' README file.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
Fix to_char(), to_date(), and to_timestamp() to handle negative/BC
Bruce Momjian
2012-08-03
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-07-31
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-25
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-24
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-22
Fix name collision between concurrent regression tests.
Tom Lane
2012-07-21
Use --nosync during make check's initdb call.
Tom Lane
[next]