Commit Graph

63246 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)
 

Author SHA1 Message Date
Heikki Linnakangas d3304921db Improve comments around _bt_checkkeys 3 months ago
Amit Kapila 31ddbb38ee Fix typos in the code. 3 months ago
Peter Eisentraut 6ade3cd459 Remove use of rindex() function 3 months ago
Peter Eisentraut 5e7abdac99 strnlen() is now required 3 months ago
Michael Paquier 639352d904 pg_createsubscriber: Improve handling of automated recovery configuration 3 months ago
Masahiko Sawada 28c4b8a05b psql: Add tab completion for pstdin and pstdout in \copy. 3 months ago
Álvaro Herrera e1c971945d
Replace flaky CIC/RI isolation tests with a TAP test 3 months ago
Nathan Bossart a516b3f00d MSVC: Support building for AArch64. 3 months ago
Peter Geoghegan 8aed8e168f Fix nbtree skip array transformation comments. 3 months ago
Fujii Masao 1b795ef032 doc: Remove deprecated clauses from CREATE USER/GROUP syntax synopsis. 3 months ago
Alexander Korotkov e54ce0b2da Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup()" 3 months ago
Peter Eisentraut 6675f41c18 Fix typo 3 months ago
John Naylor ece25c2611 createuser: Update docs to reflect defaults 3 months ago
Michael Paquier 68119480a7 Fix unexpected reversal of lists during catcache rehash 3 months ago
Michael Paquier ba887a8cdb Fix grammar in datatype.sgml 3 months ago
John Naylor e171405afe Further doc updates to reflect MD5 deprecation 3 months ago
Fujii Masao 0a7c37b847 doc: Add glossary and index entries for GUC. 3 months ago
Fujii Masao 466347ad28 doc: Add index entry for Git. 3 months ago
Michael Paquier a2e632ece1 Improve portability of test with oid8 comparison function 3 months ago
Michael Paquier b139bd3b6e Add data type oid8, 64-bit unsigned identifier 3 months ago
Jeff Davis af2d4ca191 Clean up ICU includes. 3 months ago
Andres Freund 75609fded3 Fix buggy interaction between array subscripts and subplan params 3 months ago
Jeff Davis c4ff35f104 ICU: use UTF8-optimized case conversion API 3 months ago
Michael Paquier 0547aeae0f Improve portability of new worker_spi test 3 months ago
Peter Eisentraut 6449291728 Add test coverage for indirection transformation 3 months ago
Alexander Korotkov bf308639bf Fix variable usage in wakeupWaiters() 3 months ago
Michael Paquier 8b9b93e39b Use relation_close() more consistently in contrib/ 3 months ago
Michael Paquier f1e251be80 Allow bgworkers to be terminated for database-related commands 3 months ago
Amit Kapila c970bdc037 Update comments atop ReplicationSlotCreate. 3 months ago
David Rowley 6ca8506ea5 Fix issue with EVENT TRIGGERS and ALTER PUBLICATION 3 months ago
Amit Kapila 63ed3bc7f9 Fix typo in slot.c. 3 months ago
Michael Paquier ae28373602 Fix typo in planner.c 3 months ago
Fujii Masao 5f13999aa1 Add TAP test for GUC settings passed via CONNECTION in logical replication. 3 months ago
Fujii Masao d926462d81 Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION. 3 months ago
David Rowley 7f9acc9bcc Simplify GetOperatorFromCompareType() code 3 months ago
David Rowley e8d4e94a47 Fix misleading comment for GetOperatorFromCompareType 3 months ago
Fujii Masao b9ee5f2dcb doc: Fix outdated doc in pg_rewind. 3 months ago
David Rowley c5af141cd4 Clarify where various catcache.h dlist_nodes are used 3 months ago
Masahiko Sawada e212a0f8e6 pg_visibility: Fix incorrect buffer lock description in comment. 3 months ago
Tom Lane b85d5dc0e7 Fix meson build of snowball code. 3 months ago
Tom Lane 7dc95cc3b9 Update to latest Snowball sources. 3 months ago
Andres Freund bb048e31dc ci: Remove ulimit -p for netbsd/openbsd 3 months ago
Masahiko Sawada d351063e49 Fix typo in parallel.c. 3 months ago
Alexander Korotkov f30848cb05 Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup() 3 months ago
Alexander Korotkov 76948337f7 Add tab completion for the WAIT FOR LSN MODE option 3 months ago
Alexander Korotkov 49a181b5d6 Add the MODE option to the WAIT FOR LSN command 3 months ago
Alexander Korotkov 7a39f43d88 Extend xlogwait infrastructure with write and flush wait types 3 months ago
Alexander Korotkov d51a5d8e56 Adjust errcode in checkPartition() 3 months ago
Robert Haas 3f33b63de2 Remove redundant SET enable_partitionwise_join = on. 3 months ago
Michael Paquier 877ae5db89 Fix comment in tableam.c 3 months ago