]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-07-28  Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-28  Andres FreundRemove ssl renegotiation support.
2015-07-28  Andrew DunstanMake tap tests store postmaster logs and handle vpaths...
2015-07-28  Tom LaneRemove an unsafe Assert, and explain join_clause_is_mov...
2015-07-28  Andrew DunstanImprove logging of TAP tests.
2015-07-28  Heikki LinnakangasAnother attempt at fixing memory leak in xlogreader.
2015-07-28  Joe ConwayFix pg_dump output of policies.
2015-07-27  Stephen FrostImprove RLS handling in copy.c
2015-07-27  Tom LaneFurther code review for pg_stat_ssl patch.
2015-07-27  Tom LaneFix pointer-arithmetic thinko in pg_stat_ssl patch.
2015-07-27  Heikki LinnakangasDon't assume that 'char' is signed.
2015-07-27  Heikki LinnakangasFix memory leaks in pg_rewind. Several PQclear() calls...
2015-07-27  Heikki LinnakangasDon't assume that PageIsEmpty() returns true on an...
2015-07-27  Heikki LinnakangasFix memory leak in xlogreader facility.
2015-07-27  Heikki LinnakangasReuse all-zero pages in GIN.
2015-07-27  Heikki LinnakangasFix handling of all-zero pages in SP-GiST vacuum.
2015-07-27  Heikki LinnakangasAvoid calling PageGetSpecialPointer() on an all-zeros...
2015-07-27  Heikki LinnakangasRemove false comment about speculative insertion.
2015-07-26  Tom LaneFix oversight in flattening of subqueries with empty...
2015-07-26  Tom LaneMake entirely-dummy appendrels get marked as such in...
2015-07-26  Andres FreundCheck the relevant index element in ON CONFLICT unique...
2015-07-26  Andres FreundFix flattening of nested grouping sets.
2015-07-26  Andres FreundAllow to push down clauses from HAVING to WHERE when...
2015-07-26  Andres FreundRecognize GROUPING() as a aggregate expression.
2015-07-26  Andres FreundBuild column mapping for grouping sets in all required...
2015-07-26  Joe ConwayImprove markup for row_security.
2015-07-25  Tom LaneDodge portability issue (apparent compiler bug) in...
2015-07-25  Andrew DunstanRestore use of zlib default compression in pg_dump...
2015-07-25  Tom LaneSome platforms now need contrib/tsm_system_time to...
2015-07-25  Tom LaneIn pg_ctl, report unexpected failure to stat() the...
2015-07-25  Tom LaneUpdate oidjoins regression test for 9.5.
2015-07-25  Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-24  Joe ConwayMake RLS work with UPDATE ... WHERE CURRENT OF
2015-07-24  Andrew DunstanFix treatment of nulls in jsonb_agg and jsonb_object_agg
2015-07-24  Andres FreundFix bug around assignment expressions containing indire...
2015-07-23  Andrew DunstanRedirect install output of make check into a log file
2015-07-22  Heikki LinnakangasFix off-by-one error in calculating subtrans/multixact...
2015-07-22  Tom LaneFix add_rte_to_flat_rtable() for recent feature additions.
2015-07-21  Tom LaneFix some oversights in BRIN patch.
2015-07-21  Andrew DunstanFix location of output logs of pg_regress
2015-07-21  Alvaro HerreraFix omission of OCLASS_TRANSFORM in object_classes[]
2015-07-20  Heikki LinnakangasSanity-check that a page zeroed by redo routine is...
2015-07-20  Alvaro HerreraDon't handle PUBLIC/NONE separately
2015-07-20  Alvaro HerreraImprove tab-completion for DROP POLICY
2015-07-20  Alvaro HerreraFix (some of) pltcl memory usage
2015-07-20  Alvaro HerreraImprove BRIN documentation somewhat
2015-07-20  Alvaro HerreraFix mis-merge in previous commit
2015-07-20  Alvaro HerreraAdd some comments to test_ddl_deparse and a README
2015-07-20  Heikki LinnakangasHandle AT_ReAddComment in test_ddl_deparse, and add...
2015-07-19  Andrew DunstanRemove dead code.
2015-07-18  Tom LaneMake WaitLatchOrSocket's timeout detection more robust.
2015-07-18  Andrew DunstanEnable transforms modules to build and test on Cygwin.
2015-07-18  Andrew DunstanRelease note compatibility item
2015-07-18  Andrew DunstanSupport JSON negative array subscripts everywhere
2015-07-17  Tom LaneRepair mishandling of cached cast-expression trees...
2015-07-17  Noah MischAIX: Test the -qlonglong option before use.
2015-07-17  Tom LaneFix a low-probability crash in our qsort implementation.
2015-07-16  Magnus HaganderFix spelling error
2015-07-16  Magnus HaganderFix copy/past error in comment
2015-07-16  Noah MischAIX: Link TRANSFORM modules with their dependencies.
2015-07-16  Noah MischAIX: Link the postgres executable with -Wl,-brtllib.
2015-07-16  Noah MischMinGW: Link ltree_plpython with plpython.
2015-07-15  Alvaro HerreraMention table_rewrite as valid event trigger tag
2015-07-14  Robert HaasRemove regression test added on auto-pilot.
2015-07-14  Fujii MasaoPrevent pgstattuple() from reporting BRIN as unknown...
2015-07-14  Heikki LinnakangasMake regression test output stable.
2015-07-14  Heikki LinnakangasRetain comments on indexes and constraints at ALTER...
2015-07-14  Heikki LinnakangasReformat code in ATPostAlterTypeParse.
2015-07-12  Bruce Momjianrelease notes: markup: vacuumdb is an application...
2015-07-12  Tom LaneFix assorted memory leaks.
2015-07-12  Andres FreundFor consistency add a pfree to ON CONFLICT set_plan_ref...
2015-07-12  Andres FreundOptionally don't error out due to preexisting slots...
2015-07-12  Tom LaneAdd now-required #include.
2015-07-12  Bruce Momjiandoc: fix typo in CREATE POLICY manual page
2015-07-11  Joe ConwayAdd assign_expr_collations() to CreatePolicy() and...
2015-07-10  Heikki LinnakangasCopy-edit the docs changes of OWNER TO CURRENT/SESSION_...
2015-07-09  Tom LaneImprove documentation about array concat operator vs...
2015-07-09  Tom LaneFix postmaster's handling of a startup-process crash.
2015-07-09  Fujii MasaoMake wal_compression PGC_SUSET rather than PGC_USERSET.
2015-07-09  Heikki LinnakangasFix another broken link in documentation.
2015-07-09  Heikki LinnakangasRevert changes to pthread configure tests on REL9_5_STABLE.
2015-07-09  Noah MischLink pg_stat_statements with libm.
2015-07-09  Noah MischGiven a gcc-compatible xlc compiler, prefer xlc-style...
2015-07-09  Noah MischFinish generic-xlc.h draft atomics implementation.
2015-07-09  Noah MischRevoke support for strxfrm() that write past the specif...
2015-07-09  Noah MischReplace use of "diff -q".
2015-07-09  Noah MischFix null pointer dereference in "\c" psql command.
2015-07-08  Heikki LinnakangasMove pthread-tests earlier in the autoconf script.
2015-07-08  Heikki LinnakangasReplace our hacked version of ax_pthread.m4 with latest...
2015-07-07  Joe ConwayImprove regression test coverage of table lock modes...
2015-07-07  Fujii MasaoFix incorrect path in pg_regress log messages.
2015-07-07  Tom LaneFix portability issue in pg_upgrade test script: avoid...
2015-07-07  Heikki LinnakangasImprove handling of out-of-memory in libpq.
2015-07-07  Fujii MasaoAdd tab-completion for psql meta-commands.
2015-07-07  Heikki LinnakangasTurn install.bat into a pure one line wrapper fort...
2015-07-07  Andres FreundFix logical decoding bug leading to inefficient reopeni...
2015-07-07  Andres FreundFix pg_recvlogical not to fsync output when it's a...
2015-07-07  Joe ConwayMake RLS related error messages more consistent and...
2015-07-06  Fujii MasaoRemove incorrect warning from pg_archivecleanup document.
2015-07-05  Tom LaneMake a editorial pass over pgbench's error messages.
next