Commit Graph

40508 Commits (a89b4b1be0d3550a7860250ff74dc69730555a1f)
 

Author SHA1 Message Date
Robert Haas a89b4b1be0 Update citext extension for parallel query. 9 years ago
Stephen Frost 40fc457520 Minor typos / copy-editing for snapmgr.c 9 years ago
Peter Eisentraut d8c2dccfdb psql: Add missing file to nls.mk 9 years ago
Peter Eisentraut 552346c550 doc: Refer to table by id 9 years ago
Peter Eisentraut 298706de26 pgbench: Fix order in --help output 9 years ago
Simon Riggs 29424a9c66 Fix simple typo in monitoring docs 9 years ago
Stephen Frost 562f06f3f0 pg_dump only selected components of ACCESS METHODs 9 years ago
Peter Eisentraut 8359077124 PL/Python: Move ereport wrapper test cases to separate file 9 years ago
Tom Lane f64340e743 Don't reset changes_since_analyze after a selective-columns ANALYZE. 9 years ago
Robert Haas c6dbf1fe79 Stop the executor if no more tuples can be sent from worker to leader. 9 years ago
Robert Haas 44339b892a shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too. 9 years ago
Robert Haas e191a69005 pg_upgrade: Don't overwrite existing files. 9 years ago
Robert Haas 932b97a011 Fix typo. 9 years ago
Robert Haas aba8943082 pg_upgrade: Improve error checking in rewriteVisibilityMap. 9 years ago
Peter Eisentraut 6201a8ef3a Fix whitespace 9 years ago
Tom Lane 8a859691d5 Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c. 9 years ago
Tom Lane de33af8823 Update contrib/tsearch2/expected/tsearch2_1.out for phrase FTS. 9 years ago
Tom Lane 05104f6936 Fix grammar's AND/OR flattening to work with operator_precedence_warning. 9 years ago
Tom Lane d50183c578 Inline the easy cases in MakeExpandedObjectReadOnly(). 9 years ago
Tom Lane 9eaf5be506 Mark read/write expanded values as read-only in ValuesNext(), too. 9 years ago
Tom Lane 69f526aa49 Mark read/write expanded values as read-only in ExecProject(). 9 years ago
Robert Haas 04ae11f62e Remove bogus code to apply PathTargets to partial paths. 9 years ago
Robert Haas cac8321970 Mark PostmasterPid as PGDLLIMPORT. 9 years ago
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