aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Reuse abbreviated keys in ordered [set] aggregates.Robert Haas2016-02-17
* Allow the WAL writer to flush WAL at a reduced rate.Andres Freund2016-02-16
* Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane2016-02-15
* Allow SetHintBits() to succeed if the buffer's LSN is new enough.Andres Freund2016-02-15
* Make concurrent refresh check early that there is a unique index on matview.Fujii Masao2016-02-16
* Make GetLockStatusData's header comment resemble reality.Tom Lane2016-02-13
* Change delimiter used for display of NextXIDJoe Conway2016-02-12
* Introduce extensible node types.Robert Haas2016-02-12
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-12
* Refactor check_functional_grouping() to use get_primary_key_attnos().Tom Lane2016-02-11
* Remove GROUP BY columns that are functionally dependent on other columns.Tom Lane2016-02-11
* Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane2016-02-11
* Fix typo in comment.Tom Lane2016-02-11
* Shift the responsibility for emitting "database system is shut down".Tom Lane2016-02-11
* Use separate lwlock tranches for buffer, lock, and predicate lock managers.Robert Haas2016-02-11
* Improve error reporting in format()Teodor Sigaev2016-02-11
* Rename PGPROC fields related to group XID clearing again.Robert Haas2016-02-11
* Avoid use of sscanf() to parse ispell dictionary files.Tom Lane2016-02-10
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-10
* Code cleanup in the wake of recent LWLock refactoring.Robert Haas2016-02-10
* Add still more chattiness in server shutdown.Tom Lane2016-02-09
* Add more chattiness in server shutdown.Tom Lane2016-02-09
* Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane2016-02-08
* Re-pgindent varlena.c.Tom Lane2016-02-08
* Rename typedef "string" to "VarString".Tom Lane2016-02-08
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-08
* Fix overeager pushdown of HAVING clauses when grouping sets are used.Andres Freund2016-02-08
* Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane2016-02-07
* ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.Tom Lane2016-02-07
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-07
* Introduce group locking to prevent parallel processes from deadlocking.Robert Haas2016-02-07
* Improve speed of timestamp/time/date output functions.Tom Lane2016-02-06
* Fix comment block trashed by pgindent.Tom Lane2016-02-06
* Improve HJDEBUG code a bit.Tom Lane2016-02-06
* Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().Noah Misch2016-02-05
* Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch2016-02-05
* Fix typo in comment.Robert Haas2016-02-05
* Remove parallel-safety check from GetExistingLocalJoinPath.Robert Haas2016-02-05
* Fix small goof in comment.Robert Haas2016-02-05
* Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane2016-02-04
* When modifying a foreign table, initialize tableoid field properly.Robert Haas2016-02-04
* Improve error messagePeter Eisentraut2016-02-04
* Add some additional core functions to support join pushdown for FDWs.Robert Haas2016-02-04
* Change the way that LWLocks for extensions are allocated.Robert Haas2016-02-04
* Extend sortsupport for text to more opclasses.Robert Haas2016-02-03
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Remove CustomPath's TextOutCustomPath method.Robert Haas2016-02-03
* Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane2016-02-03
* Add support for systemd service notificationsPeter Eisentraut2016-02-02
* Improve error reporting when location specified by postgres -D does not existPeter Eisentraut2016-02-02