summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Generic Messages for Logical DecodingSimon Riggs2016-04-0610-4/+384
* Support multiple synchronous standby servers.Fujii Masao2016-04-069-141/+678
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-057-2/+178
* Fix parallel-safety code for parallel aggregation.Robert Haas2016-04-054-6/+32
* Align all shared memory allocations to cache line boundaries.Robert Haas2016-04-051-2/+10
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-052-0/+909
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-054-34/+225
* Fix error message from wal_level value renamingPeter Eisentraut2016-04-041-1/+1
* Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane2016-04-041-3/+20
* Display WAL pointer in rm_redo error callbackAlvaro Herrera2016-04-041-1/+5
* Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane2016-04-041-2/+30
* Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane2016-04-041-6/+10
* Silence compiler warningAlvaro Herrera2016-04-041-4/+4
* Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane2016-04-041-5/+5
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-041-4/+5
* Improve estimate of distinct values in estimate_num_groups().Dean Rasheed2016-04-041-11/+53
* Avoid archiving XLOG_RUNNING_XACTS on idle serverSimon Riggs2016-04-042-1/+25
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs2016-04-033-35/+23
* Make all the declarations of WaitEventSetWaitBlock be marked "inline".Tom Lane2016-04-021-2/+2
* Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch2016-04-011-1/+1
* Copyedit comments and documentation.Noah Misch2016-04-019-17/+17
* Omit null rows when setting the threshold for what's a most-common value.Tom Lane2016-04-011-11/+9
* Omit null rows when applying the Haas-Stokes estimator for ndistinct.Tom Lane2016-04-011-24/+38
* Type names should not be quotedAlvaro Herrera2016-04-019-20/+20
* Add Generic WAL interfaceTeodor Sigaev2016-04-016-5/+496
* Support using index-only scans with partial indexes in more cases.Tom Lane2016-03-316-84/+134
* Fix broken variable declarationAlvaro Herrera2016-03-301-1/+1
* Use proper format specifier %X/%X for LSN.Fujii Masao2016-03-311-1/+1
* Enable logical slots to follow timeline switchesAlvaro Herrera2016-03-303-31/+239
* XLogReader general code cleanupAlvaro Herrera2016-03-303-24/+69
* Improve portability of I/O behavior for the geometric types.Tom Lane2016-03-302-294/+249
* Suppress uninitialized-variable warnings.Tom Lane2016-03-301-2/+2
* Introduce SP-GiST operator class over box.Teodor Sigaev2016-03-302-2/+701
* Use traversalValue in SP-GiST range opclass.Teodor Sigaev2016-03-301-9/+25
* Introduce traversalValue for SP-GiST scanTeodor Sigaev2016-03-301-0/+18
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-299-53/+163
* Fix interval_mul() to not produce insane results.Tom Lane2016-03-291-2/+4
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-291-0/+58
* Fix bug in aggregate (de)serialization commit.Robert Haas2016-03-291-5/+4
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-2914-32/+507
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-292-2/+6
* Fix support of digits in email/hostnames.Teodor Sigaev2016-03-291-0/+3
* Rework custom scans to work more like the new extensible node stuff.Robert Haas2016-03-295-37/+78
* Don't require a user mapping for FDWs to work.Robert Haas2016-03-282-11/+37
* Fix typo in comment.Robert Haas2016-03-281-1/+1
* Document errhidecontext() where it ought to be documented.Tom Lane2016-03-281-1/+1
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-288-36/+37
* Reset plan->row_security_env and planUserIdStephen Frost2016-03-281-15/+26
* Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane2016-03-281-125/+74
* Guard against zero vardata.rel->tuples in estimate_hash_bucketsize().Tom Lane2016-03-271-1/+1