aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* Expose control file data via SQL accessible functions.Joe Conway2016-03-05
* Improve support of Hunspell in ispell dictionary.Teodor Sigaev2016-03-04
* Revert buggy optimization of index scansSimon Riggs2016-03-03
* Create stub functions to support pg_upgrade of old contrib/tsearch2.Tom Lane2016-03-02
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Add new FDW API to test for parallel-safety.Robert Haas2016-02-26
* Fix typosAlvaro Herrera2016-02-25
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Remove redundant PGPROC.lockGroupLeaderIdentifier field.Tom Lane2016-02-22
* Cosmetic improvements in new config_info code.Tom Lane2016-02-21
* Cosmetic improvements to group locking.Robert Haas2016-02-21
* Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed2016-02-20
* Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch2016-02-19
* Add an explicit representation of the output targetlist to Paths.Tom Lane2016-02-18
* Add new system view, pg_configJoe Conway2016-02-17
* Reuse abbreviated keys in ordered [set] aggregates.Robert Haas2016-02-17
* Move DATA entry to correct positionJoe Conway2016-02-15
* 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
* Correct Copyright year from 2015 to 2016Joe Conway2016-02-15
* Replace broken link in comment.Noah Misch2016-02-15
* Introduce extensible node types.Robert Haas2016-02-12
* 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
* Use separate lwlock tranches for buffer, lock, and predicate lock managers.Robert Haas2016-02-11
* Rename PGPROC fields related to group XID clearing again.Robert Haas2016-02-11
* 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
* Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane2016-02-08
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-08
* Fix parallel-safety markings for pg_upgrade functions.Robert Haas2016-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 typo.Robert Haas2016-02-05
* Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane2016-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
* Add support for systemd service notificationsPeter Eisentraut2016-02-02
* Remove unnecessary "implementation of FOO operator" DESCR() entries.Tom Lane2016-02-02
* Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane2016-02-02
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Migrate replication slot I/O locks into a separate tranche.Robert Haas2016-01-29
* Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas2016-01-29