summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-07Refactor join_is_removable() to separate out distinctness-proving logic.Tom Lane
2016-04-07Detect SSI conflicts before reporting constraint violationsKevin Grittner
2016-04-07Phrase full text search.Teodor Sigaev
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
2016-04-07Standardize GetTokenInformation() error reporting.Noah Misch
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-07Add new catalog called pg_init_privsStephen Frost
2016-04-06Add jsonb_insertTeodor Sigaev
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-04-06Use proper format specifier %X/%X for LSN, again.Fujii Masao
2016-04-06Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894Simon Riggs
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-04-05Fix parallel-safety code for parallel aggregation.Robert Haas
2016-04-05Align all shared memory allocations to cache line boundaries.Robert Haas
2016-04-05Add parallel query support functions for assorted aggregates.Robert Haas
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-04-05Fix error message from wal_level value renamingPeter Eisentraut
2016-04-04Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane
2016-04-04Display WAL pointer in rm_redo error callbackAlvaro Herrera
2016-04-04Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane
2016-04-04Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane
2016-04-04Silence compiler warningAlvaro Herrera
2016-04-04Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane
2016-04-04Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane
2016-04-04Improve estimate of distinct values in estimate_num_groups().Dean Rasheed
2016-04-04Avoid archiving XLOG_RUNNING_XACTS on idle serverSimon Riggs
2016-04-03Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs
2016-04-02Make all the declarations of WaitEventSetWaitBlock be marked "inline".Tom Lane
2016-04-02Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch
2016-04-02Copyedit comments and documentation.Noah Misch
2016-04-01Omit null rows when setting the threshold for what's a most-common value.Tom Lane
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