2023-07-19 |
Michael Paquier | pg_archivecleanup: Add --clean-backup-history ...Kyotaro Horiguchi, Fujii Masao, Michael Paquier
|
commit | commitdiff | tree |
2023-07-19 |
Michael Paquier | pg_archivecleanup: Refactor loop doing old segment... ...Kyotaro Horiguchi, Fujii Masao, Michael Paquier
|
commit | commitdiff | tree |
2023-07-18 |
Michael Paquier | Fix indentation in twophase.c
|
commit | commitdiff | tree |
2023-07-18 |
Michael Paquier | Fix recovery of 2PC transaction during crash recovery Author: Michael Paquier
|
commit | commitdiff | tree |
2023-07-14 |
Michael Paquier | Add indisreplident to fields refreshed by RelationReloadInde... ...by: Robert Haas, Dilip Kumar, Michael Paquier
|
commit | commitdiff | tree |
2023-07-14 |
Michael Paquier | Fix updates of indisvalid for partitioned indexes Author: Michael Paquier
|
commit | commitdiff | tree |
2023-07-14 |
Michael Paquier | Add information about line contents on parsing failure...
|
commit | commitdiff | tree |
2023-07-13 |
Michael Paquier | Remove double quotes from the second column of wait_event_na...
|
commit | commitdiff | tree |
2023-07-13 |
Michael Paquier | Remove duplicated assignment of LLVMJitHandle->lljit
|
commit | commitdiff | tree |
2023-07-13 |
Michael Paquier | Simplify some conditions related to [LW]Lock in generate... Author: Masahiro Ikeda, Michael Paquier
|
commit | commitdiff | tree |
2023-07-11 |
Michael Paquier | pgbench: Move constant into format string
|
commit | commitdiff | tree |
2023-07-10 |
Michael Paquier | Add more sanity checks with callers of changeDependencyFor()
|
commit | commitdiff | tree |
2023-07-10 |
Michael Paquier | Fix ALTER EXTENSION SET SCHEMA with objects outside... Author: Michael Paquier, Heikki Linnakangas
|
commit | commitdiff | tree |
2023-07-07 |
Michael Paquier | Fix some comments in ./configure and meson setup files
|
commit | commitdiff | tree |
2023-07-06 |
Michael Paquier | Add GUC parameter "huge_pages_status" ...Nathan Bossart, Kyotaro Horiguchi, Michael Paquier
|
commit | commitdiff | tree |
2023-07-06 |
Michael Paquier | Add newline at the end of header generated by generate...
|
commit | commitdiff | tree |
2023-07-05 |
Michael Paquier | Handle \v as a whitespace character in parsers
|
commit | commitdiff | tree |
2023-07-05 |
Michael Paquier | Generate automatically code and documentation related... Author: Bertrand Drouvot, Michael Paquier
|
commit | commitdiff | tree |
2023-07-04 |
Michael Paquier | libpq: Add support for Close on portals and statements Reviewed-by: Jian He, Michael Paquier
|
commit | commitdiff | tree |
2023-07-03 |
Michael Paquier | Fix regression tests of unaccent to work without UTF8...
|
commit | commitdiff | tree |
2023-07-03 |
Michael Paquier | Show information about flex (version and command path...
|
commit | commitdiff | tree |
2023-07-03 |
Michael Paquier | Remove support for OpenSSL 1.0.1
|
commit | commitdiff | tree |
2023-07-03 |
Michael Paquier | Refactor some code related to wait events "BufferPin...
|
commit | commitdiff | tree |
2023-07-03 |
Michael Paquier | Make PG_TEST_NOCLEAN work for temporary directories...
|
commit | commitdiff | tree |
2023-06-30 |
Michael Paquier | Introduce long options in pg_archivecleanup ...Fujii Masao, Kyotaro Horiguchi, Michael Paquier
|
commit | commitdiff | tree |
2023-06-30 |
Michael Paquier | Fix marking of indisvalid for partitioned indexes at...
|
commit | commitdiff | tree |
2023-06-30 |
Michael Paquier | Add tab completion for CREATE SCHEMA in psql Reviewed-by: Suraj Khamkar, Michael Paquier
|
commit | commitdiff | tree |
2023-06-30 |
Michael Paquier | Use named captures in Catalog::ParseHeader()
|
commit | commitdiff | tree |
2023-06-29 |
Michael Paquier | Fix pg_depend entry to AMs after ALTER TABLE .. SET...
|
commit | commitdiff | tree |
2023-06-29 |
Michael Paquier | pg_stat_statements: Fix second comment related to entry...
|
commit | commitdiff | tree |
2023-06-28 |
Michael Paquier | pg_stat_statements: Fix incorrect comment with entry...
|
commit | commitdiff | tree |
2023-06-28 |
Michael Paquier | Add timeline ID to file names generated with pg_waldump...
|
commit | commitdiff | tree |
2023-06-28 |
Michael Paquier | Ignore invalid indexes when enforcing index rules in...
|
commit | commitdiff | tree |
2023-06-27 |
Michael Paquier | Remove dependency to query text in JumbleQuery()
|
commit | commitdiff | tree |
2023-06-23 |
Michael Paquier | Fix incorrect error message in libpq_pipeline
|
commit | commitdiff | tree |
2023-06-21 |
Michael Paquier | Disable use of archiving in 009_twophase.pl
|
commit | commitdiff | tree |
2023-06-20 |
Michael Paquier | Enable archiving in recovery TAP test 009_twophase.pl Author: Michael Paquier
|
commit | commitdiff | tree |
2023-06-15 |
Michael Paquier | Add missing subscription TAP test for meson
|
commit | commitdiff | tree |
2023-06-15 |
Michael Paquier | intarray: Prevent out-of-bound memory reads with gist__int_ops Reviewed-by: Richard Guo, Michael Paquier
|
commit | commitdiff | tree |
2023-06-12 |
Michael Paquier | Fix instability in regression test for Parallel Hash...
|
commit | commitdiff | tree |
2023-06-12 |
Michael Paquier | hstore: Tighten key/value parsing check for whitespaces
|
commit | commitdiff | tree |
2023-06-09 |
Michael Paquier | Refactor routine to find single log content pattern... ...Dunstan, Dagfinn Ilmari Mannsåker, Michael Paquier
|
commit | commitdiff | tree |
2023-06-09 |
Michael Paquier | Refactor log check logic for connect_ok/fails in PostgreSQL... Author: Vignesh C, Michael Paquier
|
commit | commitdiff | tree |
2023-06-03 |
Michael Paquier | doc: Add note to prevent server spoofing with SCRAM ...Stephen Frost, Daniel Gustafsson, Michael Paquier
|
commit | commitdiff | tree |
2023-05-25 |
Michael Paquier | Fix typo in TAP tests of vacuumdb
|
commit | commitdiff | tree |
2023-05-19 |
Michael Paquier | pageinspect: Fix gist_page_items() with included columns Author: Alexander Lakhin, Michael Paquier
|
commit | commitdiff | tree |
2023-05-17 |
Michael Paquier | Add back SQLValueFunction for SQL keywords
|
commit | commitdiff | tree |
2023-05-16 |
Michael Paquier | doc: Fix ordering of entries in wait event table for...
|
commit | commitdiff | tree |
2023-05-15 |
Michael Paquier | doc: Fix incorrect version list for Windows SDK
|
commit | commitdiff | tree |
2023-05-10 |
Michael Paquier | Fix assertion failure when updating stats_fetch_consistency...
|
commit | commitdiff | tree |
2023-05-10 |
Michael Paquier | Document values of stats_fetch_consistency in postgresql...
|
commit | commitdiff | tree |
2023-05-08 |
Michael Paquier | doc: Fix some markups in logical replication section
|
commit | commitdiff | tree |
2023-05-05 |
Michael Paquier | Fix typo with wait event for SLRU buffer of commit...
|
commit | commitdiff | tree |
2023-05-02 |
Michael Paquier | Fix typos in comments
|
commit | commitdiff | tree |
2023-05-02 |
Michael Paquier | doc: Fix typo in pg_amcheck for term "schema"
|
commit | commitdiff | tree |
2023-04-28 |
Michael Paquier | Fix crashes with CREATE SCHEMA AUTHORIZATION and schema... Author: Michael Paquier
|
commit | commitdiff | tree |
2023-04-27 |
Michael Paquier | Rework code defining default compression for dir/custom...
|
commit | commitdiff | tree |
2023-04-25 |
Michael Paquier | Re-add tracking of wait event SLRUFlushSync
|
commit | commitdiff | tree |
2023-04-25 |
Michael Paquier | Fix buffer refcount leak with FDW bulk inserts
|
commit | commitdiff | tree |
2023-04-20 |
Michael Paquier | Remove io prefix from pg_stat_io columns
|
commit | commitdiff | tree |
2023-04-19 |
Michael Paquier | Fix generation of distribution tarball
|
commit | commitdiff | tree |
2023-04-18 |
Michael Paquier | ecpg: Fix handling of strings in ORACLE compat code...
|
commit | commitdiff | tree |
2023-04-14 |
Michael Paquier | doc: Fix some grammar for logical decoding description...
|
commit | commitdiff | tree |
2023-04-13 |
Michael Paquier | Remove code in charge of freeing regexps generation...
|
commit | commitdiff | tree |
2023-04-12 |
Michael Paquier | doc: Fix some typos and grammar
|
commit | commitdiff | tree |
2023-04-12 |
Michael Paquier | Fix detection of unseekable files for fseek() and ftello... ... Juan José Santamaría Flecha, Michael Paquier
|
commit | commitdiff | tree |
2023-04-07 |
Michael Paquier | Add more protections in WAL record APIs against overflows ...Andres Freund, Heikki Linnakangas, Michael Paquier
|
commit | commitdiff | tree |
2023-04-06 |
Michael Paquier | Fix row tracking in pg_stat_statements with extended... Reviewed-by: Tom Lane, Michael Paquier
|
commit | commitdiff | tree |
2023-04-04 |
Michael Paquier | doc: Add more details about pg_stat_get_xact_blocks_...
|
commit | commitdiff | tree |
2023-03-27 |
Michael Paquier | Generate a few more functions of pgstatfuncs.c with...
|
commit | commitdiff | tree |
2023-03-27 |
Michael Paquier | Improve a few things in pg_walinspect Reviewed-by: Kyotaro Horiguchi, Michael Paquier
|
commit | commitdiff | tree |
2023-03-27 |
Michael Paquier | Generate pg_stat_get_xact*() functions for relations...
|
commit | commitdiff | tree |
2023-03-24 |
Michael Paquier | libpq: Add sslcertmode option to control client certificates Michael Paquier
|
commit | commitdiff | tree |
2023-03-24 |
Michael Paquier | Rewrite error message related to sslmode in libpq
|
commit | commitdiff | tree |
2023-03-23 |
Michael Paquier | Rename fields in pgstat structures for functions and... Reviewed-by: Michael Paquier, Melanie Plageman
|
commit | commitdiff | tree |
2023-03-23 |
Michael Paquier | Improve a bit the tests of pg_walinspect
|
commit | commitdiff | tree |
2023-03-22 |
Michael Paquier | doc: Add description of some missing monitoring functions Reported-by: Michael Paquier
|
commit | commitdiff | tree |
2023-03-21 |
Michael Paquier | Fix a couple of typos
|
commit | commitdiff | tree |
2023-03-21 |
Michael Paquier | Fix make maintainer-clean with queryjumblefuncs.*.c...
|
commit | commitdiff | tree |
2023-03-18 |
Michael Paquier | Add files related to query jumbling in src/include...
|
commit | commitdiff | tree |
2023-03-17 |
Michael Paquier | libpq: Remove code for SCM credential authentication Author: Michael Paquier
|
commit | commitdiff | tree |
2023-03-16 |
Michael Paquier | Remove PgStat_BackendFunctionEntry
|
commit | commitdiff | tree |
2023-03-16 |
Michael Paquier | Tweak regression test of pg_walinspect to be less collation...
|
commit | commitdiff | tree |
2023-03-16 |
Michael Paquier | Add .gitignore to ldap_password_func
|
commit | commitdiff | tree |
2023-03-16 |
Michael Paquier | Improve handling of psql \watch's interval argument ...Kyotaro Horiguchi, Nathan Bossart, Michael Paquier
|
commit | commitdiff | tree |
2023-03-15 |
Michael Paquier | Improve WIN32 port of fstat() to detect more file types
|
commit | commitdiff | tree |
2023-03-14 |
Michael Paquier | Rework design of functions in pg_walinspect
|
commit | commitdiff | tree |
2023-03-14 |
Michael Paquier | libpq: Add support for require_auth to control authorized... ...Eisentraut, David G. Johnston, Michael Paquier
|
commit | commitdiff | tree |
2023-03-13 |
Michael Paquier | Fix inconsistent error handling for GSS encryption... Author: Michael Paquier
|
commit | commitdiff | tree |
2023-03-13 |
Michael Paquier | Refactor and improve tests of pg_walinspect Author: Bharath Rupireddy, Michael Paquier
|
commit | commitdiff | tree |
2023-03-10 |
Michael Paquier | Include headers of archive/ in installation Author: Sravan Kumar, Michael Paquier
|
commit | commitdiff | tree |
2023-03-10 |
Michael Paquier | pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info() Author: Michael Paquier, Melanie Plageman, Bharath Rupireddy
|
commit | commitdiff | tree |
2023-03-09 |
Michael Paquier | Add b6dfee28 to .git-blame-ignore-revs
|
commit | commitdiff | tree |
2023-03-09 |
Michael Paquier | Run pgindent on libpq's fe-auth.c, fe-auth-scram.c...
|
commit | commitdiff | tree |
2023-03-09 |
Michael Paquier | doc: Add guidelines to generate coverage reports with...
|
commit | commitdiff | tree |
2023-03-08 |
Michael Paquier | Reflect normalization of query strings for utilities...
|
commit | commitdiff | tree |
2023-03-08 |
Michael Paquier | Refine query jumbling handling for CallStmt
|
commit | commitdiff | tree |
2023-03-08 |
Michael Paquier | Ignore IntoClause.viewQuery in query jumbling
|
commit | commitdiff | tree |
2023-03-08 |
Michael Paquier | Improve readability of code PROCESS_MAIN in vacuum_rel() Reviewed-by: Michael Paquier, Melanie Plageman
|
commit | commitdiff | tree |
2023-03-07 |
Michael Paquier | Make get_extension_schema() available
|
commit | commitdiff | tree |