summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-04-01Omit null rows when applying the Haas-Stokes estimator for ndistinct.Tom Lane
2016-04-01Type names should not be quotedAlvaro Herrera
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-31Support using index-only scans with partial indexes in more cases.Tom Lane
2016-03-31Fix broken variable declarationAlvaro Herrera
2016-03-31Use proper format specifier %X/%X for LSN.Fujii Masao
2016-03-30Enable logical slots to follow timeline switchesAlvaro Herrera
2016-03-30XLogReader general code cleanupAlvaro Herrera
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-30Introduce traversalValue for SP-GiST scanTeodor 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-29Fix bug in aggregate (de)serialization commit.Robert Haas
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-03-29Fix support of digits in email/hostnames.Teodor Sigaev
2016-03-29Rework custom scans to work more like the new extensible node stuff.Robert Haas
2016-03-29Don't require a user mapping for FDWs to work.Robert Haas
2016-03-29Fix typo in comment.Robert Haas
2016-03-28Document errhidecontext() where it ought to be documented.Tom Lane
2016-03-28Improve internationalization of messages involving type namesAlvaro Herrera
2016-03-28Reset plan->row_security_env and planUserIdStephen Frost
2016-03-28Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane
2016-03-27Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().Tom Lane
2016-03-27Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().Tom Lane
2016-03-27Fix LWLockReportWaitEnd() parameter list to be (void).Andres Freund
2016-03-27Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund
2016-03-26Avoid a couple of zero-divide scenarios in the planner.Tom Lane
2016-03-25Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane
2016-03-25Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane
2016-03-25Don't split up SRFs when choosing to postpone SELECT output expressions.Tom Lane
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-24Suppress compiler warning for get_am_type_string().Tom Lane
2016-03-24Use correct GetDatum function.Robert Haas
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-23Disable abbreviated keys for string-sorting in non-C locales.Robert Haas
2016-03-23Partition the freelist for shared dynahash tables.Robert Haas
2016-03-23Code review for error reports in jsonb_set().Tom Lane
2016-03-23Fix unsafe use of strtol() on a non-null-terminated Text datum.Tom Lane
2016-03-23Change comment to describe correct lock level usedSimon Riggs
2016-03-22Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane
2016-03-21Make max_parallel_degree PGC_USERSET.Robert Haas
2016-03-21Support parallel aggregation.Robert Haas
2016-03-21Properly declare FeBeWaitSet.Andres Freund
2016-03-21Introduce WaitEventSet API.Andres Freund