aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Further cleanup from the strong-random patch.Heikki Linnakangas2016-12-12
* Fix two thinkos related to strong random keys.Heikki Linnakangas2016-12-12
* Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.Tom Lane2016-12-11
* Fix crasher bug in array_position(s)Alvaro Herrera2016-12-09
* Fix thinko in safeguard for negative availMem.Heikki Linnakangas2016-12-08
* Fix bogus comment.Robert Haas2016-12-08
* Silence compiler warning.Robert Haas2016-12-08
* Log the creation of an init fork unconditionally.Robert Haas2016-12-08
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-08
* Clean up password authentication code a bit.Heikki Linnakangas2016-12-08
* Fix accounting of memory needed for merge heap.Heikki Linnakangas2016-12-08
* Implement table partitioning.Robert Haas2016-12-07
* Fix query cancellation.Heikki Linnakangas2016-12-07
* Fix whitespace.Heikki Linnakangas2016-12-07
* Silence compiler warningsStephen Frost2016-12-06
* Fix unsafe assumption that struct timeval.tv_sec is a "long".Tom Lane2016-12-06
* Fix interaction of parallel query with prepared statements.Robert Haas2016-12-06
* Ensure gatherstate->nextreader is properly initialized.Robert Haas2016-12-05
* 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