Commit Graph

61689 Commits (93001888d85c21a5b9ab1fe8dabfecb673fc007c)
 

Author SHA1 Message Date
Masahiko Sawada 3811ca3600 Fix missing FSM vacuum opportunities on tables without indexes. 2 months ago
John Naylor 9adb58a3cc Remove implicit cast from 'void *' 2 months ago
Michael Paquier 3369a3b49b Fix bug in archive streamer with LZ4 decompression 2 months ago
Michael Paquier b45242fd30 Move code for the bytea data type from varlena.c to new bytea.c 2 months ago
Michael Paquier bee23ea4dd Show sizes of FETCH queries as constants in pg_stat_statements 2 months ago
Peter Eisentraut 184595836b Update comment for IndexInfo.ii_NullsNotDistinct 2 months ago
Nathan Bossart aa268cbaad Add commit 9e345415bc to .git-blame-ignore-revs. 2 months ago
Nathan Bossart 32bcf568cb Make more use of binaryheap_empty() and binaryheap_size(). 2 months ago
Nathan Bossart e6115394d4 Document pg_get_multixact_members(). 2 months ago
Peter Eisentraut 7a7b3e11e6 Update comment for IndexInfo.ii_WithoutOverlaps 2 months ago
Peter Eisentraut 9e5fee8228 Fix outdated comment for IndexInfo 2 months ago
Peter Eisentraut fff0d1edf5 Improve code comment 2 months ago
Tom Lane 1fd772d192 Make sure IOV_MAX is defined. 2 months ago
Tom Lane 29213636e6 Make safeguard against incorrect flags for fsync more portable. 2 months ago
Jeff Davis 8af0d0ab01 Remove provider field from pg_locale_t. 2 months ago
Jeff Davis 5a38104b36 Control ctype behavior internally with a method table. 2 months ago
Jeff Davis d81dcc8d62 Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate. 2 months ago
Tomas Vondra 9e345415bc Fix indentation in pg_numa code 2 months ago
Tomas Vondra bf1119d74a Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages 2 months ago
Tomas Vondra 81f287dc92 Silence valgrind about pg_numa_touch_mem_if_required 2 months ago
Peter Eisentraut 953050236a amcheck: Improve confusing message 2 months ago
Tomas Vondra 7fe2f67c7c Limit the size of numa_move_pages requests 2 months ago
Amit Kapila b5cd0ecd4d Fix typo in pg_publication.h. 2 months ago
Peter Eisentraut 8338983882 doc: TOAST not toast 2 months ago
Peter Eisentraut 8fd9bb1d96 Enable MSVC conforming preprocessor 2 months ago
Michael Paquier 732061150b xml2: Improve error handling of libxml2 calls 2 months ago
Amit Langote c67989789c Fix typos in comments 2 months ago
Michael Paquier a3df0d43d9 Fix typo in system_views.sql's definition of pg_stat_activity 2 months ago
Michael Paquier 2e94721747 Improve error handling of libxml2 calls in xml.c 2 months ago
Tom Lane 0836683a89 Improve error report for PL/pgSQL reserved word used as a field name. 2 months ago
Tom Lane 999f172ded De-reserve keywords EXECUTE and STRICT in PL/pgSQL. 2 months ago
Nathan Bossart bd09f024a1 Add new OID alias type regdatabase. 2 months ago
Andres Freund f20a347e1a aio: Fix reference to outdated name 2 months ago
Andrew Dunstan c3e28e9fd9 Avoid uninitialized value error in TAP tests' Cluster->psql 2 months ago
Peter Eisentraut 40a96cd148 pgflex: propagate environment to flex subprocess 2 months ago
Peter Eisentraut cc2ac0e6f9 Remove unused #include's in src/backend/utils/adt/* 2 months ago
Peter Eisentraut a6a4641252 Fix whitespace 2 months ago
Fujii Masao a4c10de929 psql: Improve tab completion for COPY command. 2 months ago
Peter Eisentraut 9601351146 doc: explain pgstatindex fragmentation 2 months ago
Peter Eisentraut 3431e3e4aa pgbench: Use standard option handling test routines 2 months ago
Peter Eisentraut 2e640a0fa2 doc: Some copy-editing around prefix operators 2 months ago
Daniel Gustafsson c5c4fbb4d4 doc: Fix typo in pg_sync_replication_slots documentation 2 months ago
Michael Paquier 2252fcd427 Rationalize handling of VacuumParams 2 months ago
Michael Paquier 5ba00e175a Align log_line_prefix in CI and TAP tests with pg_regress.c 2 months ago
Joe Conway 2652835d3e Stamp HEAD as 19devel. 2 months ago
Joe Conway 9c5b9a280c Do pre-release housekeeping on catalog data. 2 months ago
Joe Conway 0ebd242555 Run pgperltidy 2 months ago
Tom Lane 66e9df9f6e Fix some new issues with planning of PlaceHolderVars. 2 months ago
Tom Lane 8319e5cb54 Obtain required table lock during cross-table constraint updates. 3 months ago
Peter Eisentraut 6d12d5a433 pg_recvlogical: Rename --two-phase and --failover options. 3 months ago