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