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 precision and rounding issues in money multiplication and division.
Tom Lane
2017-05-21
*
In SSL tests, don't scribble on permissions of a repo file.
Tom Lane
2017-05-15
*
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-15
*
Make stats regression test more robust in the face of parallel query.
Tom Lane
2017-05-14
*
Honor PROVE_FLAGS environment setting
Andrew Dunstan
2017-05-12
*
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2017-05-08
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-04
*
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-04
*
Remove useless and rather expensive stanza in matview regression test.
Tom Lane
2017-05-03
*
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-05-02
*
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
*
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
[next]