index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
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-05
Make SCRAM salts and nonces longer.
Heikki Linnakangas
2017-05-04
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-02
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-01
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-04-30
Micro-optimize some slower queries in the opr_sanity regression test.
Tom Lane
2017-04-28
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-26
pg_get_partkeydef: return NULL for non-partitions
Stephen Frost
2017-04-25
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-24
Code review for commands/statscmds.c.
Tom Lane
2017-04-23
Fix TAP infrastructure to support Mingw better
Andrew Dunstan
2017-04-22
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-21
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
2017-04-20
Modify message when partitioned table is added to publication
Peter Eisentraut
2017-04-18
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-17
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-17
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-14
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-13
Remove pg_stats_ext view
Alvaro Herrera
2017-04-12
Speed up hash_index regression test.
Tom Lane
2017-04-12
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-11
Allow a rule on partitioned table to be renamed.
Robert Haas
2017-04-10
Run most pg_dump and pg_dumpall tests with --no-sync
Andrew Dunstan
2017-04-10
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-04-10
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-08
Fix the new SASLprep tests to work with non-UTF-8 locales.
Heikki Linnakangas
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
Improve 64bit atomics support.
Andres Freund
2017-04-07
Fix planner error (or assert trap) with nested set operations.
Tom Lane
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
[next]