aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix typo.Robert Haas2016-06-06
* pg_upgrade: Improve error checking in rewriteVisibilityMap.Robert Haas2016-06-06
* Fix whitespacePeter Eisentraut2016-06-05
* Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane2016-06-05
* Fix grammar's AND/OR flattening to work with operator_precedence_warning.Tom Lane2016-06-03
* Inline the easy cases in MakeExpandedObjectReadOnly().Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Remove bogus code to apply PathTargets to partial paths.Robert Haas2016-06-03
* Mark PostmasterPid as PGDLLIMPORT.Robert Haas2016-06-03
* Add new snapshot fields to serialize/deserialize functions.Kevin Grittner2016-06-03
* Fix comment to be more accurate.Robert Haas2016-06-03
* Suppress -Wunused-result warnings about write(), again.Tom Lane2016-06-03
* Fix various common mispellings.Greg Stark2016-06-03
* Cosmetic improvements to freeze map code.Robert Haas2016-06-03
* Be conservative about alignment requirements of struct epoll_event.Greg Stark2016-06-02
* C comment improvement & typo fix.Kevin Grittner2016-06-02
* Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.Tom Lane2016-06-02
* Fix btree mark/restore bug.Kevin Grittner2016-06-02
* Clean up some minor inefficiencies in parallel dump/restore.Tom Lane2016-06-01
* Avoid useless closely-spaced writes of statistics files.Tom Lane2016-05-31
* Mirror struct Aggref field order in _copyAggref().Noah Misch2016-05-31
* Move memory barrier in UnlockBufHdr to before releasing the lock.Andres Freund2016-05-30
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Fix missing abort checks in pg_backup_directory.c.Tom Lane2016-05-29
* Remove pg_dump/parallel.c's useless "aborting" flag.Tom Lane2016-05-29
* Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.Tom Lane2016-05-28
* Clean up thread management in parallel pg_dump for Windows.Tom Lane2016-05-27
* Fix DROP ACCESS METHOD IF EXISTS.Tom Lane2016-05-27
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-27
* Make pg_dump error cleanly with -j against hot standbyMagnus Hagander2016-05-26
* Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane2016-05-26
* Make pg_dump behave more sanely when built without HAVE_LIBZ.Tom Lane2016-05-26
* In Windows pg_dump, ensure idle workers will shut down during error exit.Tom Lane2016-05-26
* Remove option to write USING before opclass name in CREATE INDEX.Tom Lane2016-05-25
* Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane2016-05-25
* Fix broken error handling in parallel pg_dump/pg_restore.Tom Lane2016-05-25
* Do not DROP default roles in pg_dumpall -cStephen Frost2016-05-24
* Mark wal_level as PGDLLIMPORT.Tom Lane2016-05-24
* Qualify table usage in dumpTable() and use regclassStephen Frost2016-05-24
* Fetch XIDs atomically during vac_truncate_clog().Tom Lane2016-05-24
* Avoid consuming an XID during vac_truncate_clog().Tom Lane2016-05-24
* Fix range check for effective_io_concurrencyAlvaro Herrera2016-05-24
* Fix typo in TAP test identification string.Tom Lane2016-05-23
* Fix BTREE_BUILD_STATS build.Tom Lane2016-05-23
* Support IndexElem in raw_expression_tree_walker().Tom Lane2016-05-23
* Add support for more extensive testing of raw_expression_tree_walker().Tom Lane2016-05-23
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* psql: Message style improvementsPeter Eisentraut2016-05-21
* Pin the built-in index access methods.Tom Lane2016-05-19