]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-27 Fujii MasaoChange the suffix of auto conf temporary file from...
2014-01-27 Fujii MasaoFix typos in comments for ALTER SYSTEM.
2014-01-26 Stephen FrostFix minor leak in pg_dump
2014-01-26 Andrew DunstanProvide for client-only installs with MSVC.
2014-01-26 Stephen FrostCheck dup2() results in syslogger
2014-01-26 Magnus HaganderMove the options column of \db+ before the description
2014-01-26 Magnus HaganderInclude tablespace options in verbose output of \db
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2014-01-26 Stephen FrostUse E, not e, for escaping in example docs
2014-01-25 Bruce MomjianAdjust C comment in slot_attisnull() regarding nulls.
2014-01-25 Heikki LinnakangasCopy-editing docs for recovery_target='immediate',...
2014-01-25 Bruce Momjiandocs: mention CREATE TABLE LIKE linkage using INCLUDING...
2014-01-25 Heikki LinnakangasAdd recovery_target='immediate' option.
2014-01-25 Noah Mischlibpq: Support TLS versions beyond TLSv1.
2014-01-25 Noah Mischpsql: Mention SSL protocol version in \conninfo.
2014-01-24 Stephen FrostAvoid minor leak in parallel pg_dump
2014-01-24 Heikki LinnakangasReset unused fields in GIN data leaf page footer.
2014-01-24 Heikki LinnakangasFix off-by-one in newly-introdcued GIN assertion.
2014-01-24 Heikki LinnakangasIn GIN recompression code, use mmemove rather than...
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-24 Fujii MasaoRemove duplicate index entry DATE_TRUNC in document.
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-23 Heikki LinnakangasFix alignment of GIN in-line posting lists stored in...
2014-01-23 Heikki LinnakangasSilence compiler warning.
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-23 Fujii MasaoAdd libpq function PQhostaddr().
2014-01-23 Andrew DunstanAllow case insensitive build version argument for MSVC.
2014-01-23 Fujii MasaoFix bugs in PQhost().
2014-01-23 Bruce MomjianAdd date_trunc('', interval) documentation mention
2014-01-22 Heikki LinnakangasFix declaration of GinVacuumState.
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-22 Andrew DunstanReindent json.c and jsonfuncs.c.
2014-01-22 Stephen FrostAllow type_func_name_keywords in even more places
2014-01-21 Tom LaneTweak parse location assignment for CURRENT_DATE and...
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2014-01-21 Robert HaasFix inadvertent semantics change in last patch to plug...
2014-01-21 Robert HaasAvoid a possible relcache leak in get_object_address_at...
next