aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add support for restrictive RLS policiesStephen Frost2016-12-05
* dsa: Cope with the possibility that SIZE_MAX is not defined.Robert Haas2016-12-05
* Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020.Robert Haas2016-12-05
* Reduce the default for max_worker_processes back to 8.Robert Haas2016-12-05
* Fix more DSA problems uncovered by the buildfarm.Robert Haas2016-12-05
* Try to fix some DSA-related compiler warnings.Robert Haas2016-12-05
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Fix incorrect output from gin_desc().Fujii Masao2016-12-05
* Don't mess up pstate->p_next_resno in transformOnConflictClause().Tom Lane2016-12-04
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-02
* Introduce dynamic shared memory areas.Robert Haas2016-12-02
* Management of free memory pages.Robert Haas2016-12-02
* Fix outdated commentsAlvaro Herrera2016-12-02
* Add max_parallel_workers GUC.Robert Haas2016-12-02
* Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera2016-12-02
* Refactor libpqwalreceiverPeter Eisentraut2016-12-01
* Use latch instead of select() in walreceiverPeter Eisentraut2016-12-01
* Add aggregate_with_argtypes and use it consistentlyPeter Eisentraut2016-12-01
* Move function_with_argtypes to a better locationPeter Eisentraut2016-12-01
* Use grammar symbol function_with_argtypes consistentlyPeter Eisentraut2016-12-01
* User narrower representative tuples in the hash-agg hashtable.Andres Freund2016-11-30
* Perform one only projection to compute agg arguments.Andres Freund2016-11-30
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Make all unicode perl scripts to use strict, rearrange logic for clarity.Heikki Linnakangas2016-11-30
* Rewrite the perl scripts to produce our Unicode conversion tables.Heikki Linnakangas2016-11-30
* Remove leading zeros, for consistency with other map files.Heikki Linnakangas2016-11-30
* Remove code points < 0x80 from character conversion tables.Heikki Linnakangas2016-11-30
* Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.Tom Lane2016-11-29
* Improve eqjoinsel_semi's behavior for small inner relations with no stats.Tom Lane2016-11-29
* Straighten out some whitespacePeter Eisentraut2016-11-29
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-29
* Fix incorrect variable type in set_rel_consider_parallel().Tom Lane2016-11-29
* Fix estimate_expression_value to constant-fold SQLValueFunction nodes.Tom Lane2016-11-28
* Fix get_relation_info name typo'ed in a commentAlvaro Herrera2016-11-28
* Code review for early drop of orphaned temp relations in autovacuum.Tom Lane2016-11-27
* Fix test about ignoring extension dependencies during extension scripts.Tom Lane2016-11-26
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Mark a query's topmost Paths parallel-unsafe if they will have initPlans.Tom Lane2016-11-25
* Check for pending trigger events on far end when dropping an FK constraint.Tom Lane2016-11-25
* Fix typo in commentMagnus Hagander2016-11-25
* Fix commit_ts for FrozenXid and BootstrapXidAlvaro Herrera2016-11-24
* Avoid masking a function parameter name with a local variable name.Tom Lane2016-11-23
* Make sure ALTER TABLE preserves index tablespaces.Tom Lane2016-11-23
* Remove barrier.hRobert Haas2016-11-22
* Improve handling of "UPDATE ... SET (column_list) = row_constructor".Tom Lane2016-11-22
* Support condition variables.Robert Haas2016-11-22
* Fix uninitialized variable.Tom Lane2016-11-21
* Fix PGLC_localeconv() to handle errors better.Tom Lane2016-11-21
* Fix optimization for skipping searches for parallel-query hazards.Tom Lane2016-11-21
* autovacuum: Drop orphan temp tables more quickly but with more caution.Robert Haas2016-11-21