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
*
Include typmod when complaining about inherited column type mismatches.
Tom Lane
2015-12-26
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
*
Add missing COSTS OFF to EXPLAIN commands in rowsecurity.sql.
Tom Lane
2015-12-19
*
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
*
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-18
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Mark CHECK constraints declared NOT VALID valid if created with table.
Robert Haas
2015-12-16
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
*
Remove xmlparse(document '') test
Kevin Grittner
2015-12-14
*
Add an expected-file to match behavior of latest libxml2.
Tom Lane
2015-12-11
*
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
*
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
*
Handle dependencies properly in ALTER POLICY
Stephen Frost
2015-12-11
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-10
*
Avoid odd portability problem in TestLib.pm's slurp_file function.
Tom Lane
2015-12-08
*
psql: Support multiple -c and -f options, and allow mixing them.
Robert Haas
2015-12-08
*
PostgresNode: wrap correctly around port number range end
Alvaro Herrera
2015-12-07
*
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-07
*
Cleanup some problems in new Perl test code
Alvaro Herrera
2015-12-07
*
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.
Tom Lane
2015-12-05
*
Fix broken subroutine call in TestLib
Alvaro Herrera
2015-12-02
*
Refactor Perl test code
Alvaro Herrera
2015-12-02
*
Further tweaking of print_aligned_vertical().
Tom Lane
2015-12-01
*
Rework wrap-width calculation in psql's print_aligned_vertical() function.
Tom Lane
2015-11-30
*
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-29
*
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-27
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
*
Message style fix
Peter Eisentraut
2015-11-17
*
Message improvements
Peter Eisentraut
2015-11-16
*
Speed up ruleutils' name de-duplication code, and fix overlength-name case.
Tom Lane
2015-11-16
*
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-11-15
*
Improve type numeric's calculations for ln(), log(), exp(), pow().
Tom Lane
2015-11-14
*
Add "xid <> xid" and "xid <> int4" operators.
Tom Lane
2015-11-07
*
Fix enforcement of restrictions inside regexp lookaround constraints.
Tom Lane
2015-11-07
*
pg_size_pretty: Format negative values similar to positive ones.
Robert Haas
2015-11-06
*
Fix erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-11-05
*
Update spelling of COPY options
Peter Eisentraut
2015-11-04
*
Implement lookbehind constraints in our regular-expression engine.
Tom Lane
2015-10-30
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Fix secondary expected output for commit_ts test
Alvaro Herrera
2015-10-27
*
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-22
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Eschew "RESET statement_timeout" in tests.
Noah Misch
2015-10-20
*
Fix incorrect handling of lookahead constraints in pg_regprefix().
Tom Lane
2015-10-19
*
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
[next]