]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-03-25 Kevin GrittnerReduce pinning and buffer content locking for btree...
2015-03-25 Alvaro HerreraAdd OID output argument to DefineTSConfiguration
2015-03-25 Alvaro HerreraFix bug for array-formatted identities of user mappings
2015-03-25 Alvaro HerreraFix gram.y comment to match reality
2015-03-25 Bruce MomjianRevert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74
2015-03-25 Bruce MomjianPL/pgSQL docs: recommend format() for query construction
2015-03-25 Bruce Momjianpsql: show proper row count in \x mode for zero-column...
2015-03-25 Bruce Momjiandocs: clarify when MVCC snapshot is taken
2015-03-25 Bruce Momjianbtree_gin: properly call DirectFunctionCall1()
2015-03-24 Bruce Momjiandoc: update NUMERIC to state that only some ops are...
2015-03-24 Bruce MomjianAdd support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
2015-03-24 Tom LaneFix ExecOpenScanRelation to take a lock on a ROW_MARK_C...
2015-03-23 Tom LaneApply table and domain CHECK constraints in name order.
2015-03-23 Alvaro Herreravacuumdb: Check result status of PQsendQuery
2015-03-23 Heikki LinnakangasTry to fix MSVC build of pg_rewind.
2015-03-23 Heikki LinnakangasAdd pg_rewind, for re-synchronizing a master server...
2015-03-23 Andres FreundDon't delay replication for less than recovery_min_appl...
2015-03-23 Andres FreundFix copy & paste error in 4f1b890b137.
2015-03-23 Robert HaasRemove ill-advised pre-check for DSM segment exhaustion.
2015-03-23 Bruce Momjianto_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14
2015-03-22 Andres FreundFix minor copy & pasto in the int128 accumulator patch.
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-22 Bruce Momjianrm src/test/performance
2015-03-22 Bruce MomjianAdd TOAST table to pg_shseclabel for long label use
2015-03-22 Bruce MomjianUse mmap MAP_NOSYNC option to limit shared memory writes
2015-03-22 Bruce Momjianto_char(float4/8): don't print "junk" digits
2015-03-22 Bruce Momjianto_char(float4/8): zero pad to specified length
2015-03-21 Heikki LinnakangasMake pg_xlogdump MSVC build work more like others.
2015-03-21 Bruce Momjianpg_recvlogical: update --help description
2015-03-20 Bruce Momjiandocs: clarify the use of shell types
2015-03-20 Bruce MomjianC comment: clearify SQL command mention
2015-03-20 Bruce Momjianvacuumdb --help text: clarify analyze-only
2015-03-20 Bruce Momjiandoc: add comma for clarity
2015-03-20 Bruce MomjianC comment: update lock level mention in comment
2015-03-20 Andres FreundUse 128-bit math to accelerate some aggregation functions.
2015-03-20 Andres FreundAdd, optional, support for 128bit integers.
2015-03-20 Bruce Momjiandocs: mention the optimizer can increase the index...
2015-03-20 Peter EisentrautFix whitespace
2015-03-20 Bruce Momjianregression tests: remove polygon diagrams
2015-03-20 Bruce Momjianpsql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT...
2015-03-19 Stephen FrostGetUserId() changes to has_privs_of_role()
2015-03-19 Robert HaasAdd flags argument to dsm_create.
2015-03-19 Bruce Momjiandoc: ALTER DOMAIN VALIDATE CONSTRAINT can also fail
2015-03-19 Robert HaasFix status reporting for terminated bgworkers that...
2015-03-18 Bruce Momjianpg_upgrade: document use of rsync for slave upgrades
2015-03-18 Alvaro Herreraarray_offset() and array_offsets()
2015-03-18 Alvaro HerreraInstall shared libraries to bin/ in Windows under MSVC
2015-03-18 Alvaro HerreraSetup cursor position for schema-qualified elements
2015-03-18 Alvaro HerreraRationalize vacuuming options and parameters
2015-03-17 Andres FreundRemove docs missed in 51c11a7025.
2015-03-17 Alvaro HerreraFix out-of-array-bounds compiler warning
2015-03-16 Alvaro HerreraSupport opfamily members in get_object_address
2015-03-16 Tom LaneReplace insertion sort in contrib/intarray with qsort().
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-03-15 Tom LaneMove LockClauseStrength, LockWaitPolicy into new file...
2015-03-15 Tom Lanesrc/port/dirmod.c needs to be built on Cygwin too.
2015-03-15 Tom LaneAdd missing documentation for PGC_SU_BACKEND in descrip...
2015-03-15 Andres FreundMerge the various forms of transaction commit & abort...
2015-03-15 Andres FreundIncrease max_wal_size's default from 128MB to 1GB.
2015-03-15 Andres FreundAdjust valgrind suppressions wrt 025c02420.
2015-03-15 Andres FreundRemove pause_at_recovery_target recovery.conf setting.
2015-03-15 Fujii MasaoSuppress maybe-uninitialized compiler warnings.
2015-03-14 Tom LaneRemove obsolete comment.
2015-03-14 Peter Eisentrautdoc: Remove link to outdated dtrace project on pgfoundry
2015-03-14 Tom LaneBuild src/port/dirmod.c only on Windows.
2015-03-14 Tom LaneRemove workaround for ancient incompatibility between...
2015-03-13 Tatsuo IshiiFix integer overflow in debug message of walreceiver
2015-03-13 Robert HaasDocument the new custom scan APIs.
2015-03-12 Tom LaneImprove documentation of bt_page_items().
2015-03-12 Tom LaneEnsure tableoid reads correctly in EvalPlanQual-manufac...
2015-03-12 Heikki LinnakangasFix memory leaks in GIN index vacuum.
2015-03-12 Tom LaneSupport flattening of empty-FROM subqueries and one...
2015-03-12 Tom LaneFix old bug in get_loop_count().
2015-03-12 Tom LaneImprove planner's cost estimation in the presence of...
2015-03-11 Peter EisentrautPL/Python: Fix regression tests for Python 3
2015-03-11 Alvaro HerreraSupport default ACLs in get_object_address
2015-03-11 Alvaro HerreraFix libpq test expected output file
2015-03-11 Alvaro HerreraSupport user mappings in get_object_address
2015-03-11 Peter EisentrautPL/Python: Avoid lossiness in float conversion
2015-03-11 Robert HaasRequire non-NULL pstate for all addRangeTableEntryFor...
2015-03-11 Tom LaneMake operator precedence follow the SQL standard more...
2015-03-11 Tom LaneAllocate ParamListInfo once per plpgsql function, not...
2015-03-11 Robert Haassepgsql: Improve error message when unsupported object...
2015-03-11 Robert HaasSuggest to the user the column they may have meant...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-11 Alvaro HerreraRefactor Mkvcbuild.pm to facilitate modules migrations
2015-03-11 Fujii MasaoAdd GUC to enable compression of full page images store...
2015-03-10 Tom LaneClean up the mess from => patch.
2015-03-10 Alvaro HerreraFix stray sentence fragment in shared_preload_libraries...
2015-03-10 Alvaro HerreraMove BRIN page type to page's last two bytes
2015-03-10 Robert HaasAllow named parameters to be specified using => in...
2015-03-09 Alvaro HerreraKeep CommitTs module in sync in standby and master
2015-03-09 Alvaro HerreraFix crasher bugs in previous commit
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-03-09 Michael MeskesIgnore leftover artifacts from ecpg testsuite runs...
2015-03-09 Michael MeskesRevert "Ignore object files generated by ecpg test...
2015-03-09 Robert HaasFix handling of sortKeys field in Tuplesortstate.
2015-03-09 Heikki LinnakangasMove WAL-related definitions from dbcommands.h to separ...
2015-03-09 Michael MeskesIgnore object files generated by ecpg test suite on...
2015-03-09 Fujii MasaoFix typo in comment.
next