Commit Graph

40510 Commits (ffab82fbda884bc73485d877dd7d528c4cb15e82)
 

Author SHA1 Message Date
Robert Haas ffab82fbda Update fuzzystrmatch extension for parallel query. 10 years ago
Robert Haas 50e5226bb3 Update earthdistance extension for parallel query. 10 years ago
Robert Haas a89b4b1be0 Update citext extension for parallel query. 10 years ago
Stephen Frost 40fc457520 Minor typos / copy-editing for snapmgr.c 10 years ago
Peter Eisentraut d8c2dccfdb psql: Add missing file to nls.mk 10 years ago
Peter Eisentraut 552346c550 doc: Refer to table by id 10 years ago
Peter Eisentraut 298706de26 pgbench: Fix order in --help output 10 years ago
Simon Riggs 29424a9c66 Fix simple typo in monitoring docs 10 years ago
Stephen Frost 562f06f3f0 pg_dump only selected components of ACCESS METHODs 10 years ago
Peter Eisentraut 8359077124 PL/Python: Move ereport wrapper test cases to separate file 10 years ago
Tom Lane f64340e743 Don't reset changes_since_analyze after a selective-columns ANALYZE. 10 years ago
Robert Haas c6dbf1fe79 Stop the executor if no more tuples can be sent from worker to leader. 10 years ago
Robert Haas 44339b892a shm_mq: After a send fails with SHM_MQ_DETACHED, later ones should too. 10 years ago
Robert Haas e191a69005 pg_upgrade: Don't overwrite existing files. 10 years ago
Robert Haas 932b97a011 Fix typo. 10 years ago
Robert Haas aba8943082 pg_upgrade: Improve error checking in rewriteVisibilityMap. 10 years ago
Peter Eisentraut 6201a8ef3a Fix whitespace 10 years ago
Tom Lane 8a859691d5 Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c. 10 years ago
Tom Lane de33af8823 Update contrib/tsearch2/expected/tsearch2_1.out for phrase FTS. 10 years ago
Tom Lane 05104f6936 Fix grammar's AND/OR flattening to work with operator_precedence_warning. 10 years ago
Tom Lane d50183c578 Inline the easy cases in MakeExpandedObjectReadOnly(). 10 years ago
Tom Lane 9eaf5be506 Mark read/write expanded values as read-only in ValuesNext(), too. 10 years ago
Tom Lane 69f526aa49 Mark read/write expanded values as read-only in ExecProject(). 10 years ago
Robert Haas 04ae11f62e Remove bogus code to apply PathTargets to partial paths. 10 years ago
Robert Haas cac8321970 Mark PostmasterPid as PGDLLIMPORT. 10 years ago
Kevin Grittner 370a46fc01 Add new snapshot fields to serialize/deserialize functions. 10 years ago
Robert Haas 6436a853f1 Fix comment to be more accurate. 10 years ago
Tom Lane 6c72a28e5c Suppress -Wunused-result warnings about write(), again. 10 years ago
Greg Stark e1623c3959 Fix various common mispellings. 10 years ago
Tom Lane ee4af347ba Measure Bloom index signature-length reloption in bits, not words. 10 years ago
Robert Haas fdfaccfa79 Cosmetic improvements to freeze map code. 10 years ago
Greg Stark a3b30763cc Be conservative about alignment requirements of struct epoll_event. 10 years ago
Kevin Grittner 4edb7bd2fd C comment improvement & typo fix. 10 years ago
Tom Lane e652273e07 Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 10 years ago
Kevin Grittner 7392eed7c2 Fix btree mark/restore bug. 10 years ago
Tom Lane 763eec6b6d Clean up some minor inefficiencies in parallel dump/restore. 10 years ago
Peter Eisentraut 9ee56dfeee doc: Update version() and current_date output in tutorial 10 years ago
Tom Lane 22b27b4c9e Avoid useless closely-spaced writes of statistics files. 10 years ago
Peter Eisentraut aa14bc41d1 Fix whitespace 10 years ago
Tom Lane 6d69ea3318 Fix typo in CREATE DATABASE syntax synopsis. 10 years ago
Noah Misch 2195c5afaa Mirror struct Aggref field order in _copyAggref(). 10 years ago
Andres Freund 87a3023c60 Move memory barrier in UnlockBufHdr to before releasing the lock. 10 years ago
Alvaro Herrera 975ad4e602 Fix PageAddItem BRIN bug 10 years ago
Tom Lane 3c8aa6654a Fix missing abort checks in pg_backup_directory.c. 10 years ago
Tom Lane 210981a4a9 Remove pg_dump/parallel.c's useless "aborting" flag. 10 years ago
Tom Lane 6b3094c26f Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c. 10 years ago
Tom Lane 807b45375b Clean up thread management in parallel pg_dump for Windows. 10 years ago
Tom Lane d81ecb9b20 Fix release-note typo. 10 years ago
Tom Lane 83dbde94f7 Fix DROP ACCESS METHOD IF EXISTS. 10 years ago
Tom Lane 9dd4178cec Be more predictable about reporting "lock timeout" vs "statement timeout". 10 years ago