Commit Graph

56783 Commits (fb464a1ae3c9cafffe18bb921c8f7bff7597305e)
 

Author SHA1 Message Date
Tom Lane fb464a1ae3 Avoid masking EOF (no-password-supplied) conditions in auth.c. 2 years ago
Tom Lane 65218693d0 Doc: Python's control flow construct is try/except not try/catch. 2 years ago
Tom Lane b2c9936a71 In pg_dump, don't dump a stats object unless dumping underlying table. 2 years ago
Michael Paquier a78b0b3dcf doc: Mention AttributeRelationId in FDW validator function description 2 years ago
Tom Lane d02cceb85c Doc: specify aclitem syntax more clearly. 2 years ago
Tom Lane e87252ceb8 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. 2 years ago
Tom Lane c72049dbc3 Fix mistaken file name in plpython's meson recipe. 2 years ago
Tom Lane b0115e7e20 Hide warnings from Python headers when using gcc-compatible compiler. 2 years ago
Amit Kapila 06bbe73541 Doc: Add missing pgoutput options. 2 years ago
Tom Lane 11652f919d Set readline-relevant ENV vars in interactive_psql(), not caller. 2 years ago
Tom Lane 0977bd64e2 Avoid trying to fetch metapage of an SPGist partitioned index. 2 years ago
Dean Rasheed 7f07384dc2 Fix BEFORE ROW trigger handling in cross-partition MERGE update. 2 years ago
Daniel Gustafsson 5b5db413d2 Fix unchecked return value from strdup 2 years ago
Daniel Gustafsson 94415b04ed doc: Fix syntax in ALTER FOREIGN DATA WRAPPER example 2 years ago
Michael Paquier 7f68b14629 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier b4948ed666 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Tom Lane 8b9d392548 Doc: add a bit to indices.sgml about what is an indexable clause. 2 years ago
Tom Lane 152bfc0af8 Fix bugs in manipulation of large objects. 2 years ago
Michael Paquier db69101a1d Fix description of I/O timing info for shared buffers in EXPLAIN (BUFFERS) 2 years ago
Peter Eisentraut 8ae87728c5 Fix typo 2 years ago
Michael Paquier 0e2c05af90 Prevent tuples to be marked as dead in subtransactions on standbys 2 years ago
Daniel Gustafsson 810c9609f8 Fix typo in comment 2 years ago
Tom Lane ebbd499d4b Be more wary about OpenSSL not setting errno on error. 2 years ago
Amit Kapila 01cc92fa62 Fix an undetected deadlock due to apply worker. 2 years ago
Thomas Munro 8ca56620ca Fix potential pointer overflow in xlogreader.c. 2 years ago
Michael Paquier a09aa18eaa Fix path of regress shared library in pg_upgrade test 2 years ago
Michael Paquier 6248a2bb92 Fix compilation on Windows with WAL_DEBUG 2 years ago
Michael Paquier a499c08dca Apply filters to dump files all the time in 002_pg_upgrade.pl 2 years ago
Daniel Gustafsson 8da1fb13bd Fix incorrect error message for IDENTIFY_SYSTEM 2 years ago
Alvaro Herrera 878aa41f82
Fix handling of errors in libpq pipelines 2 years ago
Alvaro Herrera 419cac053b
Don't use pgbench -j in tests 2 years ago
Michael Paquier 1486555118 doc: Remove reference to trigger file regarding promotion 2 years ago
Peter Eisentraut 267f33f684 Check collation when creating partitioned index 2 years ago
Peter Eisentraut 1dac2dd677 doc: Update info on information schema usage tables 2 years ago
Andres Freund 70516b8fc3 meson: Stop using deprecated way getting path of files 2 years ago
Thomas Munro cf84755575 Adjust obsolete comment explaining set_stack_base(). 2 years ago
Peter Eisentraut 1f5e38847b meson: Improve/fix Python version selection 2 years ago
Masahiko Sawada 2d758dca1b Fix wrong description of BackgroundPsql's timeout. 2 years ago
Masahiko Sawada c684d7c80f Fix BackgroundPsql's set_query_timer_restart() issue without argument. 2 years ago
Tom Lane efa8f60640 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Heikki Linnakangas 9fee3232a1 Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
Michael Paquier 07cb7bc1c7 Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backend 2 years ago
Alvaro Herrera bc22bd2575
Fix CREATE INDEX CONCURRENTLY example 2 years ago
Amit Kapila d7ca9209c9 Avoid unconditionally filling in missing values with NULL in pgoutput. 2 years ago
Michael Paquier 8984480b54 Fix race condition with BIO methods initialization in libpq with threads 2 years ago
Tom Lane 9033e70198 Doc: list AT TIME ZONE and COLLATE in operator precedence table. 2 years ago
Bruce Momjian c136eb0298 doc: mention vacuum's removal of commit timestamp information 2 years ago
Bruce Momjian 7471230cc6 doc: add docs for age(xid) and mxid_age(xid) 2 years ago
Tom Lane 85eb771854 Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Heikki Linnakangas 501cfd07da Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago