index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Document that bytea is best represented as char * in C for ecpg.
Michael Meskes
2017-04-11
*
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
*
Fix whitespace
Peter Eisentraut
2017-04-10
*
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-10
*
Fix indentation.
Heikki Linnakangas
2017-04-10
*
Document the "replication" option in StartupMessage.
Heikki Linnakangas
2017-04-10
*
Make sepgsql regression tests robust vs. collation differences
Joe Conway
2017-04-09
*
Add partitioned table support to sepgsql
Joe Conway
2017-04-09
*
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
*
doc: Add some markup
Peter Eisentraut
2017-04-07
*
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Fix issues in e8fdbd58fe.
Andres Freund
2017-04-07
*
doc: Add SPFLAGS to osx calls
Peter Eisentraut
2017-04-07
*
doc: Add missing closing tag
Peter Eisentraut
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-06
*
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-06
*
Remove use of Jade and DSSSL
Peter Eisentraut
2017-04-06
*
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
*
Silence uninitialized variable compiler warning in sepgsql
Joe Conway
2017-04-06
*
Silence compiler warning in sepgsql
Joe Conway
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
[next]