summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-07Minor typos / copy-editing for snapmgr.cStephen Frost
2016-06-07psql: Add missing file to nls.mkPeter Eisentraut
2016-06-07pgbench: Fix order in --help outputPeter Eisentraut
2016-06-07pg_dump only selected components of ACCESS METHODsStephen Frost
2016-06-07PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-06-06shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too.Robert Haas
2016-06-06pg_upgrade: Don't overwrite existing files.Robert Haas
2016-06-06Fix typo.Robert Haas
2016-06-06pg_upgrade: Improve error checking in rewriteVisibilityMap.Robert Haas
2016-06-05Fix whitespacePeter Eisentraut
2016-06-05Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane
2016-06-03Fix grammar's AND/OR flattening to work with operator_precedence_warning.Tom Lane
2016-06-03Inline the easy cases in MakeExpandedObjectReadOnly().Tom Lane
2016-06-03Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane
2016-06-03Mark read/write expanded values as read-only in ExecProject().Tom Lane
2016-06-03Remove bogus code to apply PathTargets to partial paths.Robert Haas
2016-06-03Mark PostmasterPid as PGDLLIMPORT.Robert Haas
2016-06-03Add new snapshot fields to serialize/deserialize functions.Kevin Grittner
2016-06-03Fix comment to be more accurate.Robert Haas
2016-06-03Suppress -Wunused-result warnings about write(), again.Tom Lane
2016-06-03Fix various common mispellings.Greg Stark
2016-06-03Cosmetic improvements to freeze map code.Robert Haas
2016-06-02Be conservative about alignment requirements of struct epoll_event.Greg Stark
2016-06-02C comment improvement & typo fix.Kevin Grittner
2016-06-02Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.Tom Lane
2016-06-02Fix btree mark/restore bug.Kevin Grittner
2016-06-01Clean up some minor inefficiencies in parallel dump/restore.Tom Lane
2016-05-31Avoid useless closely-spaced writes of statistics files.Tom Lane
2016-05-31Mirror struct Aggref field order in _copyAggref().Noah Misch
2016-05-30Move memory barrier in UnlockBufHdr to before releasing the lock.Andres Freund
2016-05-30Fix PageAddItem BRIN bugAlvaro Herrera
2016-05-29Fix missing abort checks in pg_backup_directory.c.Tom Lane
2016-05-29Remove pg_dump/parallel.c's useless "aborting" flag.Tom Lane
2016-05-28Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.Tom Lane
2016-05-27Clean up thread management in parallel pg_dump for Windows.Tom Lane
2016-05-27Fix DROP ACCESS METHOD IF EXISTS.Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-05-26Make pg_dump error cleanly with -j against hot standbyMagnus Hagander
2016-05-26Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane
2016-05-26Make pg_dump behave more sanely when built without HAVE_LIBZ.Tom Lane
2016-05-26In Windows pg_dump, ensure idle workers will shut down during error exit.Tom Lane
2016-05-25Remove option to write USING before opclass name in CREATE INDEX.Tom Lane
2016-05-25Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane
2016-05-25Fix broken error handling in parallel pg_dump/pg_restore.Tom Lane
2016-05-25Do not DROP default roles in pg_dumpall -cStephen Frost
2016-05-25Mark wal_level as PGDLLIMPORT.Tom Lane
2016-05-25Qualify table usage in dumpTable() and use regclassStephen Frost
2016-05-24Fetch XIDs atomically during vac_truncate_clog().Tom Lane