aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander2016-04-08
* Fix possible use of uninitialised value in ts_headline()Teodor Sigaev2016-04-08
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-04-08
* Add BSD authentication method.Tom Lane2016-04-08
* Add combine functions for various floating-point aggregates.Robert Haas2016-04-08
* Restore original tsquery operation numbering.Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Replace printf format %i by %dPeter Eisentraut2016-04-08
* Fix multiple bugs in tablespace symlink removal.Tom Lane2016-04-08
* Increase maximum number of clog buffers.Andres Freund2016-04-08
* Add a 'parallel_degree' reloption.Robert Haas2016-04-08
* Attempt to fix breakage due to declaration following code.Robert Haas2016-04-08
* Set PAM_RHOST item for PAM authenticationPeter Eisentraut2016-04-08
* Rename comparePos() to compareWordEntryPos()Teodor Sigaev2016-04-08
* Use quicksort, not replacement selection, for external sorting.Robert Haas2016-04-08
* Extend relations multiple blocks at a time to improve scalability.Robert Haas2016-04-08
* Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs2016-04-08
* Zeroing unused parts ducring tsquery construction.Teodor Sigaev2016-04-07
* Refactor join_is_removable() to separate out distinctness-proving logic.Tom Lane2016-04-07
* Detect SSI conflicts before reporting constraint violationsKevin Grittner2016-04-07
* Phrase full text search.Teodor Sigaev2016-04-07
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-07
* Standardize GetTokenInformation() error reporting.Noah Misch2016-04-06
* Use GRANT system to manage access to sensitive functionsStephen Frost2016-04-06
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* Add new catalog called pg_init_privsStephen Frost2016-04-06
* Add jsonb_insertTeodor Sigaev2016-04-06
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-06
* Use proper format specifier %X/%X for LSN, again.Fujii Masao2016-04-06
* Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894Simon Riggs2016-04-06
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Support multiple synchronous standby servers.Fujii Masao2016-04-06
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-05
* Fix parallel-safety code for parallel aggregation.Robert Haas2016-04-05
* Align all shared memory allocations to cache line boundaries.Robert Haas2016-04-05
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-05
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Fix error message from wal_level value renamingPeter Eisentraut2016-04-04
* Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane2016-04-04
* Display WAL pointer in rm_redo error callbackAlvaro Herrera2016-04-04
* Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane2016-04-04
* Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane2016-04-04
* Silence compiler warningAlvaro Herrera2016-04-04
* 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