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