index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
*
Expose control file data via SQL accessible functions.
Joe Conway
2016-03-05
*
Improve support of Hunspell in ispell dictionary.
Teodor Sigaev
2016-03-04
*
Revert buggy optimization of index scans
Simon Riggs
2016-03-03
*
Create stub functions to support pg_upgrade of old contrib/tsearch2.
Tom Lane
2016-03-02
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Add new FDW API to test for parallel-safety.
Robert Haas
2016-02-26
*
Fix typos
Alvaro Herrera
2016-02-25
*
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-22
*
Remove redundant PGPROC.lockGroupLeaderIdentifier field.
Tom Lane
2016-02-22
*
Cosmetic improvements in new config_info code.
Tom Lane
2016-02-21
*
Cosmetic improvements to group locking.
Robert Haas
2016-02-21
*
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-02-20
*
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-19
*
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
*
Add new system view, pg_config
Joe Conway
2016-02-17
*
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-17
*
Move DATA entry to correct position
Joe Conway
2016-02-15
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
*
Suppress compiler warnings about useless comparison of unsigned to zero.
Tom Lane
2016-02-15
*
Correct Copyright year from 2015 to 2016
Joe Conway
2016-02-15
*
Replace broken link in comment.
Noah Misch
2016-02-15
*
Introduce extensible node types.
Robert Haas
2016-02-12
*
Remove GROUP BY columns that are functionally dependent on other columns.
Tom Lane
2016-02-11
*
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-11
*
Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas
2016-02-11
*
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-02-11
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
*
Code cleanup in the wake of recent LWLock refactoring.
Robert Haas
2016-02-10
*
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
*
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
*
Fix parallel-safety markings for pg_upgrade functions.
Robert Haas
2016-02-07
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
*
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
*
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-02-06
*
Fix typo.
Robert Haas
2016-02-05
*
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-04
*
Add some additional core functions to support join pushdown for FDWs.
Robert Haas
2016-02-04
*
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-02-04
*
Extend sortsupport for text to more opclasses.
Robert Haas
2016-02-03
*
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
*
Remove CustomPath's TextOutCustomPath method.
Robert Haas
2016-02-03
*
Add support for systemd service notifications
Peter Eisentraut
2016-02-02
*
Remove unnecessary "implementation of FOO operator" DESCR() entries.
Tom Lane
2016-02-02
*
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().
Tom Lane
2016-02-02
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-29
*
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-29
[next]