summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-27Fix pg_get_functiondef to dump parallel-safety markings.Robert Haas
2016-04-26Yet more portability hacking for degree-based trig functions.Tom Lane
2016-04-26Enable parallel query by default.Robert Haas
2016-04-25Fix C comment typo and redundant testKevin Grittner
2016-04-25New method for preventing compile-time calculation of degree constants.Tom Lane
2016-04-24Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund
2016-04-23Rename strtoi() to strtoint().Tom Lane
2016-04-23Properly mark initRectBox() as taking 'void' argsBruce Momjian
2016-04-21Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane
2016-04-21Prevent possible crash reading pg_stat_activity.Robert Haas
2016-04-13Use PG_INT32_MIN instead of reiterating the constant.Robert Haas
2016-04-12Fix whitespacePeter Eisentraut
2016-04-11Make oldSnapshotControl a pointer to a volatile structureKevin Grittner
2016-04-11Fix whitespacePeter Eisentraut
2016-04-11Add comment about intentional fallthrough in switch.Tom Lane
2016-04-08Create default rolesStephen Frost
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Add combine functions for various floating-point aggregates.Robert Haas
2016-04-08Restore original tsquery operation numbering.Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Attempt to fix breakage due to declaration following code.Robert Haas
2016-04-08Rename comparePos() to compareWordEntryPos()Teodor Sigaev
2016-04-08Use quicksort, not replacement selection, for external sorting.Robert Haas
2016-04-08Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs
2016-04-07Zeroing unused parts ducring tsquery construction.Teodor Sigaev
2016-04-07Phrase full text search.Teodor Sigaev
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
2016-04-07Use GRANT system to manage access to sensitive functionsStephen Frost
2016-04-07In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost
2016-04-06Add jsonb_insertTeodor Sigaev
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-04-05Add parallel query support functions for assorted aggregates.Robert Haas
2016-04-04Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane
2016-04-04Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane
2016-04-04Improve estimate of distinct values in estimate_num_groups().Dean Rasheed
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-30Improve portability of I/O behavior for the geometric types.Tom Lane
2016-03-30Suppress uninitialized-variable warnings.Tom Lane
2016-03-30Introduce SP-GiST operator class over box.Teodor Sigaev
2016-03-30Use traversalValue in SP-GiST range opclass.Teodor Sigaev
2016-03-30Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas
2016-03-29Fix interval_mul() to not produce insane results.Tom Lane
2016-03-29Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane
2016-03-28Document errhidecontext() where it ought to be documented.Tom Lane
2016-03-28Reset plan->row_security_env and planUserIdStephen Frost
2016-03-28Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane