Commit Graph

56855 Commits (5daa50f962bd06e49af690efc2a8a27fdd37fb7d)
 

Author SHA1 Message Date
Peter Eisentraut 5daa50f962 Revert "pg_resetwal: Improve error with wrong/missing data directory" 3 years ago
David Rowley d40d827219 Robustify find_base_rel and find_base_rel_ignore_join 3 years ago
Michael Paquier 3ef18a90bd doc: Fix descriptions related to the handling of non-ASCII characters 3 years ago
Peter Geoghegan 714780dcdd Fix btmarkpos/btrestrpos array key wraparound bug. 3 years ago
Tom Lane 9f71e10d65 Fix checking of index expressions in CompareIndexInfo(). 3 years ago
Robert Haas 4e9fc3a976 Return data from heap_page_prune via a struct. 3 years ago
Daniel Gustafsson 22ff5c9d78 doc: Clarify where ereport severity levels are defined 3 years ago
David Rowley c4a1933b48 Add missing TidRangePath handling in print_path() 3 years ago
Etsuro Fujita c68f78538f Fix typo in src/backend/access/transam/README. 3 years ago
Peter Eisentraut 5f1b00e64a doc: Improve documentation about pg_resetwal -f option 3 years ago
Peter Eisentraut a11d8e10f2 pg_resetwal: Use frontend logging API 3 years ago
Peter Eisentraut b5da1b3a93 pg_resetwal: Regroup --help output 3 years ago
Peter Eisentraut 1d863c2504 pg_resetwal: Improve error with wrong/missing data directory 3 years ago
Peter Eisentraut 7273945caf pg_resetwal: Update an obsolete comment 3 years ago
Michael Paquier 11c34b342b Show parameters of CALL as constants in pg_stat_statements 3 years ago
Amit Langote d060e921ea Remove obsolete executor cleanup code 3 years ago
Michael Paquier 9210afd3bc Move tracking of in_streaming to PGOutputData 3 years ago
Peter Eisentraut ebf76f2753 Add TupleDescGetDefault() 3 years ago
Daniel Gustafsson 9dce22033d llvmjit: Use explicit LLVMContextRef for inlining 3 years ago
Daniel Gustafsson ef668d8bf5 llvmjit: Make llvm_types_module variable static 3 years ago
Daniel Gustafsson 2dad308e73 llvmjit: Remove unnecessary types 3 years ago
Amit Kapila 54ccfd6586 Fix the misuse of origin filter across multiple pg_logical_slot_get_changes() calls. 3 years ago
Michael Paquier 6fc3a138b1 unaccent: Tweak value of PYTHON when building without Python support 3 years ago
Tom Lane 3aa021b29b Stop using "-multiply_defined suppress" on macOS. 3 years ago
Bruce Momjian 5f567b3c35 doc: clarify the effect of concurrent work_mem allocations 3 years ago
Bruce Momjian eec2190b8c doc: clarify handling of time zones with "time with time zone" 3 years ago
Bruce Momjian 3fea854691 doc: clarify the behavior of unopenable listen_addresses 3 years ago
Bruce Momjian b0d049e8fa doc: pg_upgrade, clarify standby servers must remain running 3 years ago
Bruce Momjian 15d5d7405d pgrowlocks: change lock mode output labels for consistency 3 years ago
Bruce Momjian 1b5a00450a doc: mention GROUP BY columns can reference target col numbers 3 years ago
Peter Eisentraut 639e1aa81f pgbench: Improve help output of -I option 3 years ago
Bruce Momjian 441bbd2988 doc: correct reference to pg_relation in comment 3 years ago
Peter Eisentraut b0ae29512c MergeAttributes() and related variable renaming 3 years ago
Peter Eisentraut 369202bf4b Clean up MergeCheckConstraint() 3 years ago
Heikki Linnakangas 28d3c2ddcf Fix another bug in parent page splitting during GiST index build. 3 years ago
Peter Eisentraut 64b787656d Add some const qualifiers 3 years ago
Peter Eisentraut eddad679d2 Clean up MergeAttributesIntoExisting() 3 years ago
Peter Eisentraut eb36c6ac84 Remove unused include 3 years ago
Michael Paquier e221c0befb Fix behavior of "force" in pgstat_report_wal() 3 years ago
Michael Paquier dbd44ea30c doc: Tell about "vcregress taptest" for regression tests on Windows 3 years ago
Thomas Munro becfbdd6c1 Fix edge-case for xl_tot_len broken by bae868ca. 3 years ago
Nathan Bossart 13aeaf0797 Add worker type to pg_stat_subscription. 3 years ago
Andres Freund 849d367ff9 pg_dump: tests: Correct test condition for invalid databases 3 years ago
Tom Lane dc8d72c1c2 Collect dependency information for parsed CallStmts. 3 years ago
Andres Freund a2c2fbf740 docs: Clarify --with-segsize-blocks documentation 3 years ago
Tom Lane 036297cf1b Pack struct ParsedWord more tightly. 3 years ago
Tom Lane cf1c65070a Limit to_tsvector_byid's initial array allocation to something sane. 3 years ago
Tom Lane 3aff1d3fd0 Doc: improve cross-reference in Makefile comment. 3 years ago
Daniel Gustafsson aa9de547b7 vacuumdb: Reword --help message for clarity 3 years ago
Daniel Gustafsson fb56a18117 vacuumdb: Fix excluding multiple schemas with -N 3 years ago