summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-11-20Fix pg_control_checkpoint from commit 4b0d28de06Simon Riggs
2017-11-20Tweak use of ExecContextForcesOids by Gather (Merge).Robert Haas
2017-11-20Pass eflags down to parallel workers.Robert Haas
2017-11-19Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs
2017-11-18Fix compiler warning in rangetypes_spgist.c.Tom Lane
2017-11-18Merge near-duplicate code in RI triggers.Tom Lane
2017-11-18Improve to_date/to_number/to_timestamp behavior with multibyte characters.Tom Lane
2017-11-18Fix quoted-substring handling in format parsing for to_char/to_number/etc.Tom Lane
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-11-17Update postgresql.conf.sample comment for bgwriter_lru_maxpagesRobert Haas
2017-11-17Prevent to_number() from losing data when template doesn't match exactly.Tom Lane
2017-11-17Remove BufFile's isTemp flag.Andres Freund
2017-11-17Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund
2017-11-16Make PL/Python handle domain-type conversions correctly.Tom Lane
2017-11-16Fix broken cleanup interlock for GIN pending list.Robert Haas
2017-11-16Fix typo in comment.Robert Haas
2017-11-16Update postgresql.conf.sample to match pg_settings classificaitons.Robert Haas
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan
2017-11-15Centralize executor-related partitioning code.Robert Haas
2017-11-15Add hooks for session start and session endAndrew Dunstan
2017-11-15Fix typo.Robert Haas
2017-11-15Add parallel_leader_participation GUC.Robert Haas
2017-11-14Simplify index_[constraint_]create APIAlvaro Herrera
2017-11-13Push target list evaluation through Gather Merge.Robert Haas
2017-11-13Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas
2017-11-13Fix typoStephen Frost
2017-11-12Install Windows crash dump handler before all else.Noah Misch
2017-11-12Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch
2017-11-11Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch
2017-11-10Account for the effect of lossy pages when costing bitmap scans.Robert Haas
2017-11-10Fix some null pointer dereferences in LDAP auth codePeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-10Fix incorrect comment.Robert Haas
2017-11-09Add hash partitioning.Robert Haas
2017-11-09Refactor permissions checks for large objects.Tom Lane
2017-11-09Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane
2017-11-09Fix typo in ALTER SYSTEM output.Tom Lane
2017-11-08Fix two violations of the ResourceOwnerEnlarge/Remember protocol.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-07Fix typo in comment.Robert Haas
2017-11-07Remove secondary checkpointSimon Riggs
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-11-06Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed
2017-11-05Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch
2017-11-04Fix incorrect use of boolPeter Eisentraut
2017-11-03Avoid looping through line pointers twice in PageRepairFragmentation().Tom Lane
2017-11-03Flag index metapages as standard-format in xlog.c calls.Tom Lane
2017-11-03Fix thinkos in BRIN summarizationAlvaro Herrera
2017-11-03Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut