Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Bruce Momjian 14ea89366f Properly detect read and write errors in pg_dump/dumpall, and pg_restore 12 years ago
Bruce Momjian 768fb00326 Update 9.4 release notes for queryid control 12 years ago
Tom Lane 9252b8eec2 Run autoconf in wake of commit a692ee5870. 12 years ago
Bruce Momjian a1c287a383 Move pg_stat_statements into its on 9.4 release note section 12 years ago
Bruce Momjian 60832ea39d In 9.4 release notes, add detail to pg_stat_statements items 12 years ago
Bruce Momjian 49c683bafd Improve JSONB 9.4 release text 12 years ago
Bruce Momjian a64560d994 Add doc links to 9.4 release notes, and add major features list 12 years ago
Tom Lane 0f928a85ec Fix possible cache invalidation failure in ReceiveSharedInvalidMessages. 12 years ago
Tom Lane 3727afafee Fix pg_type.typlen for newly-revived line type. 12 years ago
Bruce Momjian b2f7bd72c4 Add SGML markup tags to 9.4 release notes 12 years ago
Tom Lane e03485ae8a Fix case of pg_dump -Fc to an unseekable file (such as a pipe). 12 years ago
Bruce Momjian f8db074049 Update "huge pages" description in the 9.4 release notes 12 years ago
Bruce Momjian 5b8de6d467 Update 9.4 release notes with feedback from the hackers list 12 years ago
Robert Haas c70cc9afb3 doc: In FDW handler docs, mark up scan_clauses with <literal>. 12 years ago
Heikki Linnakangas 377790fbd7 Pass sensible value to memset() when randomizing reorderbuffer's tuple slab. 12 years ago
Heikki Linnakangas 329de9fa98 Don't leak memory after connection aborts in pg_recvlogical. 12 years ago
Heikki Linnakangas c834576839 Use Size instead of uint32 to store result of sizeof() 12 years ago
Heikki Linnakangas 1460b199e6 Assert that pre/post-fix updated tuples are on the same page during replay. 12 years ago
Heikki Linnakangas a692ee5870 Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 12 years ago
Bruce Momjian d69ffd6f03 Add missing 9.4 release file. 12 years ago
Bruce Momjian 21223c24c2 Initial version of Postgres 9.4 release notes 12 years ago
Peter Eisentraut 0717748c90 doc: Update pg_basebackup version compatibility claim for 9.4 12 years ago
Tom Lane 91e16b9806 Fix yet another corner case in dumping rules/views with USING clauses. 12 years ago
Tom Lane 4c8aa8b5ae Fix "quiet inline" configure test for newer clang compilers. 12 years ago
Tom Lane 3f8c8e3c61 Fix failure to detoast fields in composite elements of structured types. 12 years ago
Robert Haas 65fb5ff130 Documentation corrections for pg_replication_slots. 12 years ago
Tom Lane 203b0d132f Improve error messages in reorderbuffer.c. 12 years ago
Robert Haas 5ec45bb7fa Consistently allow reading of messages from a detached shm_mq. 12 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 12 years ago
Tom Lane 0bff398761 Check for interrupts and stack overflow during rule/view dumps. 12 years ago
Tom Lane 41de93c53a Reduce indentation/parenthesization of set operations in rule/view dumps. 12 years ago
Tom Lane 0601cb54da Limit overall indentation in rule/view dumps. 12 years ago
Tom Lane d166eed302 Fix indentation of JOIN clauses in rule/view dumps. 12 years ago
Tom Lane 5358bfdc98 Fix uninitialized-variable warnings induced by recent commit. 12 years ago
Heikki Linnakangas 503de54621 Add missing SYSTEMQUOTEs 12 years ago
Peter Eisentraut d0765d50f4 PL/Python: Adjust the regression tests for Python 3.4 12 years ago
Peter Eisentraut 322173eb0a Fix whitespace 12 years ago
Tom Lane 95811032d7 Improve planner to drop constant-NULL inputs of AND/OR where it's legal. 12 years ago
Greg Stark dbe31616c9 Remove unnecessary cast causing a warning 12 years ago
Greg Stark 6513633b94 Add support for wrapping to psql's "extended" mode. This makes it very 12 years ago
Heikki Linnakangas d2722443d9 Fix two bugs in WAL-logging of GIN pending-list pages. 12 years ago
Robert Haas 728c06f17f Minor fixes for ALTER TABLE documentation. 12 years ago
Tom Lane a9baeb361d Can't completely get rid of #ifndef FRONTEND in palloc.h :-( 12 years ago
Tom Lane 5035701e07 Improve generation algorithm for database system identifier. 12 years ago
Tom Lane 528c454b2a Don't #include utils/palloc.h in common/fe_memutils.h. 12 years ago
Tom Lane 39b0c7681e Record the proper typmod for an index expression column. 12 years ago
Tom Lane 4bfc5f1396 Fix off-by-one bug in LWLockRegisterTranche(). 12 years ago
Tom Lane 49137ec9d4 Clean up temp installations after client program tests. 12 years ago
Alvaro Herrera 1a917ae861 Fix race when updating a tuple concurrently locked by another process 12 years ago
Tom Lane d19bd29f07 Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. 12 years ago