aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane2016-04-04
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-04
* Improve estimate of distinct values in estimate_num_groups().Dean Rasheed2016-04-04
* Avoid archiving XLOG_RUNNING_XACTS on idle serverSimon Riggs2016-04-04
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs2016-04-03
* Make all the declarations of WaitEventSetWaitBlock be marked "inline".Tom Lane2016-04-02
* Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch2016-04-01
* Copyedit comments and documentation.Noah Misch2016-04-01
* Omit null rows when setting the threshold for what's a most-common value.Tom Lane2016-04-01
* Omit null rows when applying the Haas-Stokes estimator for ndistinct.Tom Lane2016-04-01
* Type names should not be quotedAlvaro Herrera2016-04-01
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Support using index-only scans with partial indexes in more cases.Tom Lane2016-03-31
* Fix broken variable declarationAlvaro Herrera2016-03-30
* Use proper format specifier %X/%X for LSN.Fujii Masao2016-03-31
* Enable logical slots to follow timeline switchesAlvaro Herrera2016-03-30
* XLogReader general code cleanupAlvaro Herrera2016-03-30
* Improve portability of I/O behavior for the geometric types.Tom Lane2016-03-30
* Suppress uninitialized-variable warnings.Tom Lane2016-03-30
* Introduce SP-GiST operator class over box.Teodor Sigaev2016-03-30
* Use traversalValue in SP-GiST range opclass.Teodor Sigaev2016-03-30
* Introduce traversalValue for SP-GiST scanTeodor Sigaev2016-03-30
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Fix interval_mul() to not produce insane results.Tom Lane2016-03-29
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-29
* Fix bug in aggregate (de)serialization commit.Robert Haas2016-03-29
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Fix support of digits in email/hostnames.Teodor Sigaev2016-03-29
* Rework custom scans to work more like the new extensible node stuff.Robert Haas2016-03-29
* Don't require a user mapping for FDWs to work.Robert Haas2016-03-28
* Fix typo in comment.Robert Haas2016-03-28
* Document errhidecontext() where it ought to be documented.Tom Lane2016-03-28
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-28
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-28
* Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane2016-03-28
* Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().Tom Lane2016-03-27
* Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize().Tom Lane2016-03-27
* Fix LWLockReportWaitEnd() parameter list to be (void).Andres Freund2016-03-27
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-27
* Avoid a couple of zero-divide scenarios in the planner.Tom Lane2016-03-26
* Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane2016-03-25
* Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane2016-03-25
* Don't split up SRFs when choosing to postpone SELECT output expressions.Tom Lane2016-03-25
* Move psql's psqlscan.l into src/fe_utils.Tom Lane2016-03-24
* Suppress compiler warning for get_am_type_string().Tom Lane2016-03-24
* Use correct GetDatum function.Robert Haas2016-03-24
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Disable abbreviated keys for string-sorting in non-C locales.Robert Haas2016-03-23