summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12Add page id to bloom indexTeodor Sigaev
2016-04-12Remove unnecessary definition of _WIN64 in libpq/win32.mak.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-11Fix two places that thought Windows64 is indicated by WIN64 macro.Tom Lane
2016-04-11Fix freshly-introduced PL/Python portability bug.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-11Prefix RLS regression test roles with 'regress_'Stephen Frost
2016-04-11Add directory created during build to gitignorePeter Eisentraut
2016-04-11Fix missing "volatile" in PLy_output().Tom Lane
2016-04-11cpluspluscheck: Update include pathPeter Eisentraut
2016-04-11Fix documented return type of pg_logical_emit_message() in func.sgml.Fujii Masao
2016-04-11Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.Fujii Masao
2016-04-11Fix poorly thought-through code from commit 5c3c3cd0a3046339.Tom Lane
2016-04-11pg_dump: add missing "destroyPQExpBuffer(query)" in dumpForeignServer().Tom Lane
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-11Fix access-to-already-freed-memory issue in plpython's error handling.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-10Improve contrib/bloom regression test using code coverage info.Tom Lane
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-09Fix PL/Python ereport() test to work on Python 2.3.Tom Lane
2016-04-09Get rid of GenericXLogUnregister().Tom Lane
2016-04-09Get rid of blinsert()'s use 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-09Fix typo in C comment.Kevin Grittner
2016-04-09Turn special page pointer validation to static inline functionKevin Grittner
2016-04-09Move \crosstabview regression tests to a separate fileAlvaro Herrera
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-08Add snapshot_too_old to NSVC @contrib_excludesKevin Grittner
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-08Fix improper usage of 'dump' bitmapStephen Frost
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-08In dumpTable, re-instate the skipping logicStephen Frost
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