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 error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-06-12
*
Fix portability issue in isolationtester grammar.
Tom Lane
2015-05-27
*
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-05-11
*
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-03
*
Prevent improper reordering of antijoins vs. outer joins.
Tom Lane
2015-04-25
*
Fix incorrect matching of subexpressions in outer-join plan nodes.
Tom Lane
2015-04-04
*
Fix user mapping object description
Alvaro Herrera
2015-03-05
*
Fix planning of star-schema-style queries.
Tom Lane
2015-02-28
*
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
*
Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.
Noah Misch
2015-02-25
*
Add locking clause for SB views for update/delete
Stephen Frost
2015-02-25
*
Fix dumping of views that are just VALUES(...) but have column aliases.
Tom Lane
2015-02-25
*
Fix null-pointer-deref crash while doing COPY IN with check constraints.
Tom Lane
2015-02-15
*
pg_regress: Write processed input/*.source into output dir
Peter Eisentraut
2015-02-15
*
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
*
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-30
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
In pg_regress, remove the temporary installation upon successful exit.
Tom Lane
2015-01-19
*
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-17
*
Update "pg_regress --no-locale" for Darwin and Windows.
Noah Misch
2015-01-16
*
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
*
Avoid unexpected slowdown in vacuum regression test.
Tom Lane
2015-01-12
*
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-07
*
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
*
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
2014-12-25
*
Fix previous commit for TAP test suites in VPATH builds.
Noah Misch
2014-12-18
*
Lock down regression testing temporary clusters on Windows.
Noah Misch
2014-12-17
*
Repair corner-case bug in array version of percentile_cont().
Tom Lane
2014-12-13
*
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-11
*
Improve error messages for malformed array input strings.
Tom Lane
2014-12-02
*
Don't require bleeding-edge timezone data in timestamptz regression test.
Tom Lane
2014-11-18
*
Use just one database connection in the "tablespace" test.
Noah Misch
2014-11-12
*
Ensure that RowExprs and whole-row Vars produce the expected column names.
Tom Lane
2014-11-10
*
Add configure --enable-tap-tests option
Peter Eisentraut
2014-11-02
*
Remove use of TAP subtests
Peter Eisentraut
2014-10-29
*
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-29
*
Improve planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2014-10-26
*
Fix TAP tests with Perl 5.12
Peter Eisentraut
2014-10-26
*
Update expected/sequence_1.out.
Tom Lane
2014-10-21
*
Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.
Tom Lane
2014-10-20
*
psql: Improve \pset without arguments
Peter Eisentraut
2014-10-18
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
*
Message improvements
Peter Eisentraut
2014-10-12
*
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-10-11
*
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
*
Fix bogus variable-mangling in security_barrier_replace_vars().
Tom Lane
2014-09-24
*
Fix incorrect search for "x?" style matches in creviterdissect().
Tom Lane
2014-09-23
*
Process withCheckOption exprs in setrefs.c
Stephen Frost
2014-09-22
*
Fix power_var_int() for large integer exponents.
Tom Lane
2014-09-11
*
Handle old versions of Test::More
Peter Eisentraut
2014-09-10
[next]