Commit Graph

61666 Commits (e2b64fcef35f70f96fa92db56fbfa9ac2da136c7)
 

Author SHA1 Message Date
Tom Lane e2b64fcef3 Add cross-type comparisons to contrib/btree_gin. 2 months ago
Tom Lane 0059bbe1ec Break out xxx2yyy_opt_overflow APIs for more datetime conversions. 2 months ago
Tom Lane a10f21e6ce Obtain required table lock during cross-table updates, redux. 2 months ago
Álvaro Herrera a604affade
Add tab-completion for ALTER TABLE not-nulls 2 months ago
Fujii Masao c84698ceae Remove leftover dead code from commit_ts.h. 2 months ago
Álvaro Herrera 81a2625eb2
Fix broken XML 2 months ago
Fujii Masao ff3007c66d doc: Update outdated descriptions of wal_status in pg_replication_slots. 2 months ago
Álvaro Herrera 647cffd2f3
Prevent creation of duplicate not-null constraints for domains 2 months ago
Álvaro Herrera 87251e1149
Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error 2 months ago
Michael Paquier 8ec04c8577 Refactor subtype field of AlterDomainStmt 2 months ago
Fujii Masao 170673a22f doc: Remove incorrect note about wal_status in pg_replication_slots. 2 months ago
Fujii Masao bc2f348e87 Support multi-line headers in COPY FROM command. 2 months ago
Michael Paquier fd7d7b7191 Improve checks for GUC recovery_target_timeline 2 months ago
Richard Guo 0da29e4cb1 Enable use of Memoize for ANTI joins 2 months ago
Michael Paquier 7b2eb72b1b Add InjectionPointList() to retrieve list of injection points 2 months ago
Tom Lane fe05430ace Correctly copy the target host identification in PQcancelCreate. 2 months ago
Nathan Bossart 0c2b7174c3 Fix cross-version upgrade test breakage from commit fe07100e82. 2 months ago
Nathan Bossart bb109382ef Make more use of RELATION_IS_OTHER_TEMP(). 2 months ago
Nathan Bossart fe07100e82 Add GetNamedDSA() and GetNamedDSHash(). 2 months ago
Peter Geoghegan 9ca30a0b04 Update obsolete row compare preprocessing comments. 2 months ago
Tom Lane 7374b3a536 Allow width_bucket()'s "operand" input to be NaN. 2 months ago
Álvaro Herrera c989affb52
Fix error message for ALTER CONSTRAINT ... NOT VALID 2 months ago
Peter Geoghegan bd3f59fdb7 Make row compares robust during nbtree array scans. 2 months ago
Peter Geoghegan f09816a0a7 Make handling of redundant nbtree keys more robust. 2 months ago
Daniel Gustafsson 8eede2c720 doc: pg_buffercache documentation wordsmithing 2 months ago
Peter Eisentraut f039c22441 meson: Increase minimum version to 0.57.2 2 months ago
Peter Eisentraut de5aa15209 Reformat some node comments 2 months ago
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