summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-08Replace printf format %i by %dPeter Eisentraut
2016-04-08Fix multiple bugs in tablespace symlink removal.Tom Lane
2016-04-08Increase maximum number of clog buffers.Andres Freund
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-08Attempt to fix breakage due to declaration following code.Robert Haas
2016-04-08Set PAM_RHOST item for PAM authenticationPeter Eisentraut
2016-04-08Rename comparePos() to compareWordEntryPos()Teodor Sigaev
2016-04-08Use quicksort, not replacement selection, for external sorting.Robert Haas
2016-04-08Extend relations multiple blocks at a time to improve scalability.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-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