Commit Graph

60600 Commits (40e27d04b4f643cfb78af8db42a1f2e700ec9876)
 

Author SHA1 Message Date
Tom Lane 40e27d04b4 Use attnum to identify index columns in pg_restore_attribute_stats(). 1 year ago
Peter Eisentraut f734c9fc3a Revert "Prepare for Python "Limited API" in PL/Python" 1 year ago
Masahiko Sawada 945a9e3832 Fix a typo in 005_char_signedness.pl test. 1 year ago
Peter Eisentraut c47e8df815 Prepare for Python "Limited API" in PL/Python 1 year ago
Michael Paquier 0e42d31b0b Adding new PgStat_WalCounters structure in pgstat.h 1 year ago
Michael Paquier d7cbeaf261 Remove pgstat_flush_wal() 1 year ago
Amit Kapila e117cfb2f6 Add two-phase option in pg_createsubscriber. 1 year ago
Michael Paquier adc6032fa8 Improve FATAL message for invalid TLI history at recovery 1 year ago
Jeff Davis 6ee3b91bad pg_dump: prepare attribute stats query. 1 year ago
Jeff Davis 8f427187db Avoid unnecessary relation stats query in pg_dump. 1 year ago
Michael Paquier 6c349d83b6 Re-add GUC track_wal_io_timing 1 year ago
Jeff Davis a5cbdeb98a Remove redundant pg_set_*_stats() variants. 1 year ago
Andres Freund ecbff4378b Change _mdfd_segpath() to return paths by value 1 year ago
Andres Freund 37c87e63f9 Change relpath() et al to return path by value 1 year ago
Peter Eisentraut 32c393f9f1 Remove obsolete Python version check 1 year ago
Richard Guo 363a6e8c6f Eliminate code duplication in replace_rte_variables callbacks 1 year ago
Richard Guo 1e4351af32 Expand virtual generated columns in the planner 1 year ago
Michael Paquier 560a842d63 Fix untranslatable string concatenation in pg_upgrade 1 year ago
Amit Kapila 5b8f2ccc0a Doc: Fix pg_copy_logical_replication_slot description. 1 year ago
Jeff Davis 15601fa21a Missing doc update for f3dae2ae58. 1 year ago
Jeff Davis f3dae2ae58 Do not use in-place updates for statistics import. 1 year ago
Michael Paquier 3ce357584e psql: Add pipeline status to prompt and some state variables 1 year ago
Amit Langote cbb9086c9e Fix bug in cbc127917 to handle nested Append correctly 1 year ago
Masahiko Sawada 48796a98d5 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. 1 year ago
Daniel Gustafsson d1146dc2a7 oauth: Rename macro to avoid collisions on Windows 1 year ago
Daniel Gustafsson 03366b61df oauth: Fix incorrect const markers in struct 1 year ago
Melanie Plageman bfe56cdf9a Delay extraction of TIDBitmap per page offsets 1 year ago
Melanie Plageman b8778c4cd8 Add lossy indicator to TBMIterateResult 1 year ago
Nathan Bossart c56e8af75e Fix comment for MAX_BACKENDS. 1 year ago
Robert Haas e87c14b19e libpq: Trace all NegotiateProtocolVersion fields 1 year ago
Robert Haas c9d94ea215 libpq: Add PQfullProtocolVersion to exports.txt 1 year ago
Tom Lane 9de2cc455e Fix confusion about data type of pg_class.relpages and relallvisible. 1 year ago
Daniel Gustafsson e889422d98 pg_amcheck: PQclear query results 1 year ago
Andres Freund 5ee75e32fa Add static asserts for MAX_BACKENDS limiting factors 1 year ago
Andres Freund 418451bfe1 bufmgr: Make it easier to change number of buffer state bits 1 year ago
Andres Freund cd3ccf88aa Base LWLock limits directly on MAX_BACKENDS 1 year ago
Andres Freund 6394a3a61c Move MAX_BACKENDS to procnumber.h 1 year ago
John Naylor 0600d276d4 Silence warning in older versions of Valgrind 1 year ago
Michael Paquier 2421e9a51d Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timing 1 year ago
Tom Lane fc0d0ce978 Ignore hash's relallvisible when checking pg_upgrade from pre-v10. 1 year ago
Peter Eisentraut 454c182f85 backend libpq void * argument for binary data 1 year ago
Peter Eisentraut ebdccead16 SnapBuildRestoreContents() void * argument for binary data 1 year ago
Michael Paquier a4e986ef5a Add more tests for utility commands in pipelines 1 year ago
Peter Eisentraut f98765f0ce jsonb internal API void * argument for binary data 1 year ago
Jeff Davis cb45dc3afb Documentation fixups for dumping statistics. 1 year ago
Álvaro Herrera bba2fbc623
Change \conninfo to use tabular format 1 year ago
Amit Langote 4f1b6e5bb4 Remove unstable test suite added by 525392d57 1 year ago
Andres Freund f8d7f29b3e Allow lwlocks to be disowned 1 year ago
Robert Haas 44cbba9a7f Adjust EXPLAIN test case to filter out "Actual Rows" values. 1 year ago
Tom Lane 98fc31d649 Avoid race condition between "GRANT role" and "DROP ROLE". 1 year ago