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 dependencies for extended statistics objects.
Tom Lane
2017-05-12
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Avoid tests which crash the calling process on Windows
Andrew Dunstan
2017-05-12
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
*
Prohibit transition tables on views and foreign tables.
Robert Haas
2017-05-09
*
Don't permit transition tables with TRUNCATE triggers.
Robert Haas
2017-05-09
*
Disallow finite partition bound following earlier UNBOUNDED column.
Robert Haas
2017-05-09
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-08
*
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
*
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
*
Make SCRAM salts and nonces longer.
Heikki Linnakangas
2017-05-05
*
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-04
*
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-03
*
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
*
extstats: change output functions to emit valid JSON
Alvaro Herrera
2017-05-02
*
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
*
Fix mis-optimization of semijoins with more than one LHS relation.
Tom Lane
2017-05-01
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Micro-optimize some slower queries in the opr_sanity regression test.
Tom Lane
2017-04-29
*
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Wait between tablesync worker restarts
Peter Eisentraut
2017-04-28
*
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-27
*
Additional tests for subtransactions in recovery
Simon Riggs
2017-04-27
*
pg_get_partkeydef: return NULL for non-partitions
Stephen Frost
2017-04-26
*
Allow ALTER TABLE ONLY on partitioned tables
Stephen Frost
2017-04-25
*
Set the priorities of all quorum synchronous standbys to 1.
Fujii Masao
2017-04-26
*
Code review for commands/statscmds.c.
Tom Lane
2017-04-24
*
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
*
Require sufficiently modern version of Test::More for TAP tests
Andrew Dunstan
2017-04-22
*
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
2017-04-21
*
Modify message when partitioned table is added to publication
Peter Eisentraut
2017-04-20
*
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
*
Provide an error cursor for "can't call an SRF here" errors.
Tom Lane
2017-04-18
*
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
*
Allow COMMENT ON COLUMN with partitioned tables
Simon Riggs
2017-04-18
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Tighten up relation kind checks for extended statistics
Alvaro Herrera
2017-04-17
*
Fix typos in comment and log message.
Fujii Masao
2017-04-18
*
Fix extended statistics with partial analyzes
Alvaro Herrera
2017-04-17
*
Document that ONLY can be specified in publication commands
Peter Eisentraut
2017-04-17
*
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-16
*
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-14
[next]