summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-06More rewording of pg_stat_statements for 9.4 release notesBruce Momjian
2014-05-06pg_basebackup streaming: adjust version check msgSimon Riggs
2014-05-06Fix use of free in walsender error handling after a sysid mismatch.Heikki Linnakangas
2014-05-06Fix handling of array of char pointers in ecpglib.Michael Meskes
2014-05-06Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian
2014-05-06Update 9.4 release notes for queryid controlBruce Momjian
2014-05-06Run autoconf in wake of commit a692ee5870f0f442565b4c4bff367094599e9bdf.Tom Lane
2014-05-06Move pg_stat_statements into its on 9.4 release note sectionBruce Momjian
2014-05-05In 9.4 release notes, add detail to pg_stat_statements itemsBruce Momjian
2014-05-05Improve JSONB 9.4 release textBruce Momjian
2014-05-05Add doc links to 9.4 release notes, and add major features listBruce Momjian
2014-05-05Fix possible cache invalidation failure in ReceiveSharedInvalidMessages.Tom Lane
2014-05-05Fix pg_type.typlen for newly-revived line type.Tom Lane
2014-05-05Add SGML markup tags to 9.4 release notesBruce Momjian
2014-05-05Fix case of pg_dump -Fc to an unseekable file (such as a pipe).Tom Lane
2014-05-05Update "huge pages" description in the 9.4 release notesBruce Momjian
2014-05-05Update 9.4 release notes with feedback from the hackers listBruce Momjian
2014-05-05doc: In FDW handler docs, mark up scan_clauses with <literal>.Robert Haas
2014-05-05Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.Heikki Linnakangas
2014-05-05Don't leak memory after connection aborts in pg_recvlogical.Heikki Linnakangas
2014-05-05Use Size instead of uint32 to store result of sizeof()Heikki Linnakangas
2014-05-05Assert that pre/post-fix updated tuples are on the same page during replay.Heikki Linnakangas
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-05-04Add missing 9.4 release file.Bruce Momjian
2014-05-04Initial version of Postgres 9.4 release notesBruce Momjian
2014-05-02doc: Update pg_basebackup version compatibility claim for 9.4Peter Eisentraut
2014-05-02Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane
2014-05-01Fix "quiet inline" configure test for newer clang compilers.Tom Lane
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-05-01Documentation corrections for pg_replication_slots.Robert Haas
2014-04-30Improve error messages in reorderbuffer.c.Tom Lane
2014-04-30Consistently allow reading of messages from a detached shm_mq.Robert Haas
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-30Check for interrupts and stack overflow during rule/view dumps.Tom Lane
2014-04-30Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane
2014-04-30Limit overall indentation in rule/view dumps.Tom Lane
2014-04-30Fix indentation of JOIN clauses in rule/view dumps.Tom Lane
2014-04-30Fix uninitialized-variable warnings induced by recent commit.Tom Lane
2014-04-30Add missing SYSTEMQUOTEsHeikki Linnakangas
2014-04-30PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut
2014-04-30Fix whitespacePeter Eisentraut
2014-04-29Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane
2014-04-29Remove unnecessary cast causing a warningGreg Stark
2014-04-28Add support for wrapping to psql's "extended" mode. This makes it veryGreg Stark
2014-04-28Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas
2014-04-28Minor fixes for ALTER TABLE documentation.Robert Haas
2014-04-28Can't completely get rid of #ifndef FRONTEND in palloc.h :-(Tom Lane
2014-04-26Improve generation algorithm for database system identifier.Tom Lane
2014-04-26Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane
2014-04-26Record the proper typmod for an index expression column.Tom Lane