index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-17
*
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
*
Allow SetHintBits() to succeed if the buffer's LSN is new enough.
Andres Freund
2016-02-15
*
Make concurrent refresh check early that there is a unique index on matview.
Fujii Masao
2016-02-16
*
Make GetLockStatusData's header comment resemble reality.
Tom Lane
2016-02-13
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
*
Introduce extensible node types.
Robert Haas
2016-02-12
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
*
Refactor check_functional_grouping() to use get_primary_key_attnos().
Tom Lane
2016-02-11
*
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
*
Fix typo in comment.
Tom Lane
2016-02-11
*
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
*
Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas
2016-02-11
*
Improve error reporting in format()
Teodor Sigaev
2016-02-11
*
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-02-11
*
Avoid use of sscanf() to parse ispell dictionary files.
Tom Lane
2016-02-10
*
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
*
Add still more chattiness in server shutdown.
Tom Lane
2016-02-09
*
Add more chattiness in server shutdown.
Tom Lane
2016-02-09
*
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
*
Re-pgindent varlena.c.
Tom Lane
2016-02-08
*
Rename typedef "string" to "VarString".
Tom Lane
2016-02-08
*
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
*
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2016-02-08
*
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
*
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
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 comment block trashed by pgindent.
Tom Lane
2016-02-06
*
Improve HJDEBUG code a bit.
Tom Lane
2016-02-06
*
Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().
Noah Misch
2016-02-05
*
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2016-02-05
*
Fix typo in comment.
Robert Haas
2016-02-05
*
Remove parallel-safety check from GetExistingLocalJoinPath.
Robert Haas
2016-02-05
*
Fix small goof in comment.
Robert Haas
2016-02-05
*
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-04
*
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-04
*
Improve error message
Peter Eisentraut
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
*
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
*
Add support for systemd service notifications
Peter Eisentraut
2016-02-02
*
Improve error reporting when location specified by postgres -D does not exist
Peter Eisentraut
2016-02-02
[next]