summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-13Fix assorted portability issues with using msync() for data flushing.Tom Lane
2016-04-13Use PG_INT32_MIN instead of reiterating the constant.Robert Haas
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-12Remove unused function GetOldestWALSendPointer from walsender code.Fujii Masao
2016-04-12Redefine create_upper_paths_hook as being invoked once per upper relation.Tom Lane
2016-04-12Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0Kevin Grittner
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-12In generic WAL application and replay, ensure page "hole" is always zero.Tom Lane
2016-04-12Correct copyright for newly added genericdesc.cStephen Frost
2016-04-12Fix whitespacePeter Eisentraut
2016-04-12Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...Tom Lane
2016-04-11Use static inline function for BufferGetPage()Kevin Grittner
2016-04-11Make oldSnapshotControl a pointer to a volatile structureKevin Grittner
2016-04-11Fix whitespacePeter Eisentraut
2016-04-11Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.Fujii Masao
2016-04-11Add comment about intentional fallthrough in switch.Tom Lane
2016-04-11Clean up foreign-key caching code in planner.Tom Lane
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-10Fix possible NULL dereference in ExecAlterObjectDependsStmtAlvaro Herrera
2016-04-10Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD.Tom Lane
2016-04-09Micro-optimize GenericXLogFinish().Tom Lane
2016-04-09Get rid of GenericXLogUnregister().Tom Lane
2016-04-09Code review/prettification for generic_xlog.c.Tom Lane
2016-04-09Run pgindent on generic_xlog.c.Tom Lane
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-08Fix possible use of uninitialised value in ts_headline()Teodor Sigaev
2016-04-08Distrust external OpenSSL clients; clear err queuePeter Eisentraut
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-08Replace printf format %i by %dPeter Eisentraut
2016-04-08Fix multiple bugs in tablespace symlink removal.Tom Lane
2016-04-08Increase maximum number of clog buffers.Andres Freund
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-08Attempt to fix breakage due to declaration following code.Robert Haas
2016-04-08Set PAM_RHOST item for PAM authenticationPeter Eisentraut
2016-04-08Rename comparePos() to compareWordEntryPos()Teodor Sigaev