Commit Graph

59954 Commits (4b03a27fafc98e2a34e4e0b5ca44895211e021cc)
 

Author SHA1 Message Date
Daniel Gustafsson f81855171f Handle alphanumeric characters in matching GUC names 11 months ago
Alexander Korotkov e546989a26 Add 'no_error' argument to pg_wal_replay_wait() 11 months ago
Alexander Korotkov 73da6b8d1b Refactor WaitForLSNReplay() to return the result of waiting 11 months ago
Alexander Korotkov 6cfebfe88b Make WaitForLSNReplay() issue FATAL on postmaster death 11 months ago
Alexander Korotkov 5035172e4a Move LSN waiting declarations and definitions to better place 11 months ago
Alexander Korotkov b85a9d046e Avoid looping over all type cache entries in TypeCacheRelCallback() 11 months ago
Alexander Korotkov c1500a1ba7 Update header comment for lookup_type_cache() 11 months ago
Michael Paquier 499edb0974 Track more precisely query locations for nested statements 11 months ago
Jeff Davis 4b096c67e0 Improve pg_set_attribute_stats() error message. 11 months ago
Masahiko Sawada 7b8b8dddd6 Fix typo in tidstore.h. 11 months ago
Jeff Davis 0a3f983821 Another documentation fixup. 11 months ago
Jeff Davis 56b1e88c80 Fix compiler warning. 11 months ago
Jeff Davis 07d00692c8 Documentation fixup. 11 months ago
Daniel Gustafsson 940f7a5627 Fix incorrect struct reference in comment 11 months ago
Daniel Gustafsson 6d16f9deba Make SASL max message length configurable 11 months ago
Daniel Gustafsson 17b4aa77c3 doc: Fix INSERT statement syntax for identity columns 11 months ago
Amit Langote 55e6d712af Remove unnecessary word in a comment 11 months ago
Michael Paquier a0bff38d13 ecpg: Fix out-of-bound read in DecodeDateTime() 11 months ago
Jeff Davis ce207d2a79 Add functions pg_set_attribute_stats() and pg_clear_attribute_stats(). 11 months ago
Jeff Davis dbe6bd4343 Change pg_*_relation_stats() functions to return type to void. 11 months ago
Tom Lane 774171c4f6 Improve reporting of errors in extension script files. 11 months ago
Tom Lane 14e5680eee Improve parser's reporting of statement start locations. 11 months ago
Fujii Masao 7c4d3fe272 ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_sqlca(). 11 months ago
Álvaro Herrera 53af9491a0
Restructure foreign key handling code for ATTACH/DETACH 11 months ago
Alexander Korotkov e1555645d7 Make all Perl warnings fatal in 043_wal_replay_wait.pl 11 months ago
Peter Eisentraut d2b4b4c225 Fix C23 compiler warning 11 months ago
Michael Paquier 45e0ba30fc pg_stat_statements: Add tests for nested queries with level tracking 11 months ago
Tom Lane 68ad9816c1 Fix wrong assertion and poor error messages in "COPY (query) TO". 11 months ago
Heikki Linnakangas 3c7d78427e Update outdated comment on WAL-logged locks with invalid XID 11 months ago
Heikki Linnakangas 1a43de5e0a Fix race condition in committing a serializable transaction 11 months ago
Michael Paquier 57a36e890d Fix grammar of a comment in bufmgr.c 11 months ago
Michael Paquier a7800cf498 injection_points: Add basic isolation test 11 months ago
Álvaro Herrera f1c141fe14
Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified 11 months ago
Amit Langote 11c87216d1 SQL/JSON: Fix some oversights in commit b6e1157e7 11 months ago
Tom Lane 52475b4d30 Fix comment about pg_authid. 11 months ago
Jeff Davis 779972e534 Disable autovacuum for tables in stats import tests. 11 months ago
Jeff Davis b391d882ff Allow pg_set_relation_stats() to set relpages to -1. 11 months ago
Peter Geoghegan 1bd4bc85ca Optimize nbtree backwards scans. 11 months ago
Nathan Bossart 9e2d813d59 Adjust documentation for configuring Linux huge pages. 11 months ago
Peter Eisentraut 4b652692e9 Fix memory leaks from incorrect strsep() uses 11 months ago
Peter Eisentraut 24a36f91e3 Fix strsep() use for SCRAM secrets parsing 11 months ago
Fujii Masao 9272bdeac8 Remove unused code for unlogged materialized views. 11 months ago
Michael Paquier 19567b3eb4 Fix description of PostgreSQL::Test::Cluster::wait_for_event() 11 months ago
Jeff Davis eecd9138a0 Improve ThrowErrorData() comments for use with soft errors. 11 months ago
Tom Lane 1fed234f9f ecpg: fix more minor mishandling of bad input in preprocessor. 11 months ago
Thomas Munro 98c7c7152d Fix extreme skew detection in Parallel Hash Join. 11 months ago
Peter Eisentraut d893a299ce Remove superfluous forward declaration 11 months ago
Peter Eisentraut 6234a9ce0e Fix whitespace 11 months ago
Peter Eisentraut 665785d85f Fix unnecessary casts of copyObject() result 11 months ago
Peter Eisentraut eafda78fc4 Improve node type forward reference 11 months ago