Commit Graph

62005 Commits (325fc0ab14d11fc87da594857ffbb6636affe7c0)
 

Author SHA1 Message Date
Álvaro Herrera 325fc0ab14
Avoid including commands/dbcommands.h in so many places 4 months ago
Peter Eisentraut 80f1106132 Message style improvements 4 months ago
Andres Freund 5865150b6d aio: Stop using enum bitfields due to bad code generation 4 months ago
Peter Eisentraut 310d04169a Put back intra-grant-inplace.spec test coverage 4 months ago
Peter Eisentraut e36fa9319b Improve objectNamesToOids() comment 4 months ago
Peter Eisentraut 990c8db182 Fix: Don't strip $libdir from nested module_pathnames 4 months ago
Jeff Davis ef5b87b970 Check for more Unicode functions during upgrade. 4 months ago
Jacob Champion 85b380162c oauth: Explicitly depend on -pthread 4 months ago
Peter Eisentraut e567e22290 Message style improvements 4 months ago
Nathan Bossart 984d7165dd Document privileges required for vacuumdb --missing-stats-only. 4 months ago
Tom Lane 327b7324d0 Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
Tom Lane b55068236c Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 4 months ago
Alexander Korotkov 5f6f951f88 Improve RowMark handling during Self-Join Elimination 4 months ago
Alexander Korotkov d713cf9b65 Refactor variable names in remove_self_joins_one_group() 4 months ago
Alexander Korotkov f8ce9ed220 Further clarify documentation for the initcap function 4 months ago
Peter Eisentraut f5e0186f86 Raise C requirement to C11 4 months ago
Peter Eisentraut 99234e9ddc Message wording improvements 4 months ago
Nathan Bossart 989b2e4d5c Use PqMsg_* macros in applyparallelworker.c. 4 months ago
Jacob Champion 4e1e417330 oauth: Add unit tests for multiplexer handling 5 months ago
Jacob Champion 52ecd05aee oauth: Always link with -lm for floor() 5 months ago
Nathan Bossart 3ef2b863a3 Use PqMsg_* macros in fe-protocol3.c. 5 months ago
Peter Eisentraut 878656dbde Formatting cleanup of guc_tables.c 5 months ago
Noah Misch ad4412480d Rewrite previous commit's test for TestUpgradeXversion compatibility. 5 months ago
Noah Misch b61a5c4bed Sort DO_DEFAULT_ACL dump objects independent of OIDs. 5 months ago
Alexander Korotkov c13070a27b Revert "Get rid of WALBufMappingLock" 5 months ago
Nathan Bossart b63952a781 vacuumdb: Fix --missing-stats-only with virtual generated columns. 5 months ago
Heikki Linnakangas 807ee417e5 Revert unnecessary check for NULL 5 months ago
Heikki Linnakangas e411a8d25a libpq: Be strict about cancel key lengths 5 months ago
Heikki Linnakangas f6f0542266 libpq: Handle OOM by disconnecting instead of hanging or skipping msgs 5 months ago
Heikki Linnakangas 661f821ef0 Use ereport() rather than elog() 5 months ago
Heikki Linnakangas 50f770c3d9 Revert GetTransactionSnapshot() to return historic snapshot during LR 5 months ago
Peter Eisentraut 16a0039dc0 Reduce lock level for ALTER DOMAIN ... VALIDATE CONSTRAINT 5 months ago
Amit Kapila 123e65fdb7 Doc: Fix typo in logicaldecoding.sgml. 5 months ago
Michael Paquier 13b935cd52 Change dynahash.c and hsearch.h to use int64 instead of long 5 months ago
Michael Paquier ef03ea01fe Ignore temporary relations in RelidByRelfilenumber() 5 months ago
Peter Eisentraut 47932f3cdc Use consistent type for pgaio_io_get_id() result 5 months ago
Fujii Masao 12da45742c Disallow server start with sync_replication_slots = on and wal_level < logical. 5 months ago
Peter Eisentraut 53eff471c6 PL/Python: Add event trigger support 5 months ago
Peter Eisentraut 6e09c960eb PL/Python: Refactor for event trigger support 5 months ago
Michael Paquier e8eb98754b Apply some fat commas to commands of TAP tests 5 months ago
Michael Paquier b5d87a823f doc: Improve description of wal_compression 5 months ago
Tom Lane a67d4847a4 Fix re-execution of a failed SQLFunctionCache entry. 5 months ago
Peter Eisentraut e9c043a11a Minor error message enhancement 5 months ago
Michael Paquier 1f2e51e3c7 Fix assertion failure with replication slot release in single-user mode 5 months ago
Fujii Masao 6429e5b771 vacuumdb: Make vacuumdb --analyze-only process partitioned tables. 5 months ago
Nathan Bossart 3eec0e6533 Fix comment for MAX_SIMUL_LWLOCKS. 5 months ago
Masahiko Sawada eab9e4e27c Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 5 months ago
Nathan Bossart c6abf24ebf Fix misspelling of "tranche" in dsa.h. 5 months ago
Fujii Masao 38c5fbd97e doc: Improve pgoutput documentation. 5 months ago
Fujii Masao 34a62c2c7f doc: Improve documentation discoverability for pgoutput. 5 months ago