]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-10-24 Heikki LinnakangasWork around Windows locale name with non-ASCII character.
2014-10-24 Heikki LinnakangasMake the locale comparison in pg_upgrade more lenient
2014-10-23 Tom LaneImprove ispell dictionary's defenses against bad affix...
2014-10-23 Fujii MasaoPrevent the already-archived WAL file from being archiv...
2014-10-22 Tom LaneEnsure libpq reports a suitable error message on unexpe...
2014-10-22 Noah MischMinGW: Use -static-libgcc when linking a DLL.
2014-10-22 Noah MischMinGW: Link with shell32.dll instead of shfolder.dll.
2014-10-21 Tom LaneUpdate expected/sequence_1.out.
2014-10-20 Andres FreundFlush unlogged table's buffers when copying or moving...
2014-10-20 Andrew DunstanCorrect volatility markings of a few json functions.
2014-10-20 Tom LaneFix mishandling of FieldSelect-on-whole-row-Var in...
2014-10-19 Peter Eisentrautpsql: Improve \pset without arguments
2014-10-18 Peter Eisentrautdoc: Clean up pg_recvlogical reference page
2014-10-18 Tom LaneDeclare mkdtemp() only if we're providing it.
2014-10-18 Tom LaneAvoid core dump in _outPathInfo() for Path without...
2014-10-17 Tom LaneFix core dump in pg_dump --binary-upgrade on zero-colum...
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-10-15 Tom LanePrint planning time only in EXPLAIN ANALYZE, not plain...
2014-10-14 Heikki LinnakangasDon't let protected variable access to be reordered...
2014-10-14 Heikki LinnakangasFix deadlock with LWLockAcquireWithVar and LWLockWaitFo...
2014-10-14 Heikki LinnakangasFix typo in docs.
2014-10-14 Peter Eisentrautdoc: Improve ALTER VIEW / SET documentation
2014-10-14 Peter Eisentrautdoc: Fix copy-and-paste mistakes
2014-10-14 Peter Eisentrautpsql: Fix \? output alignment
2014-10-13 Noah MischFix quoting in the add_to_path Makefile macro.
2014-10-13 Noah MischSuppress dead, unportable src/port/crypt.c code.
2014-10-12 Peter Eisentrautpg_recvlogical: Improve --help output
2014-10-12 Peter EisentrautMessage improvements
2014-10-11 Tom LaneImprove documentation about JSONB array containment...
2014-10-11 Tom LaneFix bogus optimization in JSONB containment tests.
2014-10-09 Fujii MasaoFix broken example in PL/pgSQL document.
2014-10-07 Tom LaneFix array overrun in ecpg's version of ParseDateTime().
2014-10-06 Tom LaneStamp 9.4beta3. REL9_4_BETA3
2014-10-06 Andres FreundRename pg_recvlogical's --create/--drop to --create...
2014-10-06 Peter EisentrautTranslation updates
2014-10-05 Tom LaneUpdate 9.4 release notes for commits through today.
2014-10-05 Robert HaasEliminate one background-worker-related flag variable.
2014-10-04 Tom LaneUpdate time zone data files to tzdata release 2014h.
2014-10-03 Tom LaneUpdate time zone abbreviations lists.
2014-10-03 Tom LaneFix bogus logic for zic -P option.
2014-10-03 Alvaro HerreraDon't balance vacuum cost delay when per-table settings...
2014-10-03 Heikki LinnakangasCheck for GiST index tuples that don't fit on a page.
2014-10-02 Heikki LinnakangasFix typo in error message.
2014-10-01 Tom LaneFix some more problems with nested append relations.
2014-10-01 Andres FreundFix damange from wrongly split commit in fdf81c9a6cf94.
2014-10-01 Andres Freundpg_recvlogical.c code review.
2014-10-01 Heikki LinnakangasRemove num_xloginsert_locks GUC, replace with a #define
2014-10-01 Andres FreundBlock signals while computing the sleep time in postmas...
2014-10-01 Andres FreundImprove documentation about binary/textual output mode...
2014-10-01 Andres FreundRename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
2014-09-30 Stephen FrostCorrect stdin/stdout usage in COPY .. PROGRAM
2014-09-30 Alvaro HerreraFix pg_dump's --if-exists for large objects
2014-09-30 Bruce Momjianpg_upgrade: have pg_upgrade fail for old 9.4 JSONB...
2014-09-29 Tom LaneChange JSONB's on-disk format for improved performance.
2014-09-26 Robert HaasFix identify_locking_dependencies for schema-only dumps.
2014-09-25 Andrew DunstanRemove ill-conceived ban on zero length json object...
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.
next