]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-04-12 Robert HaasFix costing for parallel aggregation.
2016-04-12 Fujii MasaoRemove unused function GetOldestWALSendPointer from...
2016-04-12 Tom LaneRedefine create_upper_paths_hook as being invoked once...
2016-04-12 Tom LaneImprove coding of column-name parsing in psql's new...
2016-04-12 Kevin GrittnerAvoid extra locks in GetSnapshotData if old_snapshot_th...
2016-04-12 Tom LaneImprove API of GenericXLogRegister().
2016-04-12 Tom LaneIn generic WAL application and replay, ensure page...
2016-04-12 Teodor SigaevAdd page id to bloom index
2016-04-12 Tom LaneRemove unnecessary definition of _WIN64 in libpq/win32...
2016-04-12 Stephen FrostCorrect copyright for newly added genericdesc.c
2016-04-12 Peter EisentrautFix whitespace
2016-04-12 Tom LaneFix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS...
2016-04-11 Tom LaneFix two places that thought Windows64 is indicated...
2016-04-11 Tom LaneFix freshly-introduced PL/Python portability bug.
2016-04-11 Kevin GrittnerUse static inline function for BufferGetPage()
2016-04-11 Kevin GrittnerMake oldSnapshotControl a pointer to a volatile structure
2016-04-11 Peter EisentrautFix whitespace
2016-04-11 Stephen FrostPrefix RLS regression test roles with 'regress_'
2016-04-11 Peter EisentrautAdd directory created during build to gitignore
2016-04-11 Tom LaneFix missing "volatile" in PLy_output().
2016-04-11 Peter Eisentrautcpluspluscheck: Update include path
2016-04-11 Fujii MasaoFix documented return type of pg_logical_emit_message...
2016-04-11 Fujii MasaoUse ereport(ERROR) instead of Assert() to emit syncrep_...
2016-04-11 Tom LaneFix poorly thought-through code from commit 5c3c3cd0a30...
2016-04-11 Tom Lanepg_dump: add missing "destroyPQExpBuffer(query)" in...
2016-04-11 Tom LaneAdd comment about intentional fallthrough in switch.
2016-04-11 Tom LaneClean up foreign-key caching code in planner.
2016-04-11 Tom LaneFix access-to-already-freed-memory issue in plpython...
2016-04-11 Andres FreundAvoid the use of a separate spinlock to protect a LWLoc...
2016-04-11 Andres FreundAllow Pin/UnpinBuffer to operate in a lockfree manner.
2016-04-10 Tom LaneImprove contrib/bloom regression test using code covera...
2016-04-10 Alvaro HerreraFix possible NULL dereference in ExecAlterObjectDependsStmt
2016-04-10 Tom LaneFurther minor improvement in generic_xlog.c: always...
2016-04-09 Tom LaneMicro-optimize GenericXLogFinish().
2016-04-09 Tom LaneFix PL/Python ereport() test to work on Python 2.3.
2016-04-09 Tom LaneGet rid of GenericXLogUnregister().
2016-04-09 Tom LaneGet rid of blinsert()'s use of GenericXLogUnregister().
2016-04-09 Tom LaneCode review/prettification for generic_xlog.c.
2016-04-09 Tom LaneRun pgindent on generic_xlog.c.
2016-04-09 Kevin GrittnerFix typo in C comment.
2016-04-09 Kevin GrittnerTurn special page pointer validation to static inline...
2016-04-09 Alvaro HerreraMove \crosstabview regression tests to a separate file
2016-04-08 Alvaro HerreraSupport \crosstabview in psql
2016-04-08 Kevin GrittnerAdd snapshot_too_old to NSVC @contrib_excludes
2016-04-08 Andres FreundExpose more out/readfuncs support functions.
2016-04-08 Stephen FrostCreate default roles
2016-04-08 Stephen FrostReserve the "pg_" namespace for roles
2016-04-08 Stephen FrostFix improper usage of 'dump' bitmap
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Stephen FrostIn dumpTable, re-instate the skipping logic
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Magnus HaganderAdd authentication parameters compat_realm and upn_usen...
2016-04-08 Teodor SigaevFix possible use of uninitialised value in ts_headline()
2016-04-08 Tom LaneFix unstable regression test output.
2016-04-08 Peter EisentrautDistrust external OpenSSL clients; clear err queue
2016-04-08 Tom LaneAdd BSD authentication method.
2016-04-08 Robert HaasAdd combine functions for various floating-point aggreg...
2016-04-08 Teodor SigaevFix output of regression test of contrib/tsearch2
2016-04-08 Teodor SigaevRestore original tsquery operation numbering.
2016-04-08 Andrew DunstanSilence warning from modern perl about unescaped braces
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-08 Peter EisentrautReplace printf format %i by %d
2016-04-08 Andrew DunstanTurn down MSVC compiler verbosity
2016-04-08 Peter EisentrautFix printf format
2016-04-08 Tom LaneFix multiple bugs in tablespace symlink removal.
2016-04-08 Robert HaasDocument which aggregates support partial mode.
2016-04-08 Teodor SigaevEnhanced custom error in PLPythonu
2016-04-08 Andres FreundIncrease maximum number of clog buffers.
2016-04-08 Robert HaasAdd a 'parallel_degree' reloption.
2016-04-08 Robert HaasAttempt to fix breakage due to declaration following...
2016-04-08 Peter EisentrautSet PAM_RHOST item for PAM authentication
2016-04-08 Teodor SigaevRename comparePos() to compareWordEntryPos()
2016-04-08 Fujii MasaoAdd regression tests for multiple synchronous standbys.
2016-04-08 Robert HaasUse quicksort, not replacement selection, for external...
2016-04-08 Robert HaasExtend relations multiple blocks at a time to improve...
2016-04-08 Fujii MasaoFix a couple of places in doc that implied there was...
2016-04-08 Simon RiggsUse Foreign Key relationships to infer multi-column...
2016-04-07 Stephen FrostGRANT rights to CURRENT_USER instead of adding roles
2016-04-07 Teodor SigaevZeroing unused parts ducring tsquery construction.
2016-04-07 Tom LaneRefactor join_is_removable() to separate out distinctne...
2016-04-07 Teodor SigaevMake testing of phraseto_tsquery independ from value of
2016-04-07 Kevin GrittnerDetect SSI conflicts before reporting constraint violations
2016-04-07 Teodor SigaevPhrase full text search.
2016-04-07 Simon RiggsLoad FK defs into relcache for use by planner
2016-04-07 Noah MischStandardize GetTokenInformation() error reporting.
2016-04-07 Noah MischRemove redundant message in AddUserToTokenDacl().
2016-04-07 Stephen FrostBump catversion for pg_dump dump catalog ACL patches
2016-04-07 Stephen FrostUse GRANT system to manage access to sensitive functions
2016-04-07 Stephen FrostIn pg_dump, include pg_catalog and extension ACLs,...
2016-04-07 Stephen FrostIn pg_dump, split "dump" into "dump" and "dump_contains"
2016-04-07 Stephen FrostIn pg_dump, use a bitmap to represent what to include
2016-04-07 Stephen FrostAdd new catalog called pg_init_privs
2016-04-06 Teodor SigaevAdd jsonb_insert
2016-04-06 Peter Eisentrautpg_dump: Add table qualifications to some tags
2016-04-06 Tom LaneRun pgindent on a batch of (mostly-planner-related...
2016-04-06 Simon RiggsModify test_decoding/messages to remove non-ascii chars
2016-04-06 Fujii MasaoUse proper format specifier %X/%X for LSN, again.
2016-04-06 Simon RiggsRevert bf08f2292ffca14fd133aa0901d1563b6ecd6894
2016-04-06 Simon RiggsGeneric Messages for Logical Decoding
next