Commit Graph

62015 Commits (5d7f58848ce59d9e09b7214d2541ab3ec853f89c)
 

Author SHA1 Message Date
Michael Paquier b5d87a823f doc: Improve description of wal_compression 3 weeks ago
Tom Lane a67d4847a4 Fix re-execution of a failed SQLFunctionCache entry. 3 weeks ago
Peter Eisentraut e9c043a11a Minor error message enhancement 3 weeks ago
Michael Paquier 1f2e51e3c7 Fix assertion failure with replication slot release in single-user mode 3 weeks ago
Fujii Masao 6429e5b771 vacuumdb: Make vacuumdb --analyze-only process partitioned tables. 3 weeks ago
Nathan Bossart 3eec0e6533 Fix comment for MAX_SIMUL_LWLOCKS. 3 weeks ago
Masahiko Sawada eab9e4e27c Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 4 weeks ago
Nathan Bossart c6abf24ebf Fix misspelling of "tranche" in dsa.h. 4 weeks ago
Fujii Masao 38c5fbd97e doc: Improve pgoutput documentation. 4 weeks ago
Fujii Masao 34a62c2c7f doc: Improve documentation discoverability for pgoutput. 4 weeks ago
Peter Eisentraut 16d434d53d Add src/include/catalog/README 4 weeks ago
Amit Kapila aa21e49225 Fix self-deadlock during DROP SUBSCRIPTION. 4 weeks ago
Michael Paquier a977e419ee Refactor ReadMultiXactCounts() into GetMultiXactInfo() 4 weeks ago
Michael Paquier 9b7eb6f02e Remove useless pointer update in StatsShmemInit() 4 weeks ago
Richard Guo bf9ee294e5 Simplify relation_has_unique_index_for() 4 weeks ago
Richard Guo 24225ad9aa Pathify RHS unique-ification for semijoin planning 4 weeks ago
Michael Paquier 3c07944d04 test_ddl_deparse: Rename test create_sequence_1 to create_sequence 4 weeks ago
Michael Paquier 24e71d53f8 Remove unneeded header declarations in multixact.c 4 weeks ago
David Rowley a98ccf727e Remove HASH_DEBUG output from dynahash.c 4 weeks ago
David Rowley 05fcb9667c Use elog(DEBUG4) for dynahash.c statistics output 4 weeks ago
Tom Lane 5e8f05cd70 Fix missing "use Test::More" in Kerberos.pm. 4 weeks ago
Peter Eisentraut c61d51d500 Detect buffer underflow in get_th() 4 weeks ago
Michael Paquier df9133fa63 Move SQL-callable code related to multixacts into its own file 4 weeks ago
Peter Eisentraut 4a4038068b meson: Move C99 test earlier 4 weeks ago
Michael Paquier ba3d93b2e8 Refactor init_params() in sequence.c to not use FormData_pg_sequence_data 4 weeks ago
Michael Paquier 97ca67377a Remove md5() call from isolation test for CLUSTER and TOAST 4 weeks ago
Etsuro Fujita 5a8ab650a7 Update obsolete comments in ResultRelInfo struct. 4 weeks ago
Michael Paquier f57e214d1c Add isolation test for TOAST value reuse during CLUSTER 4 weeks ago
Masahiko Sawada 928da6ff12 Fix typos in comments. 4 weeks ago
Masahiko Sawada 37265ca01f Fix constant when extracting timestamp from UUIDv7. 4 weeks ago
Peter Eisentraut 2e2e7ff7b8 Fix git whitespace warning 4 weeks ago
Peter Eisentraut 8212c83939 Add TAP tests for LDAP connection parameter lookup 4 weeks ago
David Rowley 296cba2760 Fix invalid format string in HASH_DEBUG code 4 weeks ago
David Rowley ca38912512 Fix failing -D HASH_STATISTICS builds 4 weeks ago
David Rowley b4632883d4 Add Asserts to validate prevbit values in bms_prev_member 4 weeks ago
Michael Paquier 69f75d6714 Add SQL test for TOAST value allocations on rewrite 4 weeks ago
Andres Freund 60b64e6a31 ci: Simplify ci-os-only handling 4 weeks ago
Andres Freund 49cba82bec ci: Per-repo configuration for manually trigger tasks 4 weeks ago
Álvaro Herrera d0e7e04ede
Avoid including tableam.h and xlogreader.h in nbtree.h 4 weeks ago
Tom Lane ed07361721 Don't leak memory during failure exit from SelectConfigFiles(). 4 weeks ago
Heikki Linnakangas 4ec6e22b43 Fix LSN format in debug message 4 weeks ago
Michael Paquier 6304256e79 Fix compilation warning with SerializeClientConnectionInfo() 1 month ago
Fujii Masao e9a31c0cc6 Revert logical snapshot filename format change in SnapBuildSnapshotExists(). 1 month ago
Fujii Masao 12f3639ee7 Fix incorrect LSN format in comment. 1 month ago
Tom Lane ee54046601 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. 1 month ago
Tom Lane 6aebedc384 Grab the low-hanging fruit from forcing sizeof(Datum) to 8. 1 month ago
Tom Lane 2a600a93c7 Make type Datum be 8 bytes wide everywhere. 1 month ago
Andres Freund 66f8765c53 ci: windows: Stop using DEBUG:FASTLINK 1 month ago
Andres Freund 377b7ab145 Add very basic test for kill_prior_tuples 1 month ago
Tom Lane 21fddb3d76 Don't treat EINVAL from semget() as a hard failure. 1 month ago