]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2014-05-07  Tom LaneFix some more confusion between uint32 and Datum.
2014-05-07  Jeff DavisFix interval test, which was broken for floating-point...
2014-05-07  Tom Lanehash_any returns Datum, not uint32 (and definitely...
2014-05-07  Jeff DavisImprove comment for tricky aspect of index-only scans.
2014-05-07  Peter Eisentrautdoc: Fix DocBook XML validity
2014-05-07  Bruce MomjianWith ecpg exclusion removed, re-run pgindent for 9.4
2014-05-07  Bruce MomjianRemove pgindent ecpg exclusion pattern
2014-05-06  Simon Riggspg_basebackup streaming: adjust version check msg
2014-05-06  Bruce MomjianImprove pgindent test instructions
2014-05-06  Robert HaasFix logic bug in dsm_attach().
2014-05-06  Bruce MomjianFix improperly passed file descriptors
2014-05-06  Bruce Momjianpgindent run for 9.4
2014-05-06  Bruce MomjianAdjust pgindent to remove tabs after periods in C comments.
2014-05-06  Bruce MomjianFix detection of short tar files, broken by commit...
2014-05-06  Simon RiggsCorrect comment in Hot Standby nbtree handling
2014-05-06  Bruce MomjianUpdate typedef list in preparation for pgindent run
2014-05-06  Bruce MomjianMore rewording of pg_stat_statements for 9.4 release...
2014-05-06  Simon Riggspg_basebackup streaming: adjust version check msg
2014-05-06  Heikki LinnakangasFix use of free in walsender error handling after a...
2014-05-06  Michael MeskesFix handling of array of char pointers in ecpglib.
2014-05-06  Bruce MomjianProperly detect read and write errors in pg_dump/dumpal...
2014-05-06  Bruce MomjianUpdate 9.4 release notes for queryid control
2014-05-06  Tom LaneRun autoconf in wake of commit a692ee5870f0f442565b4c4b...
2014-05-06  Bruce MomjianMove pg_stat_statements into its on 9.4 release note...
2014-05-05  Bruce MomjianIn 9.4 release notes, add detail to pg_stat_statements...
2014-05-05  Bruce MomjianImprove JSONB 9.4 release text
2014-05-05  Bruce MomjianAdd doc links to 9.4 release notes, and add major featu...
2014-05-05  Tom LaneFix possible cache invalidation failure in ReceiveShare...
2014-05-05  Tom LaneFix pg_type.typlen for newly-revived line type.
2014-05-05  Bruce MomjianAdd SGML markup tags to 9.4 release notes
2014-05-05  Tom LaneFix case of pg_dump -Fc to an unseekable file (such...
2014-05-05  Bruce MomjianUpdate "huge pages" description in the 9.4 release...
2014-05-05  Bruce MomjianUpdate 9.4 release notes with feedback from the hackers...
2014-05-05  Robert Haasdoc: In FDW handler docs, mark up scan_clauses with...
2014-05-05  Heikki LinnakangasPass sensible value to memset() when randomizing reorde...
2014-05-05  Heikki LinnakangasDon't leak memory after connection aborts in pg_recvlog...
2014-05-05  Heikki LinnakangasUse Size instead of uint32 to store result of sizeof()
2014-05-05  Heikki LinnakangasAssert that pre/post-fix updated tuples are on the...
2014-05-05  Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-05-04  Bruce MomjianAdd missing 9.4 release file.
2014-05-04  Bruce MomjianInitial version of Postgres 9.4 release notes
2014-05-02  Peter Eisentrautdoc: Update pg_basebackup version compatibility claim...
2014-05-02  Tom LaneFix yet another corner case in dumping rules/views...
2014-05-01  Tom LaneFix "quiet inline" configure test for newer clang compi...
2014-05-01  Tom LaneFix failure to detoast fields in composite elements...
2014-05-01  Robert HaasDocumentation corrections for pg_replication_slots.
2014-04-30  Tom LaneImprove error messages in reorderbuffer.c.
2014-04-30  Robert HaasConsistently allow reading of messages from a detached...
2014-04-30  Tom LaneRationalize common/relpath.[hc].
2014-04-30  Tom LaneCheck for interrupts and stack overflow during rule...
2014-04-30  Tom LaneReduce indentation/parenthesization of set operations...
2014-04-30  Tom LaneLimit overall indentation in rule/view dumps.
2014-04-30  Tom LaneFix indentation of JOIN clauses in rule/view dumps.
2014-04-30  Tom LaneFix uninitialized-variable warnings induced by recent...
2014-04-30  Heikki LinnakangasAdd missing SYSTEMQUOTEs
2014-04-30  Peter EisentrautPL/Python: Adjust the regression tests for Python 3.4
2014-04-30  Peter EisentrautFix whitespace
2014-04-29  Tom LaneImprove planner to drop constant-NULL inputs of AND...
2014-04-29  Greg StarkRemove unnecessary cast causing a warning
2014-04-28  Greg StarkAdd support for wrapping to psql's "extended" mode...
2014-04-28  Heikki LinnakangasFix two bugs in WAL-logging of GIN pending-list pages.
2014-04-28  Robert HaasMinor fixes for ALTER TABLE documentation.
2014-04-28  Tom LaneCan't completely get rid of #ifndef FRONTEND in palloc...
2014-04-26  Tom LaneImprove generation algorithm for database system identi...
2014-04-26  Tom LaneDon't #include utils/palloc.h in common/fe_memutils.h.
2014-04-26  Tom LaneRecord the proper typmod for an index expression column.
2014-04-25  Tom LaneFix off-by-one bug in LWLockRegisterTranche().
2014-04-25  Tom LaneClean up temp installations after client program tests.
2014-04-24  Alvaro HerreraFix race when updating a tuple concurrently locked...
2014-04-24  Tom LaneReset pg_stat_activity.xact_start during PREPARE TRANSA...
2014-04-24  Magnus HaganderProperly build pg_recvlogical in the msvc build system
2014-04-24  Tom LaneFix incorrect pg_proc.proallargtypes entries for two...
2014-04-23  Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-23  Peter Eisentrautdoc: Fix DocBook table column count declaration
2014-04-23  Peter Eisentrautecpg: Add additional files to .gitignore
2014-04-23  Heikki LinnakangasUpdate obsolete comments.
2014-04-23  Heikki LinnakangasFix typo, trance -> tranche, in docs.
2014-04-23  Heikki LinnakangasFix typos in comment.
2014-04-23  Heikki LinnakangasCleanup of new b-tree page deletion code.
2014-04-23  Tom LaneFix documentation of FmgrInfo.fn_nargs.
2014-04-23  Tom LaneFix broken logic in logical_heap_rewrite_flush_mappings().
2014-04-23  Bruce Momjianrevert 4d0d607a454ee832574afd52a3c515099cc85eb3
2014-04-23  Bruce Momjiandoc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f...
2014-04-22  Bruce Momjiandoc: improve wording of COPY commit 7ec73783d88a743799...
2014-04-22  Bruce Momjiandoc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed
2014-04-22  Bruce Momjiandocs: add results for JSON operator examples
2014-04-22  Bruce Momjianbuild: add EXTRA_REGRESS_OPTS to all pg_regress invoca...
2014-04-22  Bruce Momjiandocs: clearify use of pg_database.datistemplate
2014-04-22  Bruce Momjianrelease memory used while flushing logical mappings
2014-04-22  Bruce Momjiandoc: improve CREATE RULE event list
2014-04-22  Bruce Momjianregression test: fix hot standby tests by using repeat...
2014-04-22  Bruce Momjiancopy: update docs for FORCE_NULL and FORCE_NOT_NULL...
2014-04-22  Heikki LinnakangasFix bug in the new B-tree incomplete-split code.
2014-04-22  Heikki LinnakangasFix Gin README.
2014-04-22  Peter Eisentrautdoc: Improve "replication slot" index entries
2014-04-22  Heikki LinnakangasFix bug in new B-tree page deletion code.
2014-04-22  Heikki LinnakangasRetain original physical order of tuples in redo of...
2014-04-22  Heikki LinnakangasFix rm_desc routine of b-tree page delete records.
2014-04-22  Heikki LinnakangasAvoid transient bogus page contents when creating a...
2014-04-21  Tom Lanepg_stat_statements forgot to let previous occupant...
next