]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-02-11 Tom LaneGet rid of use of dlltool in Mingw builds.
2014-02-11 Tom LaneCygwin build fixes.
2014-02-11 Peter Eisentrautscripts: Remove newlines from end of generated SQL
2014-02-11 Tom LaneDon't generate plain-text HISTORY and src/test/regress...
2014-02-10 Heikki LinnakangasFix WakeupWaiters() to not wake up an exclusive locker...
2014-02-10 Heikki LinnakangasUse memmove() instead of memcpy() for copying overlappi...
2014-02-09 Stephen FrostFurther pg_dump / ftello improvements
2014-02-09 Stephen FrostFocus on ftello result < 0 instead of errno
2014-02-09 Magnus HaganderLimit pg_basebackup progress output to 1/second
2014-02-09 Magnus HaganderAvoid printing uninitialized filename variable in verbo...
2014-02-09 Stephen FrostMinor pg_dump improvements
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-02-07 Heikki LinnakangasInitialize the entryRes array between each call to...
2014-02-07 Heikki LinnakangasSpeed up "rare & frequent" type GIN queries.
2014-02-07 Heikki LinnakangasFix thinko in comment.
2014-02-07 Tom LaneIn RelationClearRelation, postpone cache reload if...
2014-02-06 Andrew DunstanAlphabeticize list in OBJS definition in utils/adt...
2014-02-06 Tom LaneAssert(IsTransactionState()) in RelationIdGetRelation().
2014-02-06 Peter Eisentrautdoc: Disable indentation of XHTML output
2014-02-06 Peter EisentrautFix whitespace
2014-02-05 Tom LaneRemove unnecessary relcache flushes after changing...
2014-02-05 Robert HaasMinor improvements to replication slot documentation.
2014-02-05 Peter EisentrautPL/Perl: Fix compiler warning
2014-02-04 Tom LaneImprove connection-failure error handling in contrib...
2014-02-04 Fujii MasaoFix comparison of an array of characters with zero...
2014-02-04 Robert HaasRephrase text to avoid links in regress.sgml
2014-02-04 Tom LaneFix lexing of U& sequences just before EOF.
2014-02-03 Tom LaneFix *-qualification of named parameters in SQL-language...
2014-02-03 Robert HaasAdjust pg_sleep_for/pg_sleep_until to use clock_timestamp.
2014-02-03 Robert HaasDocument a few more regression test hazards.
2014-02-03 Andrew DunstanIn json code, clean up temp memory contexts after proce...
2014-02-03 Fujii MasaoMake pg_basebackup skip temporary statistics files.
2014-02-02 Tom LaneSwitch in psql_scan() must cover all lexer states ...
2014-02-02 Fujii MasaoAdd <indexterm> for functions pg_sleep_for and pg_sleep...
2014-02-02 Tom LaneClean up some sloppy coding in repl_gram.y.
2014-02-02 Fujii MasaoAdd primary_slotname to recovery.conf.sample.
2014-02-02 Fujii MasaoFix typos in docs and comments.
2014-02-02 Andrew DunstanFix makefile syntax.
2014-02-01 Tom LaneFix some wide-character bugs in the text-search parser.
2014-02-01 Andrew Dunstanfix whitespace
2014-02-01 Tom LaneFix some more bugs in signal handlers and process shutd...
2014-02-01 Andrew DunstanDon't use deprecated dllwrap on Cygwin.
2014-02-01 Andrew DunstanCopy the libpq DLL to the bin directory on Mingw and...
2014-02-01 Bruce Momjianarrays: tighten checks for multi-dimensional input
2014-02-01 Robert HaasIntroduce replication slots.
2014-02-01 Bruce Momjiandocs: mention 'g' is not in the regex embedded options...
2014-02-01 Bruce Momjianpg_restore: make help output plural for multi-enabled...
2014-02-01 Robert HaasClear MyProc and MyProcSignalState before they become...
2014-02-01 Bruce Momjiandoc: mention statistics reset during crash recovery
2014-02-01 Bruce Momjianchkpass: check for NULL return value from crypt()
2014-02-01 Bruce Momjiandoc: mention data page checksums in WAL section
2014-01-31 Tom LaneDisallow use of SSL v3 protocol in the server as well...
2014-01-31 Bruce Momjiandocs: mention tgconstrindid supports exclusion constraints
2014-01-31 Tom LaneAdd some examples to the postgres_fdw documentation.
2014-01-31 Bruce Momjiandoc: authentication wording improvements
2014-01-31 Bruce Momjiandocs: specify FOR UPDATE/SHARE incompatibilities
2014-01-31 Bruce Momjiansystem catalogs: reorder pg_amproc entries into proper...
2014-01-31 Bruce Momjianpgindent: add Perl comment
2014-01-31 Bruce Momjianpgindent: add --list-of-typedefs option
2014-01-31 Fujii MasaoAdd tab completion for ALTER TABLESPACE MOVE in psql.
2014-01-31 Bruce Momjianentab: add new options
2014-01-31 Andrew DunstanFix documented return type of json_array_elements_text.
2014-01-31 Tom LaneAllow unrecognized encoding names in locales, as long...
2014-01-31 Bruce Momjianpgindent: preserve blank lines around #else/#endif
2014-01-31 Tom LaneBe forgiving of variant spellings of locale names in...
2014-01-30 Tom LaneFix potential coredump on bad locale value in pg_upgrade.
2014-01-30 Robert HaasAdd convenience functions pg_sleep_for and pg_sleep_until.
2014-01-30 Tom LaneFix bogus handling of "postponed" lateral quals.
2014-01-30 Bruce Momjiandocs: improve xref description for xreflabel and refen...
2014-01-30 Bruce Momjiandocs: mention SGML refentry also pulls text from the...
2014-01-30 Bruce Momjiandocs: add mention of index swapping
2014-01-30 Bruce MomjianAdd checks for interval overflow/underflow
2014-01-30 Tom LaneFix unsafe references to errno within error messaging...
2014-01-29 Andrew DunstanSilence compiler warnings about possibly unset variables.
2014-01-29 Andrew DunstanForgot to bump catalog version for json_array_elements_...
2014-01-29 Robert HaasInclude planning time in EXPLAIN ANALYZE output.
2014-01-29 Andrew DunstanAdd json_array_elements_text function.
2014-01-29 Heikki LinnakangasFix thinko in huge_tlb_pages patch.
2014-01-29 Heikki LinnakangasFurther optimize GIN multi-key searches.
2014-01-29 Bruce MomjianFix pointer processing in new entab.c function
2014-01-29 Bruce MomjianAdd C functions to centralize entab processing
2014-01-29 Bruce MomjianAdd more C comments to entab.c.
2014-01-29 Heikki LinnakangasFurther optimize multi-key GIN searches.
2014-01-29 Heikki LinnakangasAllow skipping some items in a multi-key GIN search.
2014-01-29 Andrew DunstanRemedy two small omissions in the new json functions...
2014-01-29 Heikki LinnakangasFix docs build.
2014-01-29 Heikki LinnakangasAllow using huge TLB pages on Linux (MAP_HUGETLB)
2014-01-29 Robert HaasFix compiler warning in EXEC_BACKEND builds.
2014-01-28 Andrew DunstanMinor docs fixes for new json functions.
2014-01-28 Andrew DunstanAdd new make targets check-tests and installcheck-tests.
2014-01-28 Andrew DunstanNew json functions.
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-28 Tom LaneUpdate comment.
2014-01-28 Bruce MomjianRevert C comment change in slot_attisnull()
2014-01-28 Bruce MomjianRemove orphaned prototype
2014-01-28 Stephen FrostRevert dup2() checking in syslogger.c
2014-01-28 Tom LaneLog a detail message for auth failures due to missing...
2014-01-27 Tom LaneKeep pg_stat_statements' query texts in a file, not...
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-27 Heikki LinnakangasFix typo in README
next