summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Fix prototype of pgwin32_bind().Tom Lane2016-04-141-1/+1
* Add required database and origin filtering for logical messages.Andres Freund2016-04-132-1/+2
* Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund2016-04-133-16/+16
* Avoid atomic operation in MarkLocalBufferDirty().Andres Freund2016-04-131-2/+4
* Widen amount-to-flush arguments of FileWriteback and callers.Tom Lane2016-04-132-3/+3
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-121-0/+4
* Fix costing for parallel aggregation.Robert Haas2016-04-121-1/+2
* Redefine create_upper_paths_hook as being invoked once per upper relation.Tom Lane2016-04-121-2/+4
* Improve API of GenericXLogRegister().Tom Lane2016-04-121-2/+5
* Use static inline function for BufferGetPage()Kevin Grittner2016-04-111-26/+24
* Avoid the use of a separate spinlock to protect a LWLock's wait queue.Andres Freund2016-04-101-5/+1
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-103-38/+96
* Get rid of GenericXLogUnregister().Tom Lane2016-04-091-2/+1
* Fix typo in C comment.Kevin Grittner2016-04-091-4/+4
* Turn special page pointer validation to static inline functionKevin Grittner2016-04-091-3/+20
* Support \crosstabview in psqlAlvaro Herrera2016-04-081-0/+2
* Expose more out/readfuncs support functions.Andres Freund2016-04-081-0/+8
* Create default rolesStephen Frost2016-04-082-2/+8
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-081-0/+1
* Add the "snapshot too old" featureKevin Grittner2016-04-087-9/+44
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-1/+23
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-0811-86/+48
* Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander2016-04-081-0/+2
* Add BSD authentication method.Tom Lane2016-04-083-0/+7
* Add combine functions for various floating-point aggregates.Robert Haas2016-04-083-26/+32
* Restore original tsquery operation numbering.Teodor Sigaev2016-04-081-4/+13
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-0811-48/+86
* Add a 'parallel_degree' reloption.Robert Haas2016-04-082-0/+10
* Set PAM_RHOST item for PAM authenticationPeter Eisentraut2016-04-081-0/+1
* Rename comparePos() to compareWordEntryPos()Teodor Sigaev2016-04-081-1/+1
* Use quicksort, not replacement selection, for external sorting.Robert Haas2016-04-081-0/+1
* Extend relations multiple blocks at a time to improve scalability.Robert Haas2016-04-083-0/+9
* Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs2016-04-082-0/+3
* Phrase full text search.Teodor Sigaev2016-04-076-18/+61
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-074-0/+27
* Bump catversion for pg_dump dump catalog ACL patchesStephen Frost2016-04-061-1/+1
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-062-0/+4
* Add new catalog called pg_init_privsStephen Frost2016-04-062-0/+104
* Add jsonb_insertTeodor Sigaev2016-04-063-1/+6
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-063-9/+11
* Generic Messages for Logical DecodingSimon Riggs2016-04-067-0/+85
* Support multiple synchronous standby servers.Fujii Masao2016-04-061-4/+27
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-057-1/+30
* Fix parallel-safety code for parallel aggregation.Robert Haas2016-04-051-1/+2
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-055-55/+97
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-054-4/+7
* Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane2016-04-041-4/+6
* Add Generic WAL interfaceTeodor Sigaev2016-04-013-1/+44
* Support using index-only scans with partial indexes in more cases.Tom Lane2016-03-312-2/+11
* Blind attempt at fixing Win32 issue on 24c5f1a103cAlvaro Herrera2016-03-301-1/+1