summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-02-15Allow SetHintBits() to succeed if the buffer's LSN is new enough.Andres Freund
2016-02-15Make concurrent refresh check early that there is a unique index on matview.Fujii Masao
2016-02-13Make GetLockStatusData's header comment resemble reality.Tom Lane
2016-02-12Change delimiter used for display of NextXIDJoe Conway
2016-02-12Introduce extensible node types.Robert Haas
2016-02-12Make builtin lwlock tranche names consistent.Robert Haas
2016-02-11Refactor check_functional_grouping() to use get_primary_key_attnos().Tom Lane
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-11Fix typo in comment.Tom Lane
2016-02-11Shift the responsibility for emitting "database system is shut down".Tom Lane
2016-02-11Use separate lwlock tranches for buffer, lock, and predicate lock managers.Robert Haas
2016-02-11Improve error reporting in format()Teodor Sigaev
2016-02-11Rename PGPROC fields related to group XID clearing again.Robert Haas
2016-02-11Avoid use of sscanf() to parse ispell dictionary files.Tom Lane
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-10Add still more chattiness in server shutdown.Tom Lane
2016-02-09Add more chattiness in server shutdown.Tom Lane
2016-02-08Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane
2016-02-08Re-pgindent varlena.c.Tom Lane
2016-02-08Rename typedef "string" to "VarString".Tom Lane
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2016-02-08Fix overeager pushdown of HAVING clauses when grouping sets are used.Andres Freund
2016-02-07Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane
2016-02-07ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.Tom Lane
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-06Fix comment block trashed by pgindent.Tom Lane
2016-02-06Improve HJDEBUG code a bit.Tom Lane
2016-02-06Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().Noah Misch
2016-02-06Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch
2016-02-05Fix typo in comment.Robert Haas
2016-02-05Remove parallel-safety check from GetExistingLocalJoinPath.Robert Haas
2016-02-05Fix small goof in comment.Robert Haas
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-02-05When modifying a foreign table, initialize tableoid field properly.Robert Haas
2016-02-05Improve error messagePeter Eisentraut
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-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2016-02-03Improve error reporting when location specified by postgres -D does not existPeter Eisentraut
2016-02-02Don't test for system columns on join relationsAlvaro Herrera
2016-02-02Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas