]> granicus.if.org Git - postgresql/shortlog
postgresql
2013-11-27 Tom LaneMinor corrections in lmgr/README.
2013-11-27 Heikki LinnakangasGet rid of the post-recovery cleanup step of GIN page...
2013-11-27 Heikki LinnakangasMore GIN refactoring.
2013-11-27 Heikki LinnakangasFix plpython3 expected output.
2013-11-27 Heikki LinnakangasDon't update relfrozenxid if any pages were skipped.
2013-11-27 Michael MeskesDocumentation fix for ecpg.
2013-11-27 Michael MeskesECPG: Fix searching for quoted cursor names case-sensit...
2013-11-27 Fujii MasaoAdd --xlogdir option to pg_basebackup, for specifying...
2013-11-27 Fujii MasaoFix typo in release note.
2013-11-27 Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-11-27 Peter Eisentrautdoc: Add id to index in XSLT build
2013-11-26 Heikki LinnakangasOops, forgot to "git add" last minute changes to regres...
2013-11-26 Michael MeskesECPG: Fix offset to NULL/size indicator array.
2013-11-26 Michael MeskesECPG: Simplify free_variable()
2013-11-26 Michael MeskesECPG: Add EXEC SQL CLOSE C to the tests.
2013-11-26 Michael MeskesECPG: Free the malloc()'ed variables in the test so...
2013-11-26 Michael MeskesECPG: Make the preprocessor emit ';' if the variable...
2013-11-26 Heikki LinnakangasHandle domains over arrays like plain arrays in PL...
2013-11-26 Jeff DavisAdd missing entry for session_preload_libraries in...
2013-11-26 Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2013-11-25 Michael MeskesMore improvement to comment parsing in ecpg.
2013-11-25 Michael MeskesFix ecpg parsing of sizeof().
2013-11-24 Jeff DavisLessen library-loading log level.
2013-11-24 Tom LaneFix new and latent bugs with errno handling in secure_r...
2013-11-24 Michael MeskesAllow C array definitions to use sizeof().
2013-11-24 Michael MeskesDistinguish between C and SQL mode for C-style comments.
2013-11-24 Tom LaneDefend against bad trigger definitions in contrib/lo...
2013-11-24 Peter EisentrautPL/Tcl: Add event trigger support
2013-11-24 Tom LaneFix array slicing of int2vector and oidvector values.
2013-11-23 Tom LaneEnsure _dosmaperr() actually sets errno correctly.
2013-11-23 Peter EisentrautFix thinko in SPI_execute_plan() calls
2013-11-23 Peter EisentrautAvoid potential buffer overflow crash
2013-11-22 Tom LaneFlatten join alias Vars before pulling up targetlist...
2013-11-22 Tom LaneFix quoting in help messages in uuid-ossp extension...
2013-11-22 Heikki LinnakangasFix Hot-Standby initialization of clog and subtrans.
2013-11-22 Heikki LinnakangasAvoid acquiring spinlock when checking if recovery...
2013-11-22 Peter EisentrautTweak streamutil.c further to avoid scan-build warning
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-21 Fujii MasaoFix pg_isready to handle -d option properly.
2013-11-20 Heikki LinnakangasMore GIN refactoring.
2013-11-20 Heikki LinnakangasRefactor the internal GIN B-tree interface for forming...
2013-11-20 Heikki LinnakangasFurther GIN refactoring.
2013-11-20 Peter Eisentrautecpg: Split off mmfatal() from mmerror()
2013-11-19 Bruce Momjiandocs: update page format to specify page checksum...
2013-11-19 Bruce Momjianpg_upgrade: avoid ALTER COLUMN TYPE on inherited columns
2013-11-19 Fujii MasaoAdd tab completion for \pset in psql.
2013-11-19 Peter Eisentrautpg_upgrade: Report full disk better
2013-11-18 Bruce Momjianunaccent: Revert patch 9299f6179838cef8aa1123f6fb76f0d...
2013-11-18 Heikki LinnakangasSpell SQL keywords in uppercase in pg_dump's query.
2013-11-18 Heikki LinnakangasReplace appendPQExpBuffer(..., <constant>) with appendP...
2013-11-18 Robert HaasUse cstring_to_text_with_len when length is known.
2013-11-18 Heikki LinnakangasCount locked pages that don't need vacuuming as scanned.
2013-11-17 Tom LaneAdd make_date() and make_time() functions.
2013-11-16 Tom LaneImprove performance of numeric sum(), avg(), stddev...
2013-11-16 Tom LaneAllow aggregates to provide estimates of their transiti...
2013-11-16 Peter Eisentrautpg_upgrade: Fix some whitespace oddities
2013-11-16 Tom LaneRemove pgbench's hardwired limit on line length in...
2013-11-15 Tom LaneFix incorrect loop counts in tidbitmap.c.
2013-11-15 Tom LaneSpeed up printing of INSERT statements in pg_dump.
2013-11-15 Tom LaneClean up password prompting logic in streamutil.c.
2013-11-15 Tom LaneCompute correct em_nullable_relids in get_eclass_for_so...
2013-11-15 Tom LanePrevent leakage of cached plans and execution trees...
2013-11-15 Tom LaneMinor comment corrections for sequence hashtable patch.
2013-11-15 Kevin GrittnerFix buffer overrun in isolation test program.
2013-11-15 Robert Haasdoc: Restore proper alphabetical order.
2013-11-15 Heikki LinnakangasFix bogus hash table creation.
2013-11-15 Heikki LinnakangasUse a hash table to store current sequence values.
2013-11-14 Tom LaneAdd a regression test case for \d on an index.
2013-11-14 Tom LaneFix incorrect column name in psql \d code.
2013-11-14 Peter EisentrautFix whitespace
2013-11-13 Tom LaneClarify CREATE FUNCTION documentation about handling...
2013-11-13 Andrew DunstanFix isolation check for MSVC to handle recent changes.
2013-11-13 Robert HaasFix relfilenodemap.c's handling of cache invalidations.
2013-11-13 Bruce Momjiandocs: clarify MVCC introduction to allow for per-state...
2013-11-13 Kevin GrittnerFree ignorelist after each regression test schedule.
2013-11-13 Heikki LinnakangasFix bug in GIN posting tree root creation.
2013-11-13 Peter EisentrautMove variable closer to where it is used
2013-11-13 Peter Eisentrautgitattributes: Make syntax compatible with older Git...
2013-11-12 Robert HaasTry again to make pg_isolation_regress work its build...
2013-11-12 Robert Haasdoc: Fix typo.
2013-11-12 Magnus HaganderFix doc links in README file to work with new website...
2013-11-12 Peter EisentrautRemove leftovers of IRIX port
2013-11-11 Tom LaneFix failure with whole-row reference to a subquery.
2013-11-11 Tom LaneFix ruleutils pretty-printing to not generate trailing...
2013-11-11 Tom LaneRe-allow duplicate aliases within aliased JOINs.
2013-11-11 Magnus HaganderDon't abort pg_basebackup when receiving empty WAL...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-09 Robert HaasFix ECPG compiler warning.
2013-11-08 Heikki LinnakangasFix race condition in GIN posting tree page deletion.
2013-11-08 Robert Haasdoc: Clarify under what circumstances pg_dump needs...
2013-11-08 Robert HaasFix pg_isolation_regress to work outside its build...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-11-08 Tom LaneMake contain_volatile_functions/contain_mutable_functio...
2013-11-08 Tom LaneFix subtly-wrong volatility checking in BeginCopyFrom().
2013-11-08 Tom LaneMake LOCK_PRINT & PROCLOCK_PRINT expand to ((void)...
2013-11-07 Kevin GrittnerSilence benign warnings from clang version 3.0-6ubuntu3.
2013-11-07 Tom LanePrevent display of dropped columns in row constraint...
2013-11-07 Tom LaneFix generation of MergeAppend plans for optimized min...
2013-11-07 Heikki LinnakangasFix setting of right bound at GIN page split.
2013-11-07 Tom LaneAdd #ifdef guards for some POSIX error symbols that...
next