33 hours ago |
Michael Paquier | Improve test coverage of network address functions
|
commit | commitdiff | tree |
2 days ago |
Michael Paquier | Track per-relation cumulative time spent in [auto]vacuum... Reviewed-by: Bertrand Drouvot, Michael Paquier
|
commit | commitdiff | tree |
3 days ago |
Michael Paquier | Print out error position for some ALTER TABLE ALTER...
|
commit | commitdiff | tree |
3 days ago |
Michael Paquier | pg_amcheck: Fix test failure on Windows with non-existing...
|
commit | commitdiff | tree |
6 days ago |
Michael Paquier | initdb: Convert tests to use long options with fat...
|
commit | commitdiff | tree |
7 days ago |
Michael Paquier | Add error pattern checks for some TAP tests for non... Author: Dagfinn Ilmari Mannsåker, Michael Paquier
|
commit | commitdiff | tree |
7 days ago |
Michael Paquier | Improve TAP tests of pg_basebackup
|
commit | commitdiff | tree |
8 days ago |
Michael Paquier | Improve grammar of options for command arrays in TAP... Reviewed-by: Michael Paquier, Peter Smith, Euler Taveira
|
commit | commitdiff | tree |
8 days ago |
Michael Paquier | Run perltidy
|
commit | commitdiff | tree |
9 days ago |
Michael Paquier | Rework handling of pending data for backend statistics Author: Bertrand Drouvot, Michael Paquier
|
commit | commitdiff | tree |
9 days ago |
Michael Paquier | Rename some pgstats callbacks related to flush of entries Reviewed-by: Michael Paquier
|
commit | commitdiff | tree |
10 days ago |
Michael Paquier | Fix header check for continuation records where standbys... Reviewed-by: Michael Paquier
|
commit | commitdiff | tree |
13 days ago |
Michael Paquier | Revert recent changes related to handling of 2PC files...
|
commit | commitdiff | tree |
13 days ago |
Michael Paquier | Rework macro pgstat_is_ioop_tracked_in_bytes()
|
commit | commitdiff | tree |
2025-01-16 |
Michael Paquier | Move routines to manipulate WAL into PostgreSQL::Test...
|
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Bump PGSTAT_FILE_FORMAT_ID
|
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Fix potential integer overflow in bringetbitmap()
|
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Move information about pgstats kinds into its own header... Author: Michael Paquier
|
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Remove assertion in pgstat_count_io_op()
|
commit | commitdiff | tree |
2025-01-14 |
Michael Paquier | Make pg_stat_io count IOs as bytes instead of blocks...
|
commit | commitdiff | tree |
2025-01-10 |
Michael Paquier | Merge pgstat_count_io_op_n() and pgstat_count_io_op()
|
commit | commitdiff | tree |
2025-01-10 |
Michael Paquier | Refactor some code related to backend statistics
|
commit | commitdiff | tree |
2025-01-08 |
Michael Paquier | pg_freespacemap: Fix declaration of pg_freespace(regclass)
|
commit | commitdiff | tree |
2024-12-30 |
Michael Paquier | injection_points: Tweak variable-numbered stats to...
|
commit | commitdiff | tree |
2024-12-30 |
Michael Paquier | Fix memory leak in pgoutput with relation attribute map
|
commit | commitdiff | tree |
2024-12-30 |
Michael Paquier | Remove redundant wording in pg_statistic.h
|
commit | commitdiff | tree |
2024-12-30 |
Michael Paquier | Fix failures with incorrect epoch handling for 2PC... Author: Michael Paquier
|
commit | commitdiff | tree |
2024-12-29 |
Michael Paquier | Fix handling of orphaned 2PC files in the future at... Author: Vitaly Davydov, Michael Paquier
|
commit | commitdiff | tree |
2024-12-27 |
Michael Paquier | Improve handling of date_trunc() units for infinite...
|
commit | commitdiff | tree |
2024-12-26 |
Michael Paquier | Fix typo in comment of compute_return_type() in functioncmds.c
|
commit | commitdiff | tree |
2024-12-23 |
Michael Paquier | Fix some comments related to library unloading Author: ChangAo Chen, Michael Paquier
|
commit | commitdiff | tree |
2024-12-20 |
Michael Paquier | Relax regression test for fsync check of backend-level...
|
commit | commitdiff | tree |
2024-12-19 |
Michael Paquier | Add backend-level statistics to pgstats ...Álvaro Herrera, Kyotaro Horiguchi, Michael Paquier, Nazir
|
commit | commitdiff | tree |
2024-12-19 |
Michael Paquier | Extract logic filling pg_stat_get_io()'s tuplestore... Author: Bertrand Drouvot, Michael Paquier
|
commit | commitdiff | tree |
2024-12-18 |
Michael Paquier | psql: Add more information about service name
|
commit | commitdiff | tree |
2024-12-18 |
Michael Paquier | libpq: Add service name to PGconn and PQservice()
|
commit | commitdiff | tree |
2024-12-17 |
Michael Paquier | Tweak some comments related to variable-numbered stats...
|
commit | commitdiff | tree |
2024-12-17 |
Michael Paquier | Print out error position for some more DDLs Reviewed-by: Álvaro Herrera, Michael Paquier
|
commit | commitdiff | tree |
2024-12-17 |
Michael Paquier | pg_combinebackup: Fix PITR comparison test in 002_compare_ba...
|
commit | commitdiff | tree |
2024-12-16 |
Michael Paquier | Print out error position for CREATE DOMAIN ...by: Álvaro Herrera, Tom Lane, Michael Paquier
|
commit | commitdiff | tree |
2024-12-16 |
Michael Paquier | Add some tests for encoding conversion in COPY TO/FROM
|
commit | commitdiff | tree |
2024-12-12 |
Michael Paquier | Adjust some comments about structure properties in...
|
commit | commitdiff | tree |
2024-12-12 |
Michael Paquier | Add some regression tests for missing DDL patterns Reviewed-By: Álvaro Herrera, Michael Paquier
|
commit | commitdiff | tree |
2024-12-10 |
Michael Paquier | Improve reporting of pg_upgrade log files on test failure
|
commit | commitdiff | tree |
2024-12-10 |
Michael Paquier | Fix comments of GUC hooks for timezone_abbreviations
|
commit | commitdiff | tree |
2024-12-10 |
Michael Paquier | Fix outdated comment of scram_build_secret()
|
commit | commitdiff | tree |
2024-12-09 |
Michael Paquier | Fix memory leak in pgoutput with publication list cache Analyzed-by: Michael Paquier, Jeff Davis Reviewed-by: Michael Paquier, Masahiko Sawada, Euler Taveira
|
commit | commitdiff | tree |
2024-12-09 |
Michael Paquier | Improve comment about dropped entries in pgstat.c
|
commit | commitdiff | tree |
2024-12-09 |
Michael Paquier | Fix invalidation of local pgstats references for entry...
|
commit | commitdiff | tree |
2024-12-03 |
Michael Paquier | doc: Clarify some terms for pg_createsubscriber
|
commit | commitdiff | tree |
2024-12-03 |
Michael Paquier | Rework some code handling pg_subscription data in psql...
|
commit | commitdiff | tree |
2024-11-28 |
Michael Paquier | psql: Sprinkle more CppAsString2() in describe.c
|
commit | commitdiff | tree |
2024-11-27 |
Michael Paquier | Handle better implicit transaction state of pipeline... Reviewed-by: Jelte Fennema-Nio, Michael Paquier
|
commit | commitdiff | tree |
2024-11-26 |
Michael Paquier | pg_amcheck: Use CppAsString2() for relkind and relpersistenc...
|
commit | commitdiff | tree |
2024-11-25 |
Michael Paquier | Simplify some SPI tests of PL/Python
|
commit | commitdiff | tree |
2024-11-25 |
Michael Paquier | doc: Fix example with __next__() in PL/Python function
|
commit | commitdiff | tree |
2024-11-22 |
Michael Paquier | psql: Fix category of \parse in output of --help=commands...
|
commit | commitdiff | tree |
2024-11-22 |
Michael Paquier | psql: Include \pset xheader_width in --help=commands...
|
commit | commitdiff | tree |
2024-11-22 |
Michael Paquier | Add write_to_file to PgStat_KindInfo for pgstats kinds
|
commit | commitdiff | tree |
2024-11-21 |
Michael Paquier | Fix memory leak in pgoutput for the WAL sender Reviewed-by: Michael Paquier, Hou Zhijie
|
commit | commitdiff | tree |
2024-11-20 |
Michael Paquier | doc: Fix section of functions age(xid) and mxid_age...
|
commit | commitdiff | tree |
2024-11-19 |
Michael Paquier | libpq: Improve error message when parsing URI parameters...
|
commit | commitdiff | tree |
2024-11-18 |
Michael Paquier | Improve some code format in gist.c
|
commit | commitdiff | tree |
2024-11-18 |
Michael Paquier | Use pg_memory_is_all_zeros() in PageIsVerifiedExtended()
|
commit | commitdiff | tree |
2024-11-18 |
Michael Paquier | Optimize pg_memory_is_all_zeros() in memutils.h Reviewed-by: Michael Paquier, Ranier Vilela
|
commit | commitdiff | tree |
2024-11-15 |
Michael Paquier | Fix race conditions with drop of reused pgstats entries Author: Kyotaro Horiguchi, Michael Paquier
|
commit | commitdiff | tree |
2024-11-14 |
Michael Paquier | contrib/lo: Use SQL-standard function bodies
|
commit | commitdiff | tree |
2024-11-14 |
Michael Paquier | xml2: Add tests for functions xpath_nodeset() and xpath_list()
|
commit | commitdiff | tree |
2024-11-14 |
Michael Paquier | contrib/lo: Add test for function lo_oid()
|
commit | commitdiff | tree |
2024-11-13 |
Michael Paquier | Fix comment in injection_point.c
|
commit | commitdiff | tree |
2024-11-12 |
Michael Paquier | pg_freespacemap: Use SQL-standard function bodies
|
commit | commitdiff | tree |
2024-11-11 |
Michael Paquier | Add two attributes to pg_stat_database for parallel...
|
commit | commitdiff | tree |
2024-11-11 |
Michael Paquier | libpq: Bail out during SSL/GSS negotiation errors ...Eisentraut, Heikki Linnakangas, Michael Paquier
|
commit | commitdiff | tree |
2024-11-11 |
Michael Paquier | pg_stat_statements: Avoid some locking during PGSS... Reviewed-by: Michael Paquier, wenhui qiu
|
commit | commitdiff | tree |
2024-11-07 |
Michael Paquier | Remove an obsolete comment in gistinsert()
|
commit | commitdiff | tree |
2024-11-07 |
Michael Paquier | Improve handling of empty query results in BackgroundPsql... Reviewed-by: Andrew Dunstan, Michael Paquier
|
commit | commitdiff | tree |
2024-11-06 |
Michael Paquier | Extend Cluster.pm's background_psql() to be able to...
|
commit | commitdiff | tree |
2024-11-05 |
Michael Paquier | Clear padding of PgStat_HashKey when handling pgstats... Reviewed-by: Jelte Fennema-Nio, Michael Paquier
|
commit | commitdiff | tree |
2024-11-03 |
Michael Paquier | Add missing newlines at the end of two SQL files
|
commit | commitdiff | tree |
2024-11-01 |
Michael Paquier | Remove use of pg_memory_is_all_zeros() in bufpage.c
|
commit | commitdiff | tree |
2024-11-01 |
Michael Paquier | Add pg_memory_is_all_zeros() in memutils.h
|
commit | commitdiff | tree |
2024-11-01 |
Michael Paquier | Add SQL function array_reverse()
|
commit | commitdiff | tree |
2024-10-30 |
Michael Paquier | injection_points: Improve comment about disabled isolation...
|
commit | commitdiff | tree |
2024-10-29 |
Michael Paquier | doc: Add better description for rewrite functions in...
|
commit | commitdiff | tree |
2024-10-28 |
Michael Paquier | Fix dependency of partitioned table and table AM with...
|
commit | commitdiff | tree |
2024-10-28 |
Michael Paquier | Set query ID for inner queries of CREATE TABLE AS and... Reviewed-by: Michael Paquier, Jian He
|
commit | commitdiff | tree |
2024-10-25 |
Michael Paquier | Refactor code converting a publication name List to... Reviewed-by: Michael Paquier, Masahiko Sawada
|
commit | commitdiff | tree |
2024-10-25 |
Michael Paquier | Add install rules for Kerberos.pm and AdjustUpgrade.pm
|
commit | commitdiff | tree |
2024-10-25 |
Michael Paquier | injection_points: Disable one permutation in isolation...
|
commit | commitdiff | tree |
2024-10-24 |
Michael Paquier | Track more precisely query locations for nested statements Reviewed-by: Michael Paquier, Jian He
|
commit | commitdiff | tree |
2024-10-22 |
Michael Paquier | ecpg: Fix out-of-bound read in DecodeDateTime()
|
commit | commitdiff | tree |
2024-10-22 |
Michael Paquier | pg_stat_statements: Add tests for nested queries with... Reviewed-by: Michael Paquier, Jian He
|
commit | commitdiff | tree |
2024-10-21 |
Michael Paquier | Fix grammar of a comment in bufmgr.c
|
commit | commitdiff | tree |
2024-10-21 |
Michael Paquier | injection_points: Add basic isolation test
|
commit | commitdiff | tree |
2024-10-18 |
Michael Paquier | Fix description of PostgreSQL::Test::Cluster::wait_for_event()
|
commit | commitdiff | tree |
2024-10-16 |
Michael Paquier | Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for...
|
commit | commitdiff | tree |
2024-10-16 |
Michael Paquier | Rewrite some regression queries for option checks with...
|
commit | commitdiff | tree |
2024-10-14 |
Michael Paquier | psql: Fix \watch when using interval values less than 1ms Author: Andrey M. Borodin, Michael Paquier
|
commit | commitdiff | tree |
2024-10-13 |
Michael Paquier | Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_w...
|
commit | commitdiff | tree |
2024-10-09 |
Michael Paquier | Apply GUC name from central table in more places of... Author: Peter Smith, Michael Paquier
|
commit | commitdiff | tree |