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
*
Fix TAP infrastructure to support Mingw better
Andrew Dunstan
2017-04-23
*
Make PostgresNode.pm check server status more carefully.
Tom Lane
2017-04-22
*
Make PostgresNode::append_conf append a newline automatically.
Tom Lane
2017-04-22
*
Fix planner error (or assert trap) with nested set operations.
Tom Lane
2017-04-07
*
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-05
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Fix support for some operators (&<, &>, $<|, |&>) in box operator class
Teodor Sigaev
2017-03-21
*
Repair test for vacuum reltuples fix.
Andrew Gierth
2017-03-17
*
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-16
*
Fix ancient get_object_address_opf_member bug
Alvaro Herrera
2017-03-16
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Remove unnecessary dependency on statement_timeout in prepared_xacts test.
Tom Lane
2017-03-13
*
Fix timestamptz regression test to still work with latest IANA zone data.
Tom Lane
2017-03-09
*
pg_upgrade: Fix large object COMMENTS, SECURITY LABELS
Stephen Frost
2017-03-06
*
Fix timeouts in PostgresNode::psql
Peter Eisentraut
2017-03-01
*
Ignore tablespace ACLs when ignoring schema ACLs.
Noah Misch
2017-02-12
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix placement of initPlans when forcibly materializing a subplan.
Tom Lane
2017-02-02
*
test_pg_dump: perltidy cleanup
Stephen Frost
2017-01-31
*
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-29
*
test_pg_dump TAP test whitespace cleanup
Stephen Frost
2017-01-29
*
Remove test for COMMENT ON DATABASE
Alvaro Herrera
2017-01-26
*
Ensure that a tsquery like '!foo' matches empty tsvectors.
Tom Lane
2017-01-26
*
Dump sequence data based on the TableDataInfo flag
Stephen Frost
2017-01-19
*
Reset the proper GUC in create_index test.
Tom Lane
2017-01-18
*
Disable transforms that replaced AT TIME ZONE with RelabelType.
Tom Lane
2017-01-18
*
Fix mistake in comment
Peter Eisentraut
2017-01-12
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-05
*
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2017-01-04
*
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2016-12-27
*
Fix incorrect error reporting for duplicate data in \crosstabview.
Tom Lane
2016-12-25
*
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
*
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-22
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
*
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
2016-12-21
*
Fix sharing Agg transition state of DISTINCT or ordered aggs.
Heikki Linnakangas
2016-12-20
*
Fix handling of phrase operator removal while removing tsquery stopwords.
Tom Lane
2016-12-19
*
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-12-11
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-09
*
Fix crasher bug in array_position(s)
Alvaro Herrera
2016-12-09
*
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-26
*
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-25
*
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-24
*
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-23
*
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-20
*
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
Noah Misch
2016-11-07
*
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-11-07
*
Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.
Tom Lane
2016-11-06
[next]