Commit Graph

62020 Commits (66fa3b5eef6e4764a3beb097ecc9e04b6d956bc9)
 

Author SHA1 Message Date
Tom Lane 66fa3b5eef Fix .gitignore for src/interfaces/libpq-oauth. 2 weeks ago
Nathan Bossart 6fbd7b93c6 Remove unused parameter from ProcessSlotSyncInterrupts(). 2 weeks ago
Tom Lane 8722e7965f Silence -Wmissing-variable-declarations in headerscheck. 2 weeks ago
David Rowley da9f9f75e5 Fix possible use after free in expand_partitioned_rtentry() 2 weeks ago
Álvaro Herrera f225473cba
CREATE STATISTICS: improve misleading error message 2 weeks ago
Daniel Gustafsson 5d7f58848c Fix typo in isolation test spec 2 weeks ago
Peter Eisentraut f5d0708582 headerscheck: Document that --with-llvm is required 2 weeks ago
Peter Eisentraut da0413373c headerscheck: Ignore Windows-specific header 2 weeks ago
Peter Eisentraut 664e0d6789 headerscheck: Use ICU_CFLAGS 2 weeks ago
Peter Eisentraut 991295f387 Mark ItemPointer arguments as const in tuple/table lock functions 2 weeks ago
Peter Eisentraut 710e6c4301 Remove unneeded casts of BufferGetPage() result 2 weeks ago
Richard Guo 97b0f36bde Fix semijoin unique-ification for child relations 2 weeks ago
Masahiko Sawada fabd8b8e2a Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock where possible. 2 weeks ago
Tom Lane b8a1bdc458 Fix "variable not found in subplan target lists" in semijoin de-duplication. 2 weeks ago
Álvaro Herrera 16a9165ce4
Glossary: improve definition of "relation" 2 weeks ago
Álvaro Herrera 325fc0ab14
Avoid including commands/dbcommands.h in so many places 2 weeks ago
Peter Eisentraut 80f1106132 Message style improvements 2 weeks ago
Andres Freund 5865150b6d aio: Stop using enum bitfields due to bad code generation 2 weeks ago
Peter Eisentraut 310d04169a Put back intra-grant-inplace.spec test coverage 2 weeks ago
Peter Eisentraut e36fa9319b Improve objectNamesToOids() comment 2 weeks ago
Peter Eisentraut 990c8db182 Fix: Don't strip $libdir from nested module_pathnames 2 weeks ago
Jeff Davis ef5b87b970 Check for more Unicode functions during upgrade. 2 weeks ago
Jacob Champion 85b380162c oauth: Explicitly depend on -pthread 2 weeks ago
Peter Eisentraut e567e22290 Message style improvements 2 weeks ago
Nathan Bossart 984d7165dd Document privileges required for vacuumdb --missing-stats-only. 2 weeks ago
Tom Lane 327b7324d0 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Tom Lane b55068236c Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 2 weeks ago
Alexander Korotkov 5f6f951f88 Improve RowMark handling during Self-Join Elimination 2 weeks ago
Alexander Korotkov d713cf9b65 Refactor variable names in remove_self_joins_one_group() 2 weeks ago
Alexander Korotkov f8ce9ed220 Further clarify documentation for the initcap function 2 weeks ago
Peter Eisentraut f5e0186f86 Raise C requirement to C11 2 weeks ago
Peter Eisentraut 99234e9ddc Message wording improvements 2 weeks ago
Nathan Bossart 989b2e4d5c Use PqMsg_* macros in applyparallelworker.c. 2 weeks ago
Jacob Champion 4e1e417330 oauth: Add unit tests for multiplexer handling 2 weeks ago
Jacob Champion 52ecd05aee oauth: Always link with -lm for floor() 2 weeks ago
Nathan Bossart 3ef2b863a3 Use PqMsg_* macros in fe-protocol3.c. 2 weeks ago
Peter Eisentraut 878656dbde Formatting cleanup of guc_tables.c 3 weeks ago
Noah Misch ad4412480d Rewrite previous commit's test for TestUpgradeXversion compatibility. 3 weeks ago
Noah Misch b61a5c4bed Sort DO_DEFAULT_ACL dump objects independent of OIDs. 3 weeks ago
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