]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-04-16 Tom LaneDisallow creation of indexes on system columns (except...
2016-04-16 Stephen FrostIn recordExtensionInitPriv(), keep the scan til we...
2016-04-16 Peter Eisentrautdoc: Add missing parentheses
2016-04-16 Peter Eisentrautpsql: Add new gettext trigger
2016-04-15 Tom LaneUse less-generic names in matview.sql.
2016-04-15 Tom LaneFix possible crash in ALTER TABLE ... REPLICA IDENTITY...
2016-04-15 Robert Haaspostgres_fdw: Clean up handling of system columns.
2016-04-15 Robert HaasTweak EXPLAIN for parallel query to show workers launched.
2016-04-15 Tom LaneFix portability problem induced by commit a6f6b7819.
2016-04-15 Magnus HaganderFix typo in comment
2016-04-15 Magnus HaganderUpdate helptext for vcregress.pl
2016-04-15 Fujii MasaoMake regression test for multiple synchronous standbys...
2016-04-15 Tom LaneFix memory leak in GIN index scans.
2016-04-15 Tom LaneRethink \crosstabview's argument parsing logic.
2016-04-15 Andres FreundMake init_spin_delay() C89 compliant #2.
2016-04-15 Andres FreundRemove trailing commas in enums.
2016-04-15 Andres FreundFix trivial typo.
2016-04-14 Tom LaneFix core dump in ReorderBufferRestoreChange on alignmen...
2016-04-14 Tom LaneAdjust signature of walrcv_receive hook.
2016-04-14 Tom LaneAdjust datatype of ReplicationState.acquired_by.
2016-04-14 Tom LaneDocs: clarify description of LIMIT/OFFSET behavior.
2016-04-14 Tom LaneFix prototype of pgwin32_bind().
2016-04-14 Tom LaneFix broken dependency-mongering for index operator...
2016-04-14 Fujii MasaoFix duplicated index entry in doc.
2016-04-14 Stephen FrostDisallow SET SESSION AUTHORIZATION pg_*
2016-04-14 Andres FreundAdd required database and origin filtering for logical...
2016-04-14 Andres FreundMake init_spin_delay() C89 compliant and change stuck...
2016-04-13 Tom LaneFix pg_dump so pg_upgrade'ing an extension with simple...
2016-04-13 Andres FreundAvoid atomic operation in MarkLocalBufferDirty().
2016-04-13 Tom LaneWiden amount-to-flush arguments of FileWriteback and...
2016-04-13 Tom LaneFix assorted portability issues with using msync()...
2016-04-13 Tom LaneImprove documentation for \crosstabview.
2016-04-13 Robert HaasUse PG_INT32_MIN instead of reiterating the constant.
2016-04-12 Tom LaneProvide errno-translation wrappers around bind() and...
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.
next