]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2014-09-25  Andres FreundFix VPATH builds of the replication parser from git...
2014-09-25  Andrew DunstanReturn NULL from json_object_agg if it gets no rows.
2014-09-24  Tom LaneFix bogus variable-mangling in security_barrier_replace...
2014-09-24  Andrew DunstanFix typos in descriptions of json_object functions.
2014-09-24  Tom LaneFix incorrect search for "x?" style matches in creviter...
2014-09-23  Stephen FrostLog ALTER SYSTEM statements as DDL
2014-09-23  Stephen FrostProcess withCheckOption exprs in setrefs.c
2014-09-22  Robert HaasFix mishandling of CreateEventTrigStmt's eventname...
2014-09-19  Tom LaneFix failure of contrib/auto_explain to print per-node...
2014-09-19  Andres FreundMark x86's memory barrier inline assembly as clobbering...
2014-09-17  Peter EisentrautFix TAP checks when current directory name contains...
2014-09-16  Heikki LinnakangasFix the return type of GIN triConsistent support functi...
2014-09-12  Stephen FrostHandle border = 3 in expanded mode
2014-09-12  Fujii MasaoSupport ALTER SYSTEM RESET command.
2014-09-12  Heikki LinnakangasFix GIN data page split ratio calculation.
2014-09-12  Tom LaneFix power_var_int() for large integer exponents.
2014-09-12  Peter EisentrautFix vacuumdb --analyze-in-stages --all order
2014-09-11  Bruce Momjianpg_upgrade: preserve the timestamp epoch
2014-09-11  Heikki LinnakangasRemove dead InRecovery check.
2014-09-11  Heikki LinnakangasFix Windows build.
2014-09-11  Heikki LinnakangasSimplify calculation of Poisson distributed delays...
2014-09-11  Heikki LinnakangasChange the way latency is calculated with pgbench ...
2014-09-11  Peter EisentrautHandle old versions of Test::More
2014-09-11  Peter EisentrautSupport older versions of "prove"
2014-09-11  Bruce Momjiandoc: improve configuration management section
2014-09-09  Tom LanePreserve AND/OR flatness while extracting restriction...
2014-09-09  Andres FreundFix typo in solaris spinlock fix.
2014-09-09  Andres FreundFix spinlock implementation for some !solaris sparc...
2014-09-09  Peter Eisentrautdoc: Reflect renaming of Mac OS X to OS X
2014-09-09  Stephen FrostMove ALTER ... ALL IN to ProcessUtilitySlow
2014-09-08  Tom LaneFix psql \s to work with recent libedit, and add pager...
2014-09-08  Tom LaneDocumentation fix: sum(float4) returns float4, not...
2014-09-07  Stephen FrostTab completion for ALTER .. ALL IN TABLESPACE
2014-09-06  Bruce Momjiandocs: Improve pg_isready details about username/dbname
2014-09-06  Bruce MomjianProperly document that -r is only honored from the...
2014-09-05  Bruce MomjianClarify documentation about "peer" rows in window functions
2014-09-05  Peter EisentrautAssorted message fixes and improvements
2014-09-05  Fujii MasaoAdd tab-completion for reloptions like user_catalog_table.
2014-09-04  Peter Eisentrautdoc: Remove dead link
2014-09-04  Fujii MasaoFix segmentation fault that an empty prepared statement...
2014-09-04  Fujii Masaodocs: Improve documentation of \pset without arguments.
2014-09-03  Bruce MomjianUpdate URL reference material in /contrib/isn docs
2014-09-03  Bruce MomjianDocument use of partial indexes for partial unique...
2014-09-02  Heikki LinnakangasSilence warning on new versions of clang.
2014-09-01  Andres FreundAdd skip-empty-xacts option to test_decoding for use...
2014-08-31  Andres FreundDeclare lwlock.c's LWLockAcquireCommon() as a static...
2014-08-30  Kevin Grittnerdoc: Various typo/grammar fixes
2014-08-29  Bruce Momjianpg_is_xlog_replay_paused(): remove super-user-only...
2014-08-29  Heikki LinnakangasFix bug in compressed GIN data leaf page splitting...
2014-08-29  Peter EisentrautAssorted message improvements
2014-08-29  Peter Eisentrautdoc: Revert ALTER TABLESPACE summary line
2014-08-28  Tom LaneFix citext upgrade script for disallowance of oidvector...
2014-08-27  Alvaro HerreraFix FOR UPDATE NOWAIT on updated tuple chains
2014-08-27  Stephen FrostFix Var handling for security barrier views
2014-08-26  Kevin GrittnerFix superuser concurrent refresh of matview owned by...
2014-08-25  Bruce Momjianupgrade docs: highlight pg_upgrade, warn about globals...
2014-08-25  Alvaro HerreraRevert XactLockTableWait context setup in conditional...
2014-08-25  Andres FreundFix typos in some error messages thrown by extension...
2014-08-25  Heikki LinnakangasDon't track DEALLOCATE in pg_stat_statements.
2014-08-23  Peter Eisentrautdoc: Improve pg_restore help output
2014-08-22  Alvaro HerreraFix outdated comment
2014-08-22  Tom LaneFix corner-case behaviors in JSON/JSONB field extractio...
2014-08-22  Heikki LinnakangasFix comment in pg_basebackup.
2014-08-22  Heikki LinnakangasChange the way pg_basebackup's tablespace mapping is...
2014-08-21  Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-08-20  Tom LaneMore regression test cases for json/jsonb extraction...
2014-08-20  Tom LaneFix core dump in jsonb #> operator, and add regression...
2014-08-19  Fujii MasaoRevert "Fix bug in checking of IDENTIFY_SYSTEM result."
2014-08-19  Fujii MasaoFix bug in checking of IDENTIFY_SYSTEM result.
2014-08-19  Noah MischInstall libpq DLL with $(INSTALL_SHLIB).
2014-08-19  Noah MischMake pg_service.conf sample LDIF more portable.
2014-08-19  Noah MischDocument new trigger-related forms of ALTER FOREIGN...
2014-08-18  Greg StarkAdjust Release Notes to reflect holding off wrapped...
2014-08-18  Greg StarkRevert psql changes to support wrapped expanded mode...
2014-08-18  Tom LaneFix obsolete mention of non-int64 support in CREATE...
2014-08-18  Tom LaneUse ISO 8601 format for dates converted to JSON, too.
2014-08-18  Fujii MasaoAdd missing index terms for replication commands in...
2014-08-18  Tom LaneMake an editorial pass over the 9.4 release notes.
2014-08-17  Tom LaneImprove DISCARD documentation.
2014-08-17  Peter Eisentrautdoc: Work around stylesheet bug for man build
2014-08-16  Tom LaneFix bogus return macros in range_overright_internal().
2014-08-16  Tom LaneFix bogus commutator/negator links for JSONB containmen...
2014-08-15  Heikki LinnakangasRemove remnants of a JENTRY_ISFIRST flag bit.
2014-08-15  Peter EisentrautSet shared library path for in-tree TAP tests
2014-08-14  Tom LaneUpdate SysV parameter configuration documentation for...
2014-08-14  Fujii MasaoFix help message in pg_ctl.
2014-08-13  Fujii MasaoExpose -S option in pg_receivexlog.
2014-08-12  Andres Freundpg_recvlogical message and code improvements.
2014-08-12  Andres FreundBe less aggressive in asking for feedback of logical...
2014-08-12  Fujii MasaoChange first call of ProcessConfigFile so as to process...
2014-08-11  Fujii MasaoFix documentation oversights about pageinspect and...
2014-08-10  Tom LaneClarify type resolution behavior for domain types.
2014-08-09  Tom LaneClean up handling of unknown-type inputs in json_build_...
2014-08-09  Tom LaneFurther cleanup of JSON-specific error messages.
2014-08-09  Tom LaneReject duplicate column names in foreign key referenced...
2014-08-09  Peter EisentrautSmall message fixes
2014-08-08  Tom LaneFix typo in docs.
2014-08-07  Bruce Momjianpg_upgrade: prevent oid conflicts with new-cluster...
2014-08-07  Robert HaasFix alternate regression test output file.
2014-08-06  Fujii MasaoChange ParseConfigFp() so that it doesn't process unuse...
next