summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-02-02Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-02-01Fix typos in commentsMagnus Hagander
2016-02-01Fix misspelled function name in comment.Heikki Linnakangas
2016-01-30Fix whitespacePeter Eisentraut
2016-01-29Migrate replication slot I/O locks into a separate tranche.Robert Haas
2016-01-29Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-28Avoid multiple foreign server connections when all use same user mapping.Robert Haas
2016-01-28Fix typos in comments and docFujii Masao
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2016-01-28Assert that create_unique_path returns non-NULL.Robert Haas
2016-01-26Fix startup so that log prefix %h works for the log_connections message.Tom Lane
2016-01-26Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane
2016-01-24Correct comment in GetConflictingVirtualXIDs()Simon Riggs
2016-01-24Yet further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Still further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Adjust degree-based trig functions for more portability.Tom Lane
2016-01-22Add trigonometric functions that work in degrees.Tom Lane
2016-01-22Improve cross-platform consistency of Inf/NaN handling in trig functions.Tom Lane
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2016-01-22Make extract() do something more reasonable with infinite datetimes.Tom Lane
2016-01-22Suppress compiler warning.Tom Lane
2016-01-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-21Add defenses against putting expanded objects into Const nodes.Tom Lane
2016-01-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-21Refactor headers to split out standby defsSimon Riggs
2016-01-21Speedup 2PC by skipping two phase state files in normal pathSimon Riggs
2016-01-21Refactor to create generic WAL page read callbackSimon Riggs
2016-01-20Support parallel joins, and make related improvements.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian
2016-01-19Add two HyperLogLog functionsAlvaro Herrera
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-18Add explicit cast to amcostestimate call.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-18Re-pgindent a few files.Tom Lane
2016-01-15Fix spelling mistakes.Robert Haas
2016-01-14Fix build_grouping_chain() to not clobber its input lists.Tom Lane
2016-01-14Properly close token in sspi authenticationMagnus Hagander
2016-01-12Add new user fn pg_current_xlog_flush_location()Simon Riggs
2016-01-12Maintain local LogwrtResult consistentlySimon Riggs
2016-01-11Remove obsolete comment.Robert Haas
2016-01-09Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2016-01-09Revoke change to rmgr desc of btree vacuumSimon Riggs
2016-01-09Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs
2016-01-08Marginal cleanup of GROUPING SETS code in grouping_planner().Tom Lane
2016-01-08Delay creation of subplan tlist until after create_plan().Tom Lane