Commit Graph

45685 Commits (bc2f348e87c02de63647dbe290d64ff088880dbe)

Author SHA1 Message Date
Fujii Masao bc2f348e87 Support multi-line headers in COPY FROM command. 6 months ago
Michael Paquier fd7d7b7191 Improve checks for GUC recovery_target_timeline 6 months ago
Richard Guo 0da29e4cb1 Enable use of Memoize for ANTI joins 6 months ago
Michael Paquier 7b2eb72b1b Add InjectionPointList() to retrieve list of injection points 6 months ago
Tom Lane fe05430ace Correctly copy the target host identification in PQcancelCreate. 6 months ago
Nathan Bossart 0c2b7174c3 Fix cross-version upgrade test breakage from commit fe07100e82. 6 months ago
Nathan Bossart bb109382ef Make more use of RELATION_IS_OTHER_TEMP(). 6 months ago
Nathan Bossart fe07100e82 Add GetNamedDSA() and GetNamedDSHash(). 6 months ago
Peter Geoghegan 9ca30a0b04 Update obsolete row compare preprocessing comments. 6 months ago
Tom Lane 7374b3a536 Allow width_bucket()'s "operand" input to be NaN. 6 months ago
Álvaro Herrera c989affb52
Fix error message for ALTER CONSTRAINT ... NOT VALID 6 months ago
Peter Geoghegan bd3f59fdb7 Make row compares robust during nbtree array scans. 6 months ago
Peter Geoghegan f09816a0a7 Make handling of redundant nbtree keys more robust. 6 months ago
Peter Eisentraut f039c22441 meson: Increase minimum version to 0.57.2 6 months ago
Peter Eisentraut de5aa15209 Reformat some node comments 6 months ago
Masahiko Sawada 3811ca3600 Fix missing FSM vacuum opportunities on tables without indexes. 6 months ago
John Naylor 9adb58a3cc Remove implicit cast from 'void *' 6 months ago
Michael Paquier 3369a3b49b Fix bug in archive streamer with LZ4 decompression 6 months ago
Michael Paquier b45242fd30 Move code for the bytea data type from varlena.c to new bytea.c 6 months ago
Michael Paquier bee23ea4dd Show sizes of FETCH queries as constants in pg_stat_statements 6 months ago
Peter Eisentraut 184595836b Update comment for IndexInfo.ii_NullsNotDistinct 6 months ago
Nathan Bossart 32bcf568cb Make more use of binaryheap_empty() and binaryheap_size(). 6 months ago
Peter Eisentraut 7a7b3e11e6 Update comment for IndexInfo.ii_WithoutOverlaps 6 months ago
Peter Eisentraut 9e5fee8228 Fix outdated comment for IndexInfo 6 months ago
Peter Eisentraut fff0d1edf5 Improve code comment 6 months ago
Tom Lane 1fd772d192 Make sure IOV_MAX is defined. 6 months ago
Tom Lane 29213636e6 Make safeguard against incorrect flags for fsync more portable. 6 months ago
Jeff Davis 8af0d0ab01 Remove provider field from pg_locale_t. 6 months ago
Jeff Davis 5a38104b36 Control ctype behavior internally with a method table. 6 months ago
Jeff Davis d81dcc8d62 Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate. 6 months ago
Tomas Vondra 9e345415bc Fix indentation in pg_numa code 6 months ago
Tomas Vondra bf1119d74a Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages 6 months ago
Tomas Vondra 81f287dc92 Silence valgrind about pg_numa_touch_mem_if_required 6 months ago
Peter Eisentraut 953050236a amcheck: Improve confusing message 6 months ago
Tomas Vondra 7fe2f67c7c Limit the size of numa_move_pages requests 6 months ago
Amit Kapila b5cd0ecd4d Fix typo in pg_publication.h. 6 months ago
Peter Eisentraut 8fd9bb1d96 Enable MSVC conforming preprocessor 6 months ago
Amit Langote c67989789c Fix typos in comments 6 months ago
Michael Paquier a3df0d43d9 Fix typo in system_views.sql's definition of pg_stat_activity 6 months ago
Michael Paquier 2e94721747 Improve error handling of libxml2 calls in xml.c 6 months ago
Tom Lane 0836683a89 Improve error report for PL/pgSQL reserved word used as a field name. 6 months ago
Tom Lane 999f172ded De-reserve keywords EXECUTE and STRICT in PL/pgSQL. 6 months ago
Nathan Bossart bd09f024a1 Add new OID alias type regdatabase. 6 months ago
Andres Freund f20a347e1a aio: Fix reference to outdated name 6 months ago
Andrew Dunstan c3e28e9fd9 Avoid uninitialized value error in TAP tests' Cluster->psql 6 months ago
Peter Eisentraut 40a96cd148 pgflex: propagate environment to flex subprocess 6 months ago
Peter Eisentraut cc2ac0e6f9 Remove unused #include's in src/backend/utils/adt/* 6 months ago
Peter Eisentraut a6a4641252 Fix whitespace 6 months ago
Fujii Masao a4c10de929 psql: Improve tab completion for COPY command. 6 months ago
Peter Eisentraut 3431e3e4aa pgbench: Use standard option handling test routines 6 months ago