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
*
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-29
*
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-27
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-23
*
Fix typo in comment.
Tom Lane
2012-08-19
*
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-19
*
Another round of planner fixes for LATERAL.
Tom Lane
2012-08-18
*
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-16
*
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-15
*
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
*
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-12
*
Fix some issues with LATERAL(SELECT UNION ALL SELECT).
Tom Lane
2012-08-11
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
*
Update isolation tests' README file.
Tom Lane
2012-08-08
*
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-07
*
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-08-03
*
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
*
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-25
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Fix name collision between concurrent regression tests.
Tom Lane
2012-07-22
*
Use --nosync during make check's initdb call.
Tom Lane
2012-07-21
*
Remove now unneeded results file for disabled prepared transactions case.
Andrew Dunstan
2012-07-20
*
Remove prepared transactions from main isolation test schedule.
Andrew Dunstan
2012-07-20
*
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Avoid extra newlines in XML mapping in table forest mode
Peter Eisentraut
2012-07-12
*
Add array_remove() and array_replace() functions.
Tom Lane
2012-07-11
*
Re-implement extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
*
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Make DROP FUNCTION hint more informative.
Robert Haas
2012-06-26
*
Share RI trigger code between NO ACTION and RESTRICT cases.
Tom Lane
2012-06-19
*
Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.
Tom Lane
2012-06-18
*
Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.
Tom Lane
2012-06-18
*
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-17
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
*
Revisit error message details for JSON input parsing.
Tom Lane
2012-06-13
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Revert error message on GLOBAL/LOCAL pending further discussion
Simon Riggs
2012-06-10
*
Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Simon Riggs
2012-06-09
*
Fix bogus handling of control characters in json_lex_string().
Tom Lane
2012-06-04
*
Fix array overrun in regex code.
Tom Lane
2012-05-24
*
Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'
Robert Haas
2012-05-22
*
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-05-20
[next]