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
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
*
Make extract() do something more reasonable with infinite datetimes.
Tom Lane
2016-01-21
*
Suppress compiler warning.
Tom Lane
2016-01-21
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
*
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-22
*
Refactor headers to split out standby defs
Simon Riggs
2016-01-20
*
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-20
*
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-20
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-19
*
Add two HyperLogLog functions
Alvaro Herrera
2016-01-19
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
*
Add explicit cast to amcostestimate call.
Tom Lane
2016-01-17
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Re-pgindent a few files.
Tom Lane
2016-01-17
*
Fix spelling mistakes.
Robert Haas
2016-01-14
*
Fix build_grouping_chain() to not clobber its input lists.
Tom Lane
2016-01-14
*
Properly close token in sspi authentication
Magnus Hagander
2016-01-14
*
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-12
*
Maintain local LogwrtResult consistently
Simon Riggs
2016-01-12
*
Remove obsolete comment.
Robert Haas
2016-01-10
*
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-09
*
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
*
Revoke change to rmgr desc of btree vacuum
Simon Riggs
2016-01-09
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
*
Marginal cleanup of GROUPING SETS code in grouping_planner().
Tom Lane
2016-01-07
*
Delay creation of subplan tlist until after create_plan().
Tom Lane
2016-01-07
*
pgstat: add WAL receiver status view & SRF
Alvaro Herrera
2016-01-07
*
Remove vestigial CHECK_FOR_INTERRUPTS call.
Tom Lane
2016-01-07
*
Provide more detail in postmaster log for password authentication failures.
Tom Lane
2016-01-07
*
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-07
*
Comment typo fix.
Tom Lane
2016-01-06
*
Add scale(numeric)
Alvaro Herrera
2016-01-05
*
Remove some ancient and unmaintained encoding-conversion test cruft.
Tom Lane
2016-01-05
*
Make the to_reg*() functions accept text not cstring.
Tom Lane
2016-01-05
*
Make pg_shseclabel available in early backend startup
Alvaro Herrera
2016-01-05
*
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
*
Fix regrole and regnamespace output functions to do quoting, too.
Tom Lane
2016-01-04
*
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2016-01-04
*
Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.
Tom Lane
2016-01-03
*
Guard against null arguments in binary_upgrade_create_empty_extension().
Tom Lane
2016-01-03
*
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-03
*
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Cover heap_page_prune_opt()'s cleanup lock tactic in README.
Noah Misch
2016-01-01
*
Teach flatten_reloptions() to quote option values safely.
Tom Lane
2016-01-01
*
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2016-01-01
*
Fix comments about WAL rule "write xlog before data" versus pg_multixact.
Noah Misch
2016-01-01
[next]