aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-10
* Get rid of GenericXLogUnregister().Tom Lane2016-04-09
* Fix typo in C comment.Kevin Grittner2016-04-09
* Turn special page pointer validation to static inline functionKevin Grittner2016-04-09
* Support \crosstabview in psqlAlvaro Herrera2016-04-08
* Expose more out/readfuncs support functions.Andres Freund2016-04-08
* Create default rolesStephen Frost2016-04-08
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* 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
* 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
* Add a 'parallel_degree' reloption.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
* Phrase full text search.Teodor Sigaev2016-04-07
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-07
* Bump catversion for pg_dump dump catalog ACL patchesStephen 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
* 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
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-05
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane2016-04-04
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Support using index-only scans with partial indexes in more cases.Tom Lane2016-03-31
* Blind attempt at fixing Win32 issue on 24c5f1a103cAlvaro Herrera2016-03-30
* 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
* Bump catalog version, forget in acdf2a8b372aec1da09370fca77ff7dccac7646dTeodor Sigaev2016-03-30
* Introduce SP-GiST operator class over box.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
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-29
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-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