Commit Graph

59712 Commits (d32d1463995c036853eeb9ec99cc367ffc7794ae)
 

Author SHA1 Message Date
Jeff Davis d32d146399 Add functions pg_restore_relation_stats(), pg_restore_attribute_stats(). 1 year ago
Tom Lane 534d0ea6c2 Generalize plpgsql's heuristic for importing expanded objects. 1 year ago
Noah Misch 67bab53d64 Fix parallel worker tracking of new catalog relfilenumbers. 1 year ago
Noah Misch e947224cbb Stop reading uninitialized memory in heap_inplace_lock(). 1 year ago
Fujii Masao 86c30cef4a Refactor GetLockStatusData() to skip backends/groups without fast-path locks. 1 year ago
Daniel Gustafsson 45188c2ea2 Support configuring TLSv1.3 cipher suites 1 year ago
Daniel Gustafsson 3d1ef3a15c Support configuring multiple ECDH curves 1 year ago
Daniel Gustafsson 6c66b7443c Raise the minimum supported OpenSSL version to 1.1.1 1 year ago
Daniel Gustafsson f81855171f Handle alphanumeric characters in matching GUC names 1 year ago
Alexander Korotkov e546989a26 Add 'no_error' argument to pg_wal_replay_wait() 1 year ago
Alexander Korotkov 73da6b8d1b Refactor WaitForLSNReplay() to return the result of waiting 1 year ago
Alexander Korotkov 6cfebfe88b Make WaitForLSNReplay() issue FATAL on postmaster death 1 year ago
Alexander Korotkov 5035172e4a Move LSN waiting declarations and definitions to better place 1 year ago
Alexander Korotkov b85a9d046e Avoid looping over all type cache entries in TypeCacheRelCallback() 1 year ago
Alexander Korotkov c1500a1ba7 Update header comment for lookup_type_cache() 1 year ago
Michael Paquier 499edb0974 Track more precisely query locations for nested statements 1 year ago
Jeff Davis 4b096c67e0 Improve pg_set_attribute_stats() error message. 1 year ago
Masahiko Sawada 7b8b8dddd6 Fix typo in tidstore.h. 1 year ago
Jeff Davis 0a3f983821 Another documentation fixup. 1 year ago
Jeff Davis 56b1e88c80 Fix compiler warning. 1 year ago
Jeff Davis 07d00692c8 Documentation fixup. 1 year ago
Daniel Gustafsson 940f7a5627 Fix incorrect struct reference in comment 1 year ago
Daniel Gustafsson 6d16f9deba Make SASL max message length configurable 1 year ago
Daniel Gustafsson 17b4aa77c3 doc: Fix INSERT statement syntax for identity columns 1 year ago
Amit Langote 55e6d712af Remove unnecessary word in a comment 1 year ago
Michael Paquier a0bff38d13 ecpg: Fix out-of-bound read in DecodeDateTime() 1 year ago
Jeff Davis ce207d2a79 Add functions pg_set_attribute_stats() and pg_clear_attribute_stats(). 1 year ago
Jeff Davis dbe6bd4343 Change pg_*_relation_stats() functions to return type to void. 1 year ago
Tom Lane 774171c4f6 Improve reporting of errors in extension script files. 1 year ago
Tom Lane 14e5680eee Improve parser's reporting of statement start locations. 1 year ago
Fujii Masao 7c4d3fe272 ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_sqlca(). 1 year ago
Álvaro Herrera 53af9491a0
Restructure foreign key handling code for ATTACH/DETACH 1 year ago
Alexander Korotkov e1555645d7 Make all Perl warnings fatal in 043_wal_replay_wait.pl 1 year ago
Peter Eisentraut d2b4b4c225 Fix C23 compiler warning 1 year ago
Michael Paquier 45e0ba30fc pg_stat_statements: Add tests for nested queries with level tracking 1 year ago
Tom Lane 68ad9816c1 Fix wrong assertion and poor error messages in "COPY (query) TO". 1 year ago
Heikki Linnakangas 3c7d78427e Update outdated comment on WAL-logged locks with invalid XID 1 year ago
Heikki Linnakangas 1a43de5e0a Fix race condition in committing a serializable transaction 1 year ago
Michael Paquier 57a36e890d Fix grammar of a comment in bufmgr.c 1 year ago
Michael Paquier a7800cf498 injection_points: Add basic isolation test 1 year ago
Álvaro Herrera f1c141fe14
Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified 1 year ago
Amit Langote 11c87216d1 SQL/JSON: Fix some oversights in commit b6e1157e7 1 year ago
Tom Lane 52475b4d30 Fix comment about pg_authid. 1 year ago
Jeff Davis 779972e534 Disable autovacuum for tables in stats import tests. 1 year ago
Jeff Davis b391d882ff Allow pg_set_relation_stats() to set relpages to -1. 1 year ago
Peter Geoghegan 1bd4bc85ca Optimize nbtree backwards scans. 1 year ago
Nathan Bossart 9e2d813d59 Adjust documentation for configuring Linux huge pages. 1 year ago
Peter Eisentraut 4b652692e9 Fix memory leaks from incorrect strsep() uses 1 year ago
Peter Eisentraut 24a36f91e3 Fix strsep() use for SCRAM secrets parsing 1 year ago
Fujii Masao 9272bdeac8 Remove unused code for unlogged materialized views. 1 year ago