summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2016-04-27Remove mergeHyperLogLog.Robert Haas
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-27Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-27Impose a full barrier in generic-xlc.h atomics functions.Noah Misch
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-21Remove dead code in win32.h.Tom Lane
2016-04-21PGDLLIMPORT-ify old_snapshot_threshold.Tom Lane
2016-04-21Comment improvements for ForeignPath.Robert Haas
2016-04-21Inline initial comparisons in TestForOldSnapshot()Kevin Grittner
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-18Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane
2016-04-15Tweak EXPLAIN for parallel query to show workers launched.Robert Haas
2016-04-15Fix portability problem induced by commit a6f6b7819.Tom Lane
2016-04-15Make init_spin_delay() C89 compliant #2.Andres Freund
2016-04-15Remove trailing commas in enums.Andres Freund
2016-04-14Adjust signature of walrcv_receive hook.Tom Lane
2016-04-14Fix prototype of pgwin32_bind().Tom Lane
2016-04-14Add required database and origin filtering for logical messages.Andres Freund
2016-04-14Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund
2016-04-13Avoid atomic operation in MarkLocalBufferDirty().Andres Freund
2016-04-13Widen amount-to-flush arguments of FileWriteback and callers.Tom Lane
2016-04-12Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-04-12Fix costing for parallel aggregation.Robert Haas
2016-04-12Redefine create_upper_paths_hook as being invoked once per upper relation.Tom Lane
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-11Use static inline function for BufferGetPage()Kevin Grittner
2016-04-11Avoid the use of a separate spinlock to protect a LWLock's wait queue.Andres Freund
2016-04-11Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund
2016-04-09Get rid of GenericXLogUnregister().Tom Lane
2016-04-09Fix typo in C comment.Kevin Grittner
2016-04-09Turn special page pointer validation to static inline functionKevin Grittner
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-08Expose more out/readfuncs support functions.Andres Freund
2016-04-08Create default rolesStephen Frost
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander
2016-04-08Add BSD authentication method.Tom Lane
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-08Add a 'parallel_degree' reloption.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