summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2016-03-08Add some functions to fd.c for the convenience of extensions.Robert Haas
2016-03-08Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-05Expose control file data via SQL accessible functions.Joe Conway
2016-03-04Improve support of Hunspell in ispell dictionary.Teodor Sigaev
2016-03-03Revert buggy optimization of index scansSimon Riggs
2016-03-02Create stub functions to support pg_upgrade of old contrib/tsearch2.Tom Lane
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-02-26Add new FDW API to test for parallel-safety.Robert Haas
2016-02-25Fix typosAlvaro Herrera
2016-02-22Create a function to reliably identify which sessions block which others.Tom Lane
2016-02-22Remove redundant PGPROC.lockGroupLeaderIdentifier field.Tom Lane
2016-02-21Cosmetic improvements in new config_info code.Tom Lane
2016-02-21Cosmetic improvements to group locking.Robert Haas
2016-02-20Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed
2016-02-20Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch
2016-02-19Add an explicit representation of the output targetlist to Paths.Tom Lane
2016-02-17Add new system view, pg_configJoe Conway
2016-02-17Reuse abbreviated keys in ordered [set] aggregates.Robert Haas
2016-02-16Move DATA entry to correct positionJoe Conway
2016-02-15Allow the WAL writer to flush WAL at a reduced rate.Andres Freund
2016-02-15Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane
2016-02-15Correct Copyright year from 2015 to 2016Joe Conway
2016-02-15Replace broken link in comment.Noah Misch
2016-02-12Introduce extensible node types.Robert Haas
2016-02-11Remove GROUP BY columns that are functionally dependent on other columns.Tom Lane
2016-02-11Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane
2016-02-11Use separate lwlock tranches for buffer, lock, and predicate lock managers.Robert Haas
2016-02-11Rename PGPROC fields related to group XID clearing again.Robert Haas
2016-02-10Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane
2016-02-10Code cleanup in the wake of recent LWLock refactoring.Robert Haas
2016-02-08Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2016-02-07Fix parallel-safety markings for pg_upgrade functions.Robert Haas
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-02-07Introduce group locking to prevent parallel processes from deadlocking.Robert Haas
2016-02-07Improve speed of timestamp/time/date output functions.Tom Lane
2016-02-05Fix typo.Robert Haas
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-02-04Add some additional core functions to support join pushdown for FDWs.Robert Haas
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2016-02-03Extend sortsupport for text to more opclasses.Robert Haas
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-02-03Remove CustomPath's TextOutCustomPath method.Robert Haas
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2016-02-02Remove unnecessary "implementation of FOO operator" DESCR() entries.Tom Lane
2016-02-02Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas