index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve EXPLAIN's ability to cope with LATERAL references in plans.
Tom Lane
2012-08-30
1
-1
/
+1
*
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-29
1
-6
/
+7
*
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-27
1
-1
/
+1
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
2
-10
/
+129
*
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-23
2
-0
/
+74
*
Fix typo in comment.
Tom Lane
2012-08-19
2
-2
/
+2
*
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-19
2
-0
/
+98
*
Another round of planner fixes for LATERAL.
Tom Lane
2012-08-18
2
-0
/
+110
*
Allow create_index_paths() to consider multiple join bitmapscan paths.
Tom Lane
2012-08-16
1
-11
/
+17
*
Add SP-GiST support for range types.
Heikki Linnakangas
2012-08-16
5
-3
/
+292
*
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-15
2
-0
/
+131
*
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
3
-0
/
+40
*
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-12
2
-13
/
+130
*
Fix some issues with LATERAL(SELECT UNION ALL SELECT).
Tom Lane
2012-08-11
2
-0
/
+35
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
5
-11
/
+24
*
Update isolation tests' README file.
Tom Lane
2012-08-08
1
-5
/
+4
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
5
-1
/
+210
*
Fix to_char(), to_date(), and to_timestamp() to handle negative/BC
Bruce Momjian
2012-08-07
2
-4
/
+4
*
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-08-03
2
-0
/
+33
*
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
2
-0
/
+86
*
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-25
2
-4
/
+7
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
6
-15
/
+15
*
Fix name collision between concurrent regression tests.
Tom Lane
2012-07-22
2
-23
/
+23
*
Use --nosync during make check's initdb call.
Tom Lane
2012-07-21
1
-1
/
+1
*
Remove now unneeded results file for disabled prepared transactions case.
Andrew Dunstan
2012-07-20
1
-41529
/
+0
*
Remove prepared transactions from main isolation test schedule.
Andrew Dunstan
2012-07-20
2
-1
/
+10
*
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
2
-0
/
+153
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
2
-0
/
+34
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
4
-32
/
+81
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
6
-4
/
+191
*
Avoid extra newlines in XML mapping in table forest mode
Peter Eisentraut
2012-07-12
1
-26
/
+0
*
Add array_remove() and array_replace() functions.
Tom Lane
2012-07-11
2
-0
/
+73
*
Re-implement extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
2
-0
/
+73
*
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
2
-56
/
+67
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
38
-219
/
+0
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
1
-3
/
+3
*
Make DROP FUNCTION hint more informative.
Robert Haas
2012-06-26
2
-5
/
+5
*
Share RI trigger code between NO ACTION and RESTRICT cases.
Tom Lane
2012-06-19
2
-0
/
+48
*
Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.
Tom Lane
2012-06-18
2
-0
/
+53
*
Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.
Tom Lane
2012-06-18
2
-19
/
+19
*
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-17
2
-2
/
+2
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
1
-1
/
+1
*
Revisit error message details for JSON input parsing.
Tom Lane
2012-06-13
1
-36
/
+63
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
3
-50
/
+56
*
Revert error message on GLOBAL/LOCAL pending further discussion
Simon Riggs
2012-06-10
2
-21
/
+0
*
Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Simon Riggs
2012-06-09
2
-0
/
+21
*
Fix bogus handling of control characters in json_lex_string().
Tom Lane
2012-06-04
1
-2
/
+1
*
Fix array overrun in regex code.
Tom Lane
2012-05-24
2
-0
/
+24
*
Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'
Robert Haas
2012-05-22
2
-0
/
+3
*
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-05-20
2
-0
/
+12
[next]