Commit Graph

60589 Commits (a5cbdeb98af9a8d4f683fbffa69cd74be1f4a084)
 

Author SHA1 Message Date
Jeff Davis a5cbdeb98a Remove redundant pg_set_*_stats() variants. 10 months ago
Andres Freund ecbff4378b Change _mdfd_segpath() to return paths by value 10 months ago
Andres Freund 37c87e63f9 Change relpath() et al to return path by value 10 months ago
Peter Eisentraut 32c393f9f1 Remove obsolete Python version check 10 months ago
Richard Guo 363a6e8c6f Eliminate code duplication in replace_rte_variables callbacks 10 months ago
Richard Guo 1e4351af32 Expand virtual generated columns in the planner 10 months ago
Michael Paquier 560a842d63 Fix untranslatable string concatenation in pg_upgrade 10 months ago
Amit Kapila 5b8f2ccc0a Doc: Fix pg_copy_logical_replication_slot description. 10 months ago
Jeff Davis 15601fa21a Missing doc update for f3dae2ae58. 10 months ago
Jeff Davis f3dae2ae58 Do not use in-place updates for statistics import. 10 months ago
Michael Paquier 3ce357584e psql: Add pipeline status to prompt and some state variables 10 months ago
Amit Langote cbb9086c9e Fix bug in cbc127917 to handle nested Append correctly 10 months ago
Masahiko Sawada 48796a98d5 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. 10 months ago
Daniel Gustafsson d1146dc2a7 oauth: Rename macro to avoid collisions on Windows 10 months ago
Daniel Gustafsson 03366b61df oauth: Fix incorrect const markers in struct 10 months ago
Melanie Plageman bfe56cdf9a Delay extraction of TIDBitmap per page offsets 10 months ago
Melanie Plageman b8778c4cd8 Add lossy indicator to TBMIterateResult 10 months ago
Nathan Bossart c56e8af75e Fix comment for MAX_BACKENDS. 10 months ago
Robert Haas e87c14b19e libpq: Trace all NegotiateProtocolVersion fields 10 months ago
Robert Haas c9d94ea215 libpq: Add PQfullProtocolVersion to exports.txt 10 months ago
Tom Lane 9de2cc455e Fix confusion about data type of pg_class.relpages and relallvisible. 10 months ago
Daniel Gustafsson e889422d98 pg_amcheck: PQclear query results 10 months ago
Andres Freund 5ee75e32fa Add static asserts for MAX_BACKENDS limiting factors 10 months ago
Andres Freund 418451bfe1 bufmgr: Make it easier to change number of buffer state bits 10 months ago
Andres Freund cd3ccf88aa Base LWLock limits directly on MAX_BACKENDS 10 months ago
Andres Freund 6394a3a61c Move MAX_BACKENDS to procnumber.h 10 months ago
John Naylor 0600d276d4 Silence warning in older versions of Valgrind 10 months ago
Michael Paquier 2421e9a51d Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing 10 months ago
Tom Lane fc0d0ce978 Ignore hash's relallvisible when checking pg_upgrade from pre-v10. 10 months ago
Peter Eisentraut 454c182f85 backend libpq void * argument for binary data 10 months ago
Peter Eisentraut ebdccead16 SnapBuildRestoreContents() void * argument for binary data 10 months ago
Michael Paquier a4e986ef5a Add more tests for utility commands in pipelines 10 months ago
Peter Eisentraut f98765f0ce jsonb internal API void * argument for binary data 10 months ago
Jeff Davis cb45dc3afb Documentation fixups for dumping statistics. 10 months ago
Álvaro Herrera bba2fbc623
Change \conninfo to use tabular format 10 months ago
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