aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas2016-04-27
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Impose a full barrier in generic-xlc.h atomics functions.Noah Misch2016-04-26
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Remove dead code in win32.h.Tom Lane2016-04-21
* PGDLLIMPORT-ify old_snapshot_threshold.Tom Lane2016-04-21
* Comment improvements for ForeignPath.Robert Haas2016-04-21
* Inline initial comparisons in TestForOldSnapshot()Kevin Grittner2016-04-21
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane2016-04-18
* Tweak EXPLAIN for parallel query to show workers launched.Robert Haas2016-04-15
* Fix portability problem induced by commit a6f6b7819.Tom Lane2016-04-15
* Make init_spin_delay() C89 compliant #2.Andres Freund2016-04-14
* Remove trailing commas in enums.Andres Freund2016-04-14
* Adjust signature of walrcv_receive hook.Tom Lane2016-04-14
* Fix prototype of pgwin32_bind().Tom Lane2016-04-14
* Add required database and origin filtering for logical messages.Andres Freund2016-04-13
* Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund2016-04-13
* Avoid atomic operation in MarkLocalBufferDirty().Andres Freund2016-04-13
* Widen amount-to-flush arguments of FileWriteback and callers.Tom Lane2016-04-13
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-12
* Fix costing for parallel aggregation.Robert Haas2016-04-12
* Redefine create_upper_paths_hook as being invoked once per upper relation.Tom Lane2016-04-12
* Improve API of GenericXLogRegister().Tom Lane2016-04-12
* Use static inline function for BufferGetPage()Kevin Grittner2016-04-11
* Avoid the use of a separate spinlock to protect a LWLock's wait queue.Andres Freund2016-04-10
* 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