Commit Graph

40485 Commits (370a46fc015115bfeccde4eb208d82049f792f9f)
 

Author SHA1 Message Date
Kevin Grittner 370a46fc01 Add new snapshot fields to serialize/deserialize functions. 9 years ago
Robert Haas 6436a853f1 Fix comment to be more accurate. 9 years ago
Tom Lane 6c72a28e5c Suppress -Wunused-result warnings about write(), again. 9 years ago
Greg Stark e1623c3959 Fix various common mispellings. 9 years ago
Tom Lane ee4af347ba Measure Bloom index signature-length reloption in bits, not words. 9 years ago
Robert Haas fdfaccfa79 Cosmetic improvements to freeze map code. 9 years ago
Greg Stark a3b30763cc Be conservative about alignment requirements of struct epoll_event. 9 years ago
Kevin Grittner 4edb7bd2fd C comment improvement & typo fix. 9 years ago
Tom Lane e652273e07 Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 9 years ago
Kevin Grittner 7392eed7c2 Fix btree mark/restore bug. 9 years ago
Tom Lane 763eec6b6d Clean up some minor inefficiencies in parallel dump/restore. 9 years ago
Peter Eisentraut 9ee56dfeee doc: Update version() and current_date output in tutorial 9 years ago
Tom Lane 22b27b4c9e Avoid useless closely-spaced writes of statistics files. 9 years ago
Peter Eisentraut aa14bc41d1 Fix whitespace 9 years ago
Tom Lane 6d69ea3318 Fix typo in CREATE DATABASE syntax synopsis. 9 years ago
Noah Misch 2195c5afaa Mirror struct Aggref field order in _copyAggref(). 9 years ago
Andres Freund 87a3023c60 Move memory barrier in UnlockBufHdr to before releasing the lock. 9 years ago
Alvaro Herrera 975ad4e602 Fix PageAddItem BRIN bug 9 years ago
Tom Lane 3c8aa6654a Fix missing abort checks in pg_backup_directory.c. 9 years ago
Tom Lane 210981a4a9 Remove pg_dump/parallel.c's useless "aborting" flag. 9 years ago
Tom Lane 6b3094c26f Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c. 9 years ago
Tom Lane 807b45375b Clean up thread management in parallel pg_dump for Windows. 9 years ago
Tom Lane d81ecb9b20 Fix release-note typo. 9 years ago
Tom Lane 83dbde94f7 Fix DROP ACCESS METHOD IF EXISTS. 9 years ago
Tom Lane 9dd4178cec Be more predictable about reporting "lock timeout" vs "statement timeout". 9 years ago
Magnus Hagander d74048defc Make pg_dump error cleanly with -j against hot standby 9 years ago
Tom Lane aeb9ae6457 Disable physical tlist if any Var would need multiple sortgroupref labels. 9 years ago
Alvaro Herrera d7ef3572a8 Fix typo in 9.5 release nodes 9 years ago
Tom Lane cae2bb1986 Make pg_dump behave more sanely when built without HAVE_LIBZ. 9 years ago
Tom Lane df8d2d8c42 In Windows pg_dump, ensure idle workers will shut down during error exit. 9 years ago
Tom Lane b898eb6367 Remove option to write USING before opclass name in CREATE INDEX. 9 years ago
Tom Lane 52e8fc3e2e Ensure that backends see up-to-date statistics for shared catalogs. 9 years ago
Tom Lane 9abd64ec99 Fix broken error handling in parallel pg_dump/pg_restore. 9 years ago
Kevin Grittner 627e360358 Update doc text to reflect new column in MVCC phenomena table. 9 years ago
Stephen Frost 018eb027f1 Do not DROP default roles in pg_dumpall -c 9 years ago
Tom Lane f5e7b2f910 Mark wal_level as PGDLLIMPORT. 9 years ago
Tom Lane abaffa9075 Fix contrib/bloom to work for unlogged indexes. 9 years ago
Stephen Frost 2e8b4bf804 Qualify table usage in dumpTable() and use regclass 9 years ago
Tom Lane 2d2e40e3be Fetch XIDs atomically during vac_truncate_clog(). 9 years ago
Tom Lane 996d273978 Avoid consuming an XID during vac_truncate_clog(). 9 years ago
Alvaro Herrera 0c7cd45b6d Fix range check for effective_io_concurrency 9 years ago
Tom Lane c45fb43c84 Docs: mention pg_reload_conf() in ALTER SYSTEM reference page. 9 years ago
Tom Lane 23f11dc21b In examples of Oracle PL/SQL code, use varchar2 not varchar. 9 years ago
Teodor Sigaev 6ee7fb8244 Fix typo in docs 9 years ago
Tom Lane 1087aa2314 Fix typo in TAP test identification string. 9 years ago
Tom Lane 1e0d6512e5 Fix BTREE_BUILD_STATS build. 9 years ago
Tom Lane eae1ad9b64 Support IndexElem in raw_expression_tree_walker(). 9 years ago
Tom Lane 465e09da63 Add support for more extensive testing of raw_expression_tree_walker(). 9 years ago
Tom Lane 8a4930e3fa Fix latent crash in do_text_output_multiline(). 9 years ago
Peter Eisentraut a50b605aa4 psql: Message style improvements 9 years ago