Commit Graph

60554 Commits (4f1b6e5bb4fe9bc74395d30d689b28e9cda654a5)
 

Author SHA1 Message Date
Amit Langote 4f1b6e5bb4 Remove unstable test suite added by 525392d57 10 months ago
Andres Freund f8d7f29b3e Allow lwlocks to be disowned 10 months ago
Robert Haas 44cbba9a7f Adjust EXPLAIN test case to filter out "Actual Rows" values. 10 months ago
Tom Lane 98fc31d649 Avoid race condition between "GRANT role" and "DROP ROLE". 10 months ago
Robert Haas ddb17e387a Allow EXPLAIN to indicate fractional rows. 10 months ago
Masahiko Sawada 78d3f48895 Add test 005_char_signedness.pl to meson.build. 10 months ago
Tom Lane 29d75b25b5 Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 10 months ago
Masahiko Sawada dfd8e6c73e Fix an issue with index scan using pg_trgm due to char signedness on different architectures. 10 months ago
Masahiko Sawada 1aab680591 pg_upgrade: Add --set-char-signedness to set the default char signedness of new cluster. 10 months ago
Masahiko Sawada a8238f87f9 pg_upgrade: Preserve default char signedness value from old cluster. 10 months ago
Masahiko Sawada 30666d1857 pg_resetwal: Add --char-signedness option to change the default char signedness. 10 months ago
Masahiko Sawada 44fe30fdab Add default_char_signedness field to ControlFileData. 10 months ago
Bruce Momjian 901a1cf8b4 doc: clarify default checksum behavior in non-master branches 10 months ago
Bruce Momjian 6ea0734e41 doc: remove non-breaking space in SGML files, causes make error 10 months ago
Andres Freund 32ce58e9e9 Make test portlock logic work with meson 10 months ago
Michael Paquier 665cafe8a4 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) 10 months ago
Peter Eisentraut 329304c901 Support text position search functions with nondeterministic collations 10 months ago
Daniel Gustafsson 41336bf085 doc: Add links to olsen93 and ong90 in bibliography 10 months ago
Amit Kapila b4e0d0c53f Fix a WARNING for data origin discrepancies. 10 months ago
Michael Paquier 984410b923 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() 10 months ago
Peter Eisentraut 7d6d2c4bbd Drop opcintype from index AM strategy translation API 10 months ago
Peter Eisentraut 7202d72787 backend launchers void * arguments for binary data 10 months ago
Jeff Davis b50a554cc8 Fix for pg_restore_attribute_stats(). 10 months ago
Michael Paquier 41625ab8ea psql: Add support for pipelines 10 months ago
Michael Paquier 40af897eb7 Add braces for if block with large comment in psql's common.c 10 months ago
Daniel Gustafsson 2c53dec7f4 Add missing entry to oauth_validator test .gitignore 10 months ago
Peter Eisentraut 3e4d868615 Remove various unnecessary (char *) casts 10 months ago
Jeff Davis ab84d0ff80 Trial fix for old cross-version upgrades. 10 months ago
Andrew Dunstan 8e4d72573c Ignore blank lines in pgindent exclude files 10 months ago
Daniel Gustafsson 9d9a71002a cirrus: Temporarily fix libcurl link error 10 months ago
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 10 months ago
Jeff Davis 1fd1bd8710 Transfer statistics during pg_upgrade. 10 months ago
Amit Kapila 7da344b9f8 Improve errdetail message added by ac0e33136a. 10 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 10 months ago
Amit Kapila 4aa6fa3cd0 Include schema/table publications even with exclude options in dump. 10 months ago
Michael Paquier f11674f8df doc: Fix typo in section "WAL configuration" 10 months ago
Michael Paquier 4538bd3f1d doc: Add details about object "wal" in pg_stat_io 10 months ago
Michael Paquier 2f70871c2b doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configuration 10 months ago
Michael Paquier 71f17823ba Fix FATAL message for invalid recovery timeline at beginning of recovery 10 months ago
Andres Freund d38bab5edd pgbench: Increase RLIMIT_NOFILE if necessary 10 months ago
Michael Paquier 9b1cb58c5f test_escape: Fix output of --help 10 months ago
Tomas Vondra 9ba7bcc894 Correct relation size estimate with low fillfactor 10 months ago
Tom Lane e596e077bb Assert that ExecOpenIndices and ExecCloseIndices are not repeated. 10 months ago
Tom Lane 9ff68679b5 Fix crash in brininsertcleanup during logical replication. 10 months ago
Tomas Vondra a1b4f289be Consider BufFiles when adjusting hashjoin parameters 10 months ago
Andres Freund 8b886a4e34 tests: BackgroundPsql: Fix potential for lost errors on windows 10 months ago
Álvaro Herrera 80d7f99049
Add ATAlterConstraint struct for ALTER .. CONSTRAINT 10 months ago
Alexander Korotkov e983ee9380 Improve statistics estimation for single-column GROUP BY in sub-queries 10 months ago
Amit Kapila 8a695d7998 Add a test for commit ac0e33136a using the injection point. 10 months ago
Michael Paquier 302cf15759 Add support for LIKE in CREATE FOREIGN TABLE 10 months ago