aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Minor typos / copy-editing for snapmgr.cStephen Frost2016-06-07
* psql: Add missing file to nls.mkPeter Eisentraut2016-06-07
* pgbench: Fix order in --help outputPeter Eisentraut2016-06-07
* pg_dump only selected components of ACCESS METHODsStephen Frost2016-06-07
* PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut2016-06-07
* Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane2016-06-06
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-06
* shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too.Robert Haas2016-06-06
* pg_upgrade: Don't overwrite existing files.Robert Haas2016-06-06
* 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