Commit Graph

62081 Commits (master)
 

Author SHA1 Message Date
Alexander Korotkov c13070a27b Revert "Get rid of WALBufMappingLock" 3 weeks ago
Nathan Bossart b63952a781 vacuumdb: Fix --missing-stats-only with virtual generated columns. 3 weeks ago
Heikki Linnakangas 807ee417e5 Revert unnecessary check for NULL 3 weeks ago
Heikki Linnakangas e411a8d25a libpq: Be strict about cancel key lengths 3 weeks ago
Heikki Linnakangas f6f0542266 libpq: Handle OOM by disconnecting instead of hanging or skipping msgs 3 weeks ago
Heikki Linnakangas 661f821ef0 Use ereport() rather than elog() 3 weeks ago
Heikki Linnakangas 50f770c3d9 Revert GetTransactionSnapshot() to return historic snapshot during LR 3 weeks ago
Peter Eisentraut 16a0039dc0 Reduce lock level for ALTER DOMAIN ... VALIDATE CONSTRAINT 3 weeks ago
Amit Kapila 123e65fdb7 Doc: Fix typo in logicaldecoding.sgml. 3 weeks ago
Michael Paquier 13b935cd52 Change dynahash.c and hsearch.h to use int64 instead of long 3 weeks ago
Michael Paquier ef03ea01fe Ignore temporary relations in RelidByRelfilenumber() 3 weeks ago
Peter Eisentraut 47932f3cdc Use consistent type for pgaio_io_get_id() result 3 weeks ago
Fujii Masao 12da45742c Disallow server start with sync_replication_slots = on and wal_level < logical. 3 weeks ago
Peter Eisentraut 53eff471c6 PL/Python: Add event trigger support 3 weeks ago
Peter Eisentraut 6e09c960eb PL/Python: Refactor for event trigger support 3 weeks ago
Michael Paquier e8eb98754b Apply some fat commas to commands of TAP tests 3 weeks ago
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. 3 weeks ago
Nathan Bossart c6abf24ebf Fix misspelling of "tranche" in dsa.h. 3 weeks ago
Fujii Masao 38c5fbd97e doc: Improve pgoutput documentation. 3 weeks ago
Fujii Masao 34a62c2c7f doc: Improve documentation discoverability for pgoutput. 3 weeks ago
Peter Eisentraut 16d434d53d Add src/include/catalog/README 3 weeks ago
Amit Kapila aa21e49225 Fix self-deadlock during DROP SUBSCRIPTION. 3 weeks ago
Michael Paquier a977e419ee Refactor ReadMultiXactCounts() into GetMultiXactInfo() 3 weeks ago
Michael Paquier 9b7eb6f02e Remove useless pointer update in StatsShmemInit() 3 weeks ago
Richard Guo bf9ee294e5 Simplify relation_has_unique_index_for() 3 weeks ago
Richard Guo 24225ad9aa Pathify RHS unique-ification for semijoin planning 3 weeks ago
Michael Paquier 3c07944d04 test_ddl_deparse: Rename test create_sequence_1 to create_sequence 3 weeks ago
Michael Paquier 24e71d53f8 Remove unneeded header declarations in multixact.c 3 weeks ago
David Rowley a98ccf727e Remove HASH_DEBUG output from dynahash.c 3 weeks ago
David Rowley 05fcb9667c Use elog(DEBUG4) for dynahash.c statistics output 3 weeks ago
Tom Lane 5e8f05cd70 Fix missing "use Test::More" in Kerberos.pm. 3 weeks ago
Peter Eisentraut c61d51d500 Detect buffer underflow in get_th() 3 weeks ago
Michael Paquier df9133fa63 Move SQL-callable code related to multixacts into its own file 3 weeks ago
Peter Eisentraut 4a4038068b meson: Move C99 test earlier 3 weeks ago
Michael Paquier ba3d93b2e8 Refactor init_params() in sequence.c to not use FormData_pg_sequence_data 3 weeks ago
Michael Paquier 97ca67377a Remove md5() call from isolation test for CLUSTER and TOAST 3 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