Commit Graph

60568 Commits (e889422d98e066dcf095fa275fbcb14ffd45708c)
 

Author SHA1 Message Date
Daniel Gustafsson e889422d98 pg_amcheck: PQclear query results 11 months ago
Andres Freund 5ee75e32fa Add static asserts for MAX_BACKENDS limiting factors 11 months ago
Andres Freund 418451bfe1 bufmgr: Make it easier to change number of buffer state bits 11 months ago
Andres Freund cd3ccf88aa Base LWLock limits directly on MAX_BACKENDS 11 months ago
Andres Freund 6394a3a61c Move MAX_BACKENDS to procnumber.h 11 months ago
John Naylor 0600d276d4 Silence warning in older versions of Valgrind 11 months ago
Michael Paquier 2421e9a51d Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing 11 months ago
Tom Lane fc0d0ce978 Ignore hash's relallvisible when checking pg_upgrade from pre-v10. 11 months ago
Peter Eisentraut 454c182f85 backend libpq void * argument for binary data 11 months ago
Peter Eisentraut ebdccead16 SnapBuildRestoreContents() void * argument for binary data 11 months ago
Michael Paquier a4e986ef5a Add more tests for utility commands in pipelines 11 months ago
Peter Eisentraut f98765f0ce jsonb internal API void * argument for binary data 11 months ago
Jeff Davis cb45dc3afb Documentation fixups for dumping statistics. 11 months ago
Álvaro Herrera bba2fbc623
Change \conninfo to use tabular format 11 months ago
Amit Langote 4f1b6e5bb4 Remove unstable test suite added by 525392d57 11 months ago
Andres Freund f8d7f29b3e Allow lwlocks to be disowned 11 months ago
Robert Haas 44cbba9a7f Adjust EXPLAIN test case to filter out "Actual Rows" values. 11 months ago
Tom Lane 98fc31d649 Avoid race condition between "GRANT role" and "DROP ROLE". 11 months ago
Robert Haas ddb17e387a Allow EXPLAIN to indicate fractional rows. 11 months ago
Masahiko Sawada 78d3f48895 Add test 005_char_signedness.pl to meson.build. 11 months ago
Tom Lane 29d75b25b5 Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 11 months ago
Masahiko Sawada dfd8e6c73e Fix an issue with index scan using pg_trgm due to char signedness on different architectures. 11 months ago
Masahiko Sawada 1aab680591 pg_upgrade: Add --set-char-signedness to set the default char signedness of new cluster. 11 months ago
Masahiko Sawada a8238f87f9 pg_upgrade: Preserve default char signedness value from old cluster. 11 months ago
Masahiko Sawada 30666d1857 pg_resetwal: Add --char-signedness option to change the default char signedness. 11 months ago
Masahiko Sawada 44fe30fdab Add default_char_signedness field to ControlFileData. 11 months ago
Bruce Momjian 901a1cf8b4 doc: clarify default checksum behavior in non-master branches 11 months ago
Bruce Momjian 6ea0734e41 doc: remove non-breaking space in SGML files, causes make error 11 months ago
Andres Freund 32ce58e9e9 Make test portlock logic work with meson 11 months ago
Michael Paquier 665cafe8a4 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) 11 months ago
Peter Eisentraut 329304c901 Support text position search functions with nondeterministic collations 11 months ago
Daniel Gustafsson 41336bf085 doc: Add links to olsen93 and ong90 in bibliography 11 months ago
Amit Kapila b4e0d0c53f Fix a WARNING for data origin discrepancies. 11 months ago
Michael Paquier 984410b923 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() 11 months ago
Peter Eisentraut 7d6d2c4bbd Drop opcintype from index AM strategy translation API 11 months ago
Peter Eisentraut 7202d72787 backend launchers void * arguments for binary data 11 months ago
Jeff Davis b50a554cc8 Fix for pg_restore_attribute_stats(). 11 months ago
Michael Paquier 41625ab8ea psql: Add support for pipelines 11 months ago
Michael Paquier 40af897eb7 Add braces for if block with large comment in psql's common.c 11 months ago
Daniel Gustafsson 2c53dec7f4 Add missing entry to oauth_validator test .gitignore 11 months ago
Peter Eisentraut 3e4d868615 Remove various unnecessary (char *) casts 11 months ago
Jeff Davis ab84d0ff80 Trial fix for old cross-version upgrades. 11 months ago
Andrew Dunstan 8e4d72573c Ignore blank lines in pgindent exclude files 11 months ago
Daniel Gustafsson 9d9a71002a cirrus: Temporarily fix libcurl link error 11 months ago
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 11 months ago
Jeff Davis 1fd1bd8710 Transfer statistics during pg_upgrade. 11 months ago
Amit Kapila 7da344b9f8 Improve errdetail message added by ac0e33136a. 11 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 11 months ago
Amit Kapila 4aa6fa3cd0 Include schema/table publications even with exclude options in dump. 11 months ago
Michael Paquier f11674f8df doc: Fix typo in section "WAL configuration" 11 months ago