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
*
Use memmove() not memcpy() to slide some pointers down.
Tom Lane
2016-04-27
*
Fix order of shutdown cleanup operations in PostgresNode.pm.
Tom Lane
2016-04-26
*
Try harder to detect a port conflict in PostgresNode.pm.
Tom Lane
2016-04-25
*
Improve PostgresNode.pm's logic for detecting already-in-use ports.
Tom Lane
2016-04-24
*
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-04-21
*
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
*
Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.
Tom Lane
2016-04-20
*
Improve regression tests for degree-based trigonometric functions.
Tom Lane
2016-04-19
*
Disallow creation of indexes on system columns (except for OID).
Tom Lane
2016-04-16
*
In recordExtensionInitPriv(), keep the scan til we're done with it
Stephen Frost
2016-04-15
*
Use less-generic names in matview.sql.
Tom Lane
2016-04-15
*
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
*
Make regression test for multiple synchronous standbys more stable.
Fujii Masao
2016-04-15
*
Rethink \crosstabview's argument parsing logic.
Tom Lane
2016-04-14
*
Fix broken dependency-mongering for index operator classes/families.
Tom Lane
2016-04-13
*
Fix two places that thought Windows64 is indicated by WIN64 macro.
Tom Lane
2016-04-11
*
Fix whitespace
Peter Eisentraut
2016-04-11
*
Prefix RLS regression test roles with 'regress_'
Stephen Frost
2016-04-11
*
Add directory created during build to gitignore
Peter Eisentraut
2016-04-11
*
Move \crosstabview regression tests to a separate file
Alvaro Herrera
2016-04-08
*
Support \crosstabview in psql
Alvaro Herrera
2016-04-08
*
Create default roles
Stephen Frost
2016-04-08
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
Fix unstable regression test output.
Tom Lane
2016-04-08
*
Restore original tsquery operation numbering.
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Replace printf format %i by %d
Peter Eisentraut
2016-04-08
*
Add regression tests for multiple synchronous standbys.
Fujii Masao
2016-04-08
*
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-08
*
GRANT rights to CURRENT_USER instead of adding roles
Stephen Frost
2016-04-07
*
Make testing of phraseto_tsquery independ from value of
Teodor Sigaev
2016-04-07
*
Detect SSI conflicts before reporting constraint violations
Kevin Grittner
2016-04-07
*
Phrase full text search.
Teodor Sigaev
2016-04-07
*
Standardize GetTokenInformation() error reporting.
Noah Misch
2016-04-06
*
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-06
*
Add new catalog called pg_init_privs
Stephen Frost
2016-04-06
*
Add jsonb_insert
Teodor Sigaev
2016-04-06
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
*
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-04-05
*
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-05
*
Add a \gexec command to psql for evaluation of computed queries.
Tom Lane
2016-04-04
*
Improve estimate of distinct values in estimate_num_groups().
Dean Rasheed
2016-04-04
*
Fix typo in pg_regress.c
Stephen Frost
2016-04-02
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
test_slot_timelines: Fix alternate expected output
Alvaro Herrera
2016-04-01
*
Fix logical_decoding_timelines test crashes
Alvaro Herrera
2016-04-01
*
Type names should not be quoted
Alvaro Herrera
2016-04-01
*
Get rid of minus zero in box regression test.
Tom Lane
2016-04-01
[next]