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
Age
Commit message (
Expand
)
Author
2017-04-10
Run most pg_dump and pg_dumpall tests with --no-sync
Andrew Dunstan
2017-04-10
Use weaker locks when updating pg_subscription_rel
Peter Eisentraut
2017-04-10
Fix initialization of dsa.c free area counter.
Andres Freund
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
Fix typo in comment
Peter Eisentraut
2017-04-10
Support configuration reload in logical replication workers
Peter Eisentraut
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
Clean up bugs in clause_selectivity() cleanup.
Tom Lane
2017-04-08
Add newly-symlinked files to "make clean" target.
Tom Lane
2017-04-08
Fix the new SASLprep tests to work with non-UTF-8 locales.
Heikki Linnakangas
2017-04-08
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-08
Fix issues in e8fdbd58fe.
Andres Freund
2017-04-07
Fix printf format to use %zd when printing sizes
Alvaro Herrera
2017-04-07
Reduce the number of pallocs() in BRIN
Alvaro Herrera
2017-04-07
Improve 64bit atomics support.
Andres Freund
2017-04-07
Fix compiler warning
Peter Eisentraut
2017-04-07
Avoid using a C++ keyword in header file
Peter Eisentraut
2017-04-07
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-07
Use English, instead of internal names, for translatable messages.
Robert Haas
2017-04-07
Add ProcArrayGroupUpdate wait event.
Robert Haas
2017-04-07
Ensure that ExecPrepareExprList's result is all in one memory context.
Tom Lane
2017-04-07
Remove duplicate assignment.
Heikki Linnakangas
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
2017-04-07
Fix typo in comment
Magnus Hagander
2017-04-07
Remove extraneous comma to satisfy picky compiler
Andrew Dunstan
2017-04-07
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-07
Remove use of Jade and DSSSL
Peter Eisentraut
2017-04-07
Clean up after insufficiently-researched optimization of tuple conversions.
Tom Lane
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().
Kevin Grittner
2017-04-06
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
Fix parallel bitmapscan tests on builds without USE_PREFETCH.
Andres Freund
2017-04-06
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
Add minimal test for EXPLAIN ANALYZE of parallel query.
Andres Freund
2017-04-06
Increase parallel bitmap scan test coverage.
Andres Freund
2017-04-06
Fix logical replication between different encodings
Peter Eisentraut
2017-04-06
Mark immutable functions in information schema as parallel safe
Peter Eisentraut
2017-04-06
pg_dump: Rename some typedefs to avoid name conflicts
Peter Eisentraut
2017-04-06
Clean up psql/describe.c's messy query for extended stats.
Tom Lane
2017-04-06
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
Fix compiler warning and add some more comments
Peter Eisentraut
2017-04-06
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-04-06
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
Identity columns
Peter Eisentraut
2017-04-06
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
[next]